Make sure you use a version of the Arduino IDE which is supported by the ESP8266 platform. Follow the tutorial on our documentation platform. I realized that more and more the Weather Station was ...
In this video I'm showing how you can send data from an Arduino (NodeMCU) board to a hosted Laravel application. The example is super simple and I use generated random data on the NodeMCU board to ...
Make sure you use a version of the Arduino IDE which is supported by the ESP8266 platform. Follow the tutorial on our documentation platform. I realized that more and more the Weather Station was ...
MicroBlocks is a visual programming IDE for 32-bit microcontrollers currently supporting the BBC Micro:bit V1/V2, Calliope mini (aka the German Micro:bit), Adafruit Circuit Playground Express and ...
This IoT-based Apple Home Automation Project can control four home appliances. We are using Apple HomeKit, Siri app, and ESP8266 Wi-Fi module. A few months ago we were thinking of building a home ...
Modern MCU boards offer a lot of performance and a high level of programming convenience. The over-the-air (OTA) feature is particularly interesting. However, transmitting serial data wirelessly ...
LoRa is the go-to tech for low power, long range wireless sensor networks. Designing with off-the-shelf modules can be a boon or a bane depending on the documentation and support. Luckily, [Renzo] has ...