Novasom SBC-U1 is a Tiny Industrial grade ESP32 Single Board ComputerIndustrial Espressif Systems #ESP32 board made by Novasom Industries. https://www.cnx-software.com/2019/02/06/novasom-sbc-u1-industrial-grade-esp32-sbc/

Novasom SBC-U1 is a Tiny Industrial grade ESP32 Single Board ComputerIndustrial Espressif Systems #ESP32 board made by Novasom Industries. https://www.cnx-software.com/2019/02/06/novasom-sbc-u1-industrial-grade-esp32-sbc/
Automation With Telegram and ESP32
Cheap ESP32 WebcamLooking for a cheap way to keep an eye on something? [Kevin Hester] pointed us to a way to make a WiFi webcam for under $10. This uses one of the many cheap ESP32 dev boards available, along Read More
SuperB – An open, Bee-compatible ESP32 – Electronics-LabSuperB is an open source, Beecompatible ESP32 module for quickly and easily adding Wi-Fi and Bluetooth to your project. It combines the popularity of ESP32 with the XBee form factor to achieve an Read More
Medir distancia mediante ESP32 y enviar al puerto serie int EchoPin = 13; int TriggerPin = 12; void setup() { Serial.begin(115200); pinMode(TriggerPin, OUTPUT); pinMode(EchoPin, INPUT); } void loop() { int cm = ping(TriggerPin, EchoPin); Serial.print(‘Distancia: ‘); Serial.println(cm); delay…
Programming Languages for ESP32 & ESP8266
Server progam for esp32Server progam for esp32 As I am waiting for the esp32 boards, I decided to start working on the program. There is a server and client program. There will be a server on a raspberry pi and Read More
ESP32 Vroom Sleep + InterruptESP32 Vroom Sleep + Interrupt Esempio di Esp32 su scheda Esp-Vroom-32 con modalita’ di risveglio da Sleep mode mediante un interrupt fisico (in questo caso un contatto sul pin 33) Per aggiungere la scheda alla IDE Read More
\- Novinky: Gobot – jazyk Go na platformy ESP32, ESP8266, Arduino, RaspberryPi a mnoh dal Gobot – jazyk Go na platformy ESP32, ESP8266, Arduino, RaspberryPi a mnoh dal https://chiptron.cz/news.php?readmore=742 #go #gobot #IoT #ESP8266 #Arduino #RaspberryPi #Microbit
Mandolin-Playing Delta Robot Uses an ESP32 to Pluck-Out the Tunes | iotosphere – Internet of ThingsRobotic musicians are nothing new we’ve all seen Compressorhead, The Trons, and Shimon, each having their own different playing techniques, instruments, and styles. The drive Read More