Arduino, ESP8266 et ESP32 : une librairie console / loggerhttps://riton-duino.blogspot.com/2019/03/arduino-esp8266-et-esp32-une-librairie.html
Medir distancia mediante ESP32 y enviar al puerto…
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…
Programming Languages for ESP32 & ESP8266
Server progam for esp32 Server progam for esp32 As…
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 + Interrupt ESP32 Vroom Sleep +…
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…
\- 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…
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
Giveaway Week ESP32-LyRaTD-MSC Audio Misc HDK Espressif Systems +ESP32…
Giveaway Week ESP32-LyRaTD-MSC Audio Misc HDKEspressif Systems +ESP32 audio kit giveaway.
ESP32 / 8266 WiFi instant Camera ESP32 / 8266…
ESP32 / 8266 WiFi instant CameraESP32 / 8266 WiFi instant Camera
TTGO ESP32 board with OLED display and Adafruit…
TTGO ESP32 board with OLED display and Adafruit libraryHow to use a TTGO #ESP32 board with #OLED display and the #Adafruit library These days, there’s a huge amount of support out there for virtually any device you can buy. But Read More