Search found 101 matches

Return to advanced search


Re: Module ESP8266 password e ssid wifi  [SOLVED]

I wanted to ask you if you connected esp8266 to arduino and connected to my wifi network
Can i send email from arduino with the AT commands ??
by Simone Sandonati
Sat Aug 19, 2017 3:49 pm
 
Forum: Ferduino code
Topic: Module ESP8266 password e ssid wifi
Replies: 5
Views: 6594

Re: Module ESP8266 password e ssid wifi  [SOLVED]

Thank you sorry I did not mind

With this esp-8266 module i could email arduino's emails?

thank you
by Simone Sandonati
Sat Aug 19, 2017 1:06 pm
 
Forum: Ferduino code
Topic: Module ESP8266 password e ssid wifi
Replies: 5
Views: 6594

Module ESP8266 password e ssid wifi  [SOLVED]

Hello
I wanted to know where to put credentials to connect to my wifi home?
by Simone Sandonati
Fri Aug 18, 2017 4:13 pm
 
Forum: Ferduino code
Topic: Module ESP8266 password e ssid wifi
Replies: 5
Views: 6594

Re: Enable pullup pin digital  [SOLVED]

thank you and excuse me

however, I followed the advice I read such a book, but I find it hard to understand how it works equally
by Simone Sandonati
Mon Feb 20, 2017 8:25 pm
 
Forum: Ferduino code
Topic: Enable pullup pin digital
Replies: 2
Views: 3423

Enable pullup pin digital  [SOLVED]

Hello I would have the need to activate the resistance of pullup on a arduino digital pins to use it for a sensor but in the ferduino code is not active const byte sensoreosmosi = 13 ; pinMode(sensoreosmosi, INPUT_PULLUP); logically pin 13 I'm using I freed from fanpin on which I assigned another pi...
by Simone Sandonati
Mon Feb 20, 2017 5:05 pm
 
Forum: Ferduino code
Topic: Enable pullup pin digital
Replies: 2
Views: 3423

Re: Problem serial1

rtc is connected to Pin 20 21 scl and sda

the Serial1 on pin 18 19
but I've also tried with Serial2, 3
but it does not work

does not send commands
by Simone Sandonati
Sun Feb 19, 2017 4:45 pm
 
Forum: Ferduino code
Topic: Problem serial1
Replies: 3
Views: 2954

Problem serial1

hello fernando I have problems to run the serial port 1 hardware with the code ferduino whether the use without ferduino uploaded works I added this to the setup screen Serial1.begin(9600); //inizializza seriale 1 delay (2000); then if I send a command like this or any command Serial1.println("...
by Simone Sandonati
Sun Feb 19, 2017 12:54 pm
 
Forum: Ferduino code
Topic: Problem serial1
Replies: 3
Views: 2954

Re: GSM module  [SOLVED]

but if the use without the ferduino code works fine

if you use the examples sent sms within the library works

maybe there is a conflict with the code ferduino
by Simone Sandonati
Mon Feb 06, 2017 6:36 pm
 
Forum: Ferduino code
Topic: GSM module
Replies: 13
Views: 13949

Re: GSM module  [SOLVED]

I wanted to try the ache sim900 gsm module with its library but it is a problem if I use the library alone to send a text message it all works ok If I include the library <sim900.h> ferduino not add anything in me error in compilation 'SetFont' was not declared in this scope a very strange thing It ...
by Simone Sandonati
Sun Feb 05, 2017 6:12 pm
 
Forum: Ferduino code
Topic: GSM module
Replies: 13
Views: 13949

Only 1 sensor osmosi

I would make topping up system of evaporated water with the use of only one float in sump on temporary protection after 10 seconds if the sensor has not arrived to the off position you must stop the pump and trigger an alarm at the same time if the sesore returns off the first of 10 seconds must alw...
by Simone Sandonati
Sun Dec 11, 2016 5:50 am
 
Forum: Ferduino code
Topic: Only 1 sensor osmosi
Replies: 1
Views: 2006

Re: Ethernet module  [SOLVED]

It could be the problem ????
by Simone Sandonati
Fri Oct 21, 2016 5:59 pm
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Ethernet module  [SOLVED]

I found this article on the internet could be the problem that this network module does not work with the sd card

https://www.itead.cc/blog/how-to-make-w5100-module-work-with-sd-card-module
by Simone Sandonati
Sun Oct 16, 2016 4:30 pm
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Ethernet module  [SOLVED]

connected all right but with the small network adapter gives me: please insert a SD Card https://s12.postimg.org/qckih3zbx/IMG_20161016_163105.jpg if you put the shield network card works well doing same links them https://s18.postimg.org/dfbme8ozd/IMG_20161016_163535.jpg
by Simone Sandonati
Sun Oct 16, 2016 11:42 am
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Ethernet module  [SOLVED]

This works because the ethernet library has been modified by you right?
because I have upgraded your library via IDE 1.6.9 and does not work anymore
if you get back your library back to work
by Simone Sandonati
Wed Sep 28, 2016 8:50 am
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Ethernet module  [SOLVED]

so if instead of pin 4 in the Select Slave ETH you can for example use a free pin right?

const byte ChipSelect_SD = 53;
const byte SelectSlave_ETH = (pin free);


thank you
by Simone Sandonati
Tue Sep 27, 2016 4:28 pm
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Ethernet module  [SOLVED]

OK, fine

but it would be possible to use another pin for the network card?

and leave the pin 53 for the sd card?
by Simone Sandonati
Tue Sep 27, 2016 8:50 am
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Ethernet module  [SOLVED]

but the 53-pin I am using it for the sd card

I could use a more different pin?
by Simone Sandonati
Mon Sep 26, 2016 8:44 am
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Ethernet module  [SOLVED]

Hello
I want to connect this network adapter like this

Image

I can not understand where to connect the pin SS in the arduino mega
by Simone Sandonati
Sun Sep 25, 2016 5:59 pm
 
Forum: DIY Ferduino controller
Topic: Ethernet module
Replies: 14
Views: 19681

Re: Pumps with Arduino Due

at home I had this TXB0108 but does not work

I'll try with a BSS138 as you suggested

thank you so much
by Simone Sandonati
Mon Aug 29, 2016 8:55 am
 
Forum: DIY Ferduino controller
Topic: Pumps with Arduino Due
Replies: 5
Views: 4352

Re: Pumps with Arduino Due

I googled but could not find much
I ask you kindly give us some tips

you'd be really nice
by Simone Sandonati
Sun Aug 28, 2016 5:33 pm
 
Forum: DIY Ferduino controller
Topic: Pumps with Arduino Due
Replies: 5
Views: 4352

Next

Return to advanced search

cron