October 2019
Intermediate to advanced
350 pages
9h 5m
English
NodeMCU is definitely the cheapest development board introduced here that can be connected to the internet. On AliExpress, one of the biggest Chinese shopping platforms, you can get a NodeMCU for just a few dollars:

Based on the ESP8266, it runs on 3.3V and offers many ports and supports protocols such as SPI or I2C. In contrast to the boards from Arduino or Particle, it only supports one analog input, though. If you plan on reading multiple analog sensors (for example, light and pressure sensors) at the same time, you should either get another board or you have to add an analog-to-digital converter (ADC) to your setup. ...
Read now
Unlock full access