2-Layer ESP8266 Weather Station
This is an ESP8266-12E powered at-home weather station. It connects to an Adafruit anemometer (https://www.adafruit.com/product/1733), WiFi, and multiple sensors to give various bits of data.... show more40 Comments
Deafening Beige Antigravity Battle Room
A multi-role sensor platform with some basic sensors onboard with plugs or solder holes for external expansion.... show more33 Comments
WiFi Camera with Motion Detection Reference Design oYrh
This project is a WiFi Camera with Motion Detection, utilizing ESP32-CAM module and HC-SR501 PIR sensor. The camera is activated by the sensor's output. The system also includes power regulation and communication headers for setup and control. #WiFi #MCU #PIR #ReferenceDesign #project #ESP32 #camera #referenceDesign #edgeComputing #espressif #template #reference-design... show more27 Comments
AI Pendent
Build connected IoT solutions using Copilot's template that guides on communication protocols, power consumption, and security measures. Tailored answers assist in designing smart sensors and actuators, with customizable requirement properties. #wearableDevices #internetOfThings... show more26 Comments
ESP32-WROOM-32E Reference Design
This project involves designing a versatile IoT sensor hub using the ESP32-WROOM-32E module. The main objective is to create a platform that enables seamless data collection and transmission from various environmental sensors over a WiFi network. The device will feature USB-C for power and data transfer, and will utilize on-board voltage regulation to ensure stable operation. A CH340C chip is employed for USB to serial conversion, facilitating easy programming and communication with a host computer. Key Features: Wireless Connectivity: Leverage the ESP32's built-in WiFi capabilities for real-time data transmission to cloud-based platforms or local servers. USB-C Interface: Utilize a modern USB-C connector for power and data transfer, providing flexibility and future-proofing the design. On-board Voltage Regulation: Include an AMS1117-3.3 voltage regulator to maintain a stable 3.3V output from the USB input, protecting sensitive components. Support for Multiple Sensors: Integrate various GPIOs to connect multiple sensor types ( temperature, humidity, air quality ) (temperature, humidity, air quality) for comprehensive environmental monitoring. Expandability: Design with additional headers for future expansion, enabling users to customize and extend the hub's capabilities with additional sensors or modules. Applications: Smart Home Automation: Integrating with home systems to monitor and respond to environmental changes. Environmental Monitoring: Providing data for ecological studies or urban environment monitoring. Industrial IoT: Enhancing systems within a factory or industrial setting to track conditions in real-time. With this setup, the device aims to be a robust and adaptable piece of technology, suitable for hobbyists, researchers, and developers interested in the expanding world of IoT.... show more22 Comments
Chronograph
This is a 2 stage IR sensor circuit intended to be used as a ballistic speedometer/chronograph for my Coilgun. I based it off a common design for IR proximity sensors. There are 2 output pins to a microcontroller, and +/-pins for 2 IR receivers, 2 IR emitters, and 2 green LEDs to show when the stage is active. When the beam is broken the voltage on the microcontroller output pins will change, allowing me to code proper coil stage firing timing. The potentiometers are for tuning the sensitivity.... show more22 Comments
ESP32 Robot Controller (messed up on purpose)
Control board for autonomous or radio-controlled robots. It has inputs to connect distance sensors and encoders for autonomous mode. It can be radio controlled by the ESP32 bluetooth or by connecting a Flysky RC controller receiver to the IBUS port. It also has 3 push buttons and you can connect some kind of display by I2C to visualize and select configuration modes. Forked from original project: https://www.flux.ai/jr98/esp32-robot-controller... show more19 Comments