Jump to content

Hey Fr Robert


G+_Bernard Bout
 Share

Recommended Posts

Link to comment
Share on other sites

What is the Arduino TCP stack?

This works WITHOUT any Arduino board. The ESP8266 has its own microprocessor that people have hacked to allow using the Arduino IDE with C, LUA, Python, Basic and Javascript for now. This is a DEV board so you have more IO pins and can use the 5v from the USB to poweer it for its needed 3.3v. "It has been hinted as the Arduino killer" Cheap, own processor, memory and Wifi for under 3 bucks.

Link to comment
Share on other sites

Ok. Found this. This guy shows code+circuit to control the 37 Sensor pack using NodeMCU. Here is his list of tutorials of controlling these sensors using the NodeMCU - https://piandmore.wordpress.com/2016/02/09/37-arduino-sensors-nodemcu/

Also for other interesting articles - https://piandmore.wordpress.com/tag/nodemcu/

https://piandmore.wordpress.com/tag/esp8266/

 

HTH.

Link to comment
Share on other sites

Micropython as well as JavaScript, C Basic. It can be programmed to act as a Station and/or AccessPoint. Also comes natively with AT Serial firmware built in.

https://github.com/micropython/micropython/tree/master/esp8266

http://www.esp8266basic.com/

http://www.espruino.com/

https://github.com/esp8266/Arduino

For tuts and other goodies  just google "esp8266 " e.g."esp8266 basic" etc.

Link to comment
Share on other sites

Rud Dog

Yes. This shows flashing for the original ESP8266 board which does not come with a USB. It comes only with 2 IO ports and no USB, and no switches etc. That is why we have the NodeMCU which is a dev board that gives access to 16 I/O ports, memory, switches for flashing and reset and power of 3.3 & 5 v. The ESP8266 is VERY particular that it gets 3.3v. Any more and it fries. The NodeMCU provides all this onboard for a fraction of the price.  If you have the barebones ESP8266 then you need additional USB interface & 3.3v power. With the NodeMCU all this is included. I have flashed it with Basic, Original AT firmware, Lua, JavaScript and C(Arduino IDE). All work as advertised. Just plug in a micro USB from your PC and you are good to go with flashing any firmware.

 

If you are getting this board then:

 

Flasher - https://github.com/nodemcu/nodemcu-flasher   get the 32/64 bit bin

 

LUA - https://github.com/nodemcu/nodemcu-firmware -> and get your own modules @ http://nodemcu-build.com/

 

IDE for AT & Lua  - http://esp8266.ru/esplorer/ (needs Java)

 

Other firmware from the links I posted earlier. Basic comes with its own flasher. For the Arduino IDE 1.6.7 see here:http://www.instructables.com/id/Quick-Start-to-Nodemcu-ESP8266-on-Arduino-IDE/

 

Cheers.

Link to comment
Share on other sites

 Share

×
×
  • Create New...