Basics: Project 070i ESP32 Development board – Filesystem Uploader at Acoptex.com /

Basics: Project 070i ESP32 Development board – Filesystem Uploader at Acoptex.com /
The Arduino IDE could not program the Ultra Low power core of the ESP32, until now.
Measurement Electrical consumption with Ubidots Industrial & ESP32 + PZEM-004T – PDAControlUsing the #IoT #Ubidots Platform with a monophasic active power meter #PZEM-004T and module #ESP32 FireBeeatle I have proposed to make measurements, analysis and estimated costs of the electrical Read More
Merry Christmas everyone! Here is what I have added to Visuino for Christmas! 🙂Merry Christmas everyone! #Visuino #Arduino #ESP32
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 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
ESP8266 MicroPython: Simple variables< Tutorial: ESP8266> The objective of this post is to explain how to declare and handle simple variables in MicroPython, with theESP8266. _This article is created by_ _#NunoSantos_ : https://techtutorialsx.com/2017/05/04/esp8266-micropython-simple-variables/ Related products _ESP32 WiFi &Bluetooth Dual Core Read More