I am new to using arduino.
I got a deal on a mega 2560 with wifi.
I am currently struggling to get the board up and running i watch so many tutorial online and i still cant get the board up and running can someone assist withe steps and the programs needed to get the board running.
What i want to use it for as follows.
I have the 2560 mega with wifi
I have 2 x DS18B20
1 x 2 channel relay
I want to use everything to maintain the temp at say 26 degrees celuis and also be managable from my phone would this be possible, i do have one uno running my reptile heating pads but doesnt have web access.
this is a fairly new board so not a lot of material available
have you seen this tutorial Arduino-MEGA-2560-With-WiFi-Built-in-ESP8266
can you run the basic examples, e.g. blink, Serial, etc
Arduino IDE under Tools|Board: set "NodeMCU 1.0 (SP12E Module)"
press reset - press Mode button
upload code
set the dip switches 1-4 and 7-8 OFF and 5-6 ON
press reset - ESP8266 Serial output will appear on serial monitor
if you see some odd characters on the serial monitor when reset is pressed it is the ESP8266 startup at 74880baud
Setting DIP switches ON ON ON ON OFF OFF OFF should direct the ESP8266 serial to Serial3 of Mega and mega Serial output to the serial monitor
also set the switch RXD0/TXD0 RXD3/TXD3 switch to RXD3/TXD3
I have found the ESP8266 serial to mega sometimes works sometimes not
also powering from an external power supply helps - in particular when using WiFi