The ESP8266 microcontroller is a favorite among makers for creating affordable, Wi-Fi-enabled sensor projects. Pairing it with a DHT22 temperature and humidity sensor is one of the easiest ways to get ...
If you were to point to a single device responsible for much of Hackaday’s early success, it might be the Arduino Uno. The little board from an Italian university with its easy to use dev environment ...
MicroPython is a well-known and easy-to-use way to program microcontrollers in Python. If you’re using an Arduino Uno Q, ...
The Texas Instruments CC1101 is a very versatile, high quality and cheap transceiver, supporting a wide range of frequencies and modulations. Ready-to-use CC1101 modules are as cheap as 5.00€ and at ...
// This example uses the old (but still supported) API. // Do not use it for newer projects. // Instead use the new "Controller" API. // a "device factory reset", or similar. // Calling ...