Post topics, source code that relate to the Arduino Platform

User avatar
By bedenko
#2255 ok, ignore my stupidity....

it was a power supply problem (not enough juice i guess...)
I hooked up more powerful power supply, and now works!
Before i try to power it through usb/ftdi adapter. and attach additional adapter in parallel, just to add power, but i guess it still was not enough. Or perhaps a capacitor was needed for spikes.

@Michaelo: it is 902 version, but since IoT firmware is there, i guess the baud rate is now 115200.
User avatar
By alonewolfx2
#2261 if you use arduino as usb-ttl you must remove atmega328 on arduino duemilove.
1-) remove atmega328 on arduino
2-) connect tx-rx and vcc to 3.3v pin gnd to gnd.
3-) connect usb to pc
4-) open putty or same serial monitor program and connect arduino port with correct boudrate.
5-) connect ch_pd to 3.3v and look at the monitor.

if you see arduino disconnect from computer it mean its not enaugh your arduinos powersupply. you must use other power supply.
if you dont lose connection wait a couple second and if you see unreadable character on serial monitor, disconnect and change boudrate.
User avatar
By Michaelo
#2274 Received some more chips from electrodragon and didn't know what baud rate to use so I added code to loop through different baud rates and run a quick connect test, it's as well I added it, the new 8266's connected at 9600 as opposed to the earlier versions at 115200...

Also received some level shifter boards but they are so tiny I can't make out the connections without a second pair of glasses... I'm sticking to the resistor diode combo for now, at least I can see those... Now if only the ESP8266 had one AD channel...
Mike