AM232X is a sensor similar to the DHT12 with an I2C interface. Although in theory this could enable multiple sensors on one bus the AM232X has a fixed address 0x5C so one need to implement a ...
This project demonstrates a low-cost intelligent traffic signal system using Arduino and ultrasonic sensors to reduce congestion caused by fixed-timer traffic lights. Four HC-SR04 sensors detect ...
Just the other day, I lamented the lack of options when it came to ESP32-C5 boards featuring dual-band WiFi 6 support. The FireBeetle 2 ESP32-C5 IoT development board made by DFRobot shows that I ...
In the previous two HID articles, we talked about stealing HID descriptors, learned about a number of cool tools you can use for HID hacking on Linux, and created a touchscreen device. This time, ...
The Youyeetoo X1 x86 single board computer (SBC) with an Intel Celeron N5105 Jasper Lake CPU differs from a typical Intel or AMD mini PC by its range of IOs including SPI, I2C, UART, NFC connectivity, ...
I2C is a wonderful interface. With four wires and only two GPIOs, you can connect a whole lot of sensors and devices – in parallel, at that! You will see I2C used basically everywhere, in every phone, ...
The AM2315 is a humidity and temperature sensor similar to the DHT12 with an I2C interface. Warning: this sensor is not compatible with the AM2315C. Although in theory this I2C interface can enable ...