-
PDF
VFD_Clock_Assembly_Manual_rev_3.pdf
during fault conditions (overvoltage, wrong polarity). Mount the resistors R1 ... R4 (100 Ω), R6 (2K2), R7 (3K3), R8 ... R13 (4K7), R18 ... R20 (27K), R21 ... R24 (100K) and R25 (220K) in an upright position. Page 11 of 38 Mount the socket headers K1 ... K3 (2x5p), K8 (1x4p) and MOD1 (ESP32-devkitC
in „ESP32 DevKit-C“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Präsentation von Performance-Daten eines Lightweight-Modells
Validation Export Quantization Deployment Train a Lightweight Model espdet_pico performace model input(h*w*c) mAPval mAPval Params(M) FLOPS(G) Latency ESP32-P4 (ms) Latency ESP32-S3 (ms) espdet_pico_224_224_cat 224*224*3 0.699 0.884 0.36 0.17 51.4 126.2 espdet_pico_416_416_cat 416*416*3 0.766 0.934 0.36
in „Espressif Devcon 2025 - der Sieger läuft samt Beute vom Feld“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Datei
0001-Add_Frre_Text_Support_To_STM32.patch
-- + */ +#ifndef FREETEXT_H +#define FREETEXT_H + +#include "eeprom-data.h" + +#if defined (STM32F10X) +# include "stm32f10x.h" +#elif defined (STM32F4XX) +# include "stm32f4xx.h" +#endif + +typedef struct +{ + char free_text[EEPROM_DATA_SIZE_FREE_TEXT
-
Bild
Zeitplan für Espressif Produktveröffentlichungen 2025
Schedule ESPRESSIF DevCon24 2025 – Q1 • ESP32-P4 • ESP32-H2 (CPU Basics) • Consolidation and Fixes 2025 – Q2 • ESP32H2 RF • Expected Zephyr Release • Hal Update 5.4 • ESP32-C5 (CPU Basics) 2025 – Q3 • Consolidation and Fixes • Expected Zephyr Release • ESP32-C5 RF 2025 – Q4 • Consolidation and Fixes • Hal Update • Expected Zephyr Release
in „Made by Developers, Made For Developers – ESP32 DevCon, Tag 1“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
M5_Cam-test.ino
the specific language governing permissions and // limitations under the License. #include <stdio.h> #include <stdlib.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/semphr.h" #include "freertos/event_groups.h" #include "esp_system.h" #include "esp_wifi.h" #include "esp_event_loop.h" #include "esp_log.h" #include "esp_err.h" #include "nvs_flash.h" #include "driver/gpio.h" extern "C" { #include "camera.h" #include "bitmap.h" #include "http_server.h" } /* The examples
in „M5StackFire und M5Stack“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DTZ_Logger_OPEN.ino
owned by Peter Rebesky and any comercial using is forbidden without approval of us (me). **/ #include <ESP8266WiFi.h> //ESP8266 Core WiFi Library #include <ESP8266WiFiMulti.h> //ESP8266 Core WiFi Library #include <DNSServer.h> #include <ESP8266WebServer.h> //Local WebServer #include "configDTZ.h" #include "strings.h" #include <LittleFS.h> // LittleFS is declared #include <NTPClient.h> #include <base64.h> #include <WiFiManager.h> // https://github.com/tzapu/WiFiManager #include <ESP8266HTTPClient.h> #include <WiFiClient.h
in „Digitale Stromzähler auslesen und in DB speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test.ino
> // ESP specific libraries #include "esp_system.h" #include "soc/rtc.h" #include "rom/uart.h" #include <driver/adc.h> #include <driver/mcpwm.h> #include "esp_attr.h" // LCD #define TFT_BCKL 32 #define TFT_DC
in „ESP32 Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
T-Internet-POE.pdf
34 ESP32_UATX C13 30pF(NC) IO34 6 33 EMAC_TX_EN GND IO35 7 IO34 IO21 32 4 IO32 8 IO35 NC 31 EMAC_TXD0 XTAL2 IO33 9 IO32 IO19 30 EMAC_MDIO 5 Y1 IO33 ESP32_WROOM_32 IO18 2 MDC 13 EMAC_MDC EMAC_RXD0 10 IO25 IO5
in „T-Internet PoE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ESP8266-01S_Modul_Datenblatt.pdf
ESP8266-01S Modul Datenblatt ESP8266-01S Modul Datenblatt Contents: 1. Description 2. Specifications 3. Pin Configuration 4. Schematics Diagram 5. Wiring Diagram 6. Programming 7. ESP8266-01S with Arduino
-
Datei
RaumklimaServer.py
#!/usr/bin/env python3 ''' Raumklima Create a webpage access point to show sensor data Hardware: ESP32 (sensor chip temperature) DS18B20 temperature sensor Sensirion SCD41 CO2 sensor MicroPython v1.26.1 on 2025-09-11; Generic ESP32 module with ESP32 External libraries: https://microdot.readthedocs.io
-
Datei
CAN_BUS_Analyse_ESP_R32_4.ino
++ACAN2515/PSE++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* Script : CAN_BUS_ANALYSE_ESP R32_xV0.4 ACAN2515: Version 2.1.0 vom 16.02.2022 Programmspeicherbedarf: 215478 Byte* Board : Wemos D1 R32, ESP32 Boardeinstellung: !!ESP32 DEV Modul!! Shield : Watterott Can-Bus V2.x Quarz 16MHz Baudrate
-
Datei
Wetterstation2.py
''' Wetterstation V0.2 Webserver Access Point Hardware: ESP32, DS18b20 OneWire Temperature Sensor MicroPython v1.26.1 on 2025-09-11; Generic ESP32 module with ESP32 external libraries: https://microdot.readthedocs.io/en/latest
-
Datei
wifi-serial-1.ino
// from // https://atadiat.com/en/e-esp8266-esp32-wifi-serial-bridge-converter/ /**** This version is ported by Atadiat to work on ESP8266 (tested on NodeMCU 1.0) ****/ /**** Porting was done by Yahya Tawil****/ // ESP32 WiFi <-> 3x UART
in „serielle Funkbrücke“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WetterstationServer.py
bin/env python3 ''' Wetterstation Server Create a webpage access point to show sensor data Hardware: ESP32 (sensor chip temperature) DS18B20 temperature sensor Sensirion SCD41 CO2 sensor Bosch BME280 MicroPython v1.26.1 on 2025-09-11; Generic ESP32 module with ESP32 External libraries: https://microdot.readthedocs.io
-
Bild
Tabelle der Standard-Pin-Belegungen für SD-Karten und ESP32-Chips
The table below shows the default pin assignments. SD card pin | SPI pin | ESP32 pin | ESP32-S2, ESP32-S3 | ESP32-P4 | ESP32-H2 | ESP32-C3 and other chips | Notes D0 | MISO | GPIO2 | GPIO37 | GPIO13 | GPIO0 | GPIO6 D3 | CS | GPIO13 (MTCK) | GPIO34 | GPIO10 | GPIO1 | GPIO1 CLK
in „ESP32 SPI SD-Card-Modul“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
compile_Tasmota_stable_in_docker_container_versuch3.txt
> 1.0 |-- <ESP8266httpUpdate> 1.3 | |-- <ESP8266HTTPClient> 1.2 | | |-- <ESP8266WiFi> 1.0 | |-- <ESP8266WiFi> 1.0 |-- <ESP8266mDNS> 1.2 | |-- <ESP8266WiFi> 1.0 |-- <ESP Mail Client> 1.2.0 | |-- <LittleFS(esp8266)>
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
PDF
0A-ESP8266_WiFi_Specifications__English-V4.2.pdf
Kit 7 9.1. Features 8 10. Power Management 9 11. Clock Management 9 11.1. High Frequency Clock 9 11.2. External Reference Requirements 10 12. Radio 10 12.1.Channel Frequencies 10 12.2.2.4GHz Receiver 11 12.3.2.4GHz Transmitter 11 12.4.Clock Generator 11 App. QFN32 Package Drawing 12 Espressif Systems
-
PDF
0A-ESP8266_WiFi_Specifications__English-V4.2.pdf
Kit 7 9.1. Features 8 10. Power Management 9 11. Clock Management 9 11.1. High Frequency Clock 9 11.2. External Reference Requirements 10 12. Radio 10 12.1.Channel Frequencies 10 12.2.2.4GHz Receiver 11 12.3.2.4GHz Transmitter 11 12.4.Clock Generator 11 App. QFN32 Package Drawing 12 Espressif Systems
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Disco_full.PDF
32.768 kHz IC00043 STM32H743IIT6 STM32H743IIT6 C1C8 U5D PI11PC0 GND PU04 PD0_SDRAM_D 22 PD0 PU04 PD1_SDRAM_D 33 50 V PD1 144 PD2_SDcard_CMD 2.2 pF PD2 P145 PD3_LTDC_ 7 PD3 PU04 NLP40 cad0etet PD4 PU04 PD4
in „STM32H7-Disco erster Test“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WetterstationServer.py
''' Wetterstation Server with Graph Create a webpage access point to show sensor data Hardware: ESP32 (sensor chip temperature) DS18B20 temperature sensor Sensirion SCD41 CO2 sensor Bosch BME280 MicroPython v1.26.1 on 2025-09-11; Generic ESP32 module with ESP32 External libraries: https://microdot.readthedocs.io
-
Datei
Log_Startup.txt
power_init() called power_on... switching power on delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.4 Hardware: STM32F103 Display: WC12h LEDs: SK6812 RGBW rtc is online eeprom is online sk6812: external pullup detected eeprom is online current eeprom version:
-
Bild
Vergleichstabelle esp-video vs esp32-camera
Feature esp-video esp32-camera Supported Chips ESP32-S3, ESP32-P/C series ESP32, ESP32S2/S3 Real-Time Performance High frame rates Standard ISP Capability Built-in (ESP32-P Series) Not supported Video Encoding H.264/JPEG (high-speed) Not supported
in „Neue Espressif-Softwaremodule, große Politik und Spaß mit Metrologie“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
Schematic.pdf
ESP32 Module:with 1.8V Flash & SRAM IO14 J4 IO13 SD0-MISO-IO2 MICROSD/TF_SLOT The operating voltage for signals marked in blue is 1.8V. IO15 TF-CKT01-009D 1 D IO13 2 DAT2 D +3V3 IO15 3 DAT3 2 5 6 2 2 2
in „Stromverbrauch ESP32 Devboard TTGO T8 minimieren“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Vergleichstabelle von ESP32 Mikrocontrollern
ESP32 E22 2.4/5/6 GHz 2x2 MIMO Dual-Mode BT 2x Core @500 MHz 1 MB 41 ESP32 P4 AI Extensions 2x HP Core @400 MHz 1x LP Core @40 MHz 768 KB 55 ESP32 H4 Ultra-Low Power 2x Core @96 MHz 384 KB 40 ESP32 H21
in „ESP32-E22, schneller Chip aus dem Hause WCH, ressourcensparendes WiFi 7 uvam“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Datei
ESP8266_WiFI_UDP_Server_OLED.ino
/***************************************** ****************************************** ** ** ** ESP8266_WiFI_UDP_Server_OLED.ino ** ** ** ****************************************** *****************************************/ #include <Arduino.h> #include <ESP8266WiFi.h> #include <WiFiUDP.h> #include <Wire.h> #include <Adafruit_SSD1306.h> // Name and password of the WLAN access point #define SSID "dummy_wlan_box" #define PASSWORD "dummy_password" // The ESP-12 has a blue LED on GPIO2 #define LED 2 String
in „UDP-Netzwerke(l)n mit kleinen Mikrocontrollern und WizNet W5100/W5500“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Screenshot einer Strommessung mit Zeitverlauf
Lock Y-axis 10ms 100ms 1s 3s 10s 1min LIVE VIEW 40 mA 30 mA 20 mA 10 mA 0 nA 00:00:12 246.255 00:00:13 000.000 00:00:13 500.000 00:00:14 000.000 00:00:14 345.502 Δ2.099s WINDOW SELECTION ZOOM TO SELECTION SELECT ALL 344.38µA average 359.54µA max 2.099s time 722.93µC charge Hold SHIFT+LEFT CLICK and DRAG to make a selection
in „ESP32-H2 will nicht schlafen“ · Mikrocontroller und Digitale Elektronik · · Oszi-Bilder
-
Bild
Screenshot einer Strommessung mit Zeitverlauf
Lock Y-axis 10ms 100ms 1s 3s 10s 1min LIVE VIEW 40 mA 30 mA 20 mA 10 mA 0 nA 00:00:12 246.255 00:00:13 000.000 00:00:13 500.000 00:00:14 000.000 00:00:14 345.502 Δ2.099s WINDOW 344.38µA average 359.54µA max 2.099s time 722.93µC charge SELECTION ZOOM TO SELECTION SELECT ALL
in „ESP32-H2 will nicht schlafen“ · Mikrocontroller und Digitale Elektronik · · Oszi-Bilder
-
Bild
Oszilloskop-Messkurve eines Stromverlaufs
Lock Y-axis 10ms 100ms 1s 3s 10s 1min LIVE VIEW 20 mA 15 mA 10 mA 5 mA 0 nA 00:00:06 182.199 00:00:06 400.000 00:00:06 600.000 00:00:06 800.000 00:00:06 968.632 Δ786.4ms WINDOW SELECTION ZOOM TO SELECTION SELECT ALL CLEAR 2.82mA average 19.17mA max 786.4ms time 2.22mC charge Hold SHIFT+LEFT CLICK and DRAG to make a selection
in „ESP32-H2 will nicht schlafen“ · Mikrocontroller und Digitale Elektronik · · Oszi-Bilder
-
Bild
Produktseite des WT01P4C5-S1 Mikrocontrollers
NEW WT01P4C5-S1 5-S1,a core board with integrated 2.4GHz & 5GHz Wi-Fi6 & NOR FLASH based on Espressif's ESP32-P4 and ESP32-C5 series chips designed by Wireless-Tag Technology Co.,Limited.The core processor chip,ESP32-P4, is stackable with either 16MB
in „MicroPython 1.27, Qt for Microcontrollers und andere Softwareupdates“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Zwei Personen vor Espressif DevCon24 Hintergrund
Welcome to ESPRESSIF DevCon24 DAY 2 ESP32-H2 ESP32-C6 ESP32-P4 ESP32 ESP32-C5 Connectivity LIVE 2 x HP Core 1 x LP Core 2 x Core 1 x Core 1 x LP Core 1 x HP LP Core
in „Komponenten und Buildsystem – Espressif DevCon 2024, Tag 2“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
PDF
Targetholder.pdf
1 2 3 4 5 6 7 8 ESP32-S3 Levelshifter Stepper CAN Kommunikation Temperature Sensor Levelshifter IC1 unused Pins CAN L 2 J6 I2C 74AHCT245PW,118 CAN H 1 Conn_01x02_Pin IC2 CAN Transceiver SDA IO8 JP1 JP2 SN65HVD230DR
in „ESP32 Platine funktioniert nicht (Türöffner)“ · Platinen ·
-
PDF
ESP32-PROG_V2.1.pdf
25V(10%) 22uF/10V(20%) VREGOUT ADBUS7 LRB520G-30T1G 26 ACBUS0 27 VDD33_D ACBUS1 28 U5 USB_DM 7 ACBUS2 29 FT_TMS 2 USB_DP DM ACBUS3 ESP_TMS 1A 8 DP ACBUS4 30 3 1Y VCC 14 C27 ACBUS5 32 C ACBUS6 33 ESP_TDO 5 2A GND 7 0.1uF/25V(10%) C FT2232HL 34 FT_TDO 6 15 VDD3V3 R2 12K(1%) REF 6 ACBUS7 2Y TPAD REF 38
in „ESP32-WROVER-E / ESP32-D0WD-V3 Programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ESP32-PROG_V2.1.pdf
25V(10%) 22uF/10V(20%) VREGOUT ADBUS7 LRB520G-30T1G 26 ACBUS0 27 VDD33_D ACBUS1 28 U5 USB_DM 7 ACBUS2 29 FT_TMS 2 USB_DP DM ACBUS3 ESP_TMS 1A 8 DP ACBUS4 30 3 1Y VCC 14 C27 ACBUS5 32 C ACBUS6 33 ESP_TDO 5 2A GND 7 0.1uF/25V(10%) C FT2232HL 34 FT_TDO 6 15 VDD3V3 R2 12K(1%) REF 6 ACBUS7 2Y TPAD REF 38
in „LC Filter nach LDO nötig?“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
Basis.ino
#include <esp_now.h> #include <WiFi.h> #include <esp_wifi.h> // REPLACE WITH THE MAC Address of your receiver uint8_t broadcastAddress[] = {0x3C,0x61,0x05,0x30,0x9C,0xD4}; //anzupassen!!! uint8_t newMACAddress[]
in „ESPnow sendet nur die ersten 32 Bit“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Makefile.txt
two partitions of approx 1MB, the remaining 2MB # cannot be used for code (esp8266 limitation). ESP_SPI_SIZE ?= 4 # 6->4MB (1MB+1MB) or 4->4MB (512KB+512KB) ESP_FLASH_MODE ?= 0 # 0->QIO, 2->DIO ESP_FLASH_FREQ_DIV ?= 15 # 15->80Mhz ESP_FLASH_MAX
-
PDF
fcc_9.pdf
4.0300 31.47 10.33 41.80 46.00 -4.20 AVG Remark: 1. All readings are Quasi-Peak and Average values. 2. Factor = Insertion Loss + Cable Loss. Page 16 of 56 Report No.: BCTC-141211251E EUT: WIFI Module Model Name. : ESP-12 Temperature: Relative Humidity: 26 ℃ 54% Pressure: 1010hPa Phase : N Test Voltage
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Decoder.ino
#include <esp_now.h> #include <WiFi.h> #include <esp_wifi.h> // REPLACE WITH THE MAC Address of your receiver uint8_t broadcastAddress[] = {0x3C,0x61,0x05,0x32,0x22,0x4C}; //anzupassen!!! uint8_t newMACAddress[]
in „ESPnow sendet nur die ersten 32 Bit“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
4a-esp8266_at_instruction_set_en.pdf
..........................................32 4.2.21. AT+CIPSTA_DEF—Sets the Default IP Address of the ESP8266 Station; Configuration Saved in the Flash .............................................................................................
in „Eigenartiges Verhalten von Li-Batterien“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
4a-esp8266_at_instruction_set_en.pdf
..........................................32 4.2.21. AT+CIPSTA_DEF—Sets the Default IP Address of the ESP8266 Station; Configuration Saved in the Flash .............................................................................................
in „ESP8266 USB Adapter an zwei Pc benutzen.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_ll.h
***********************/ // The LL layer for SPI register operations #pragma once #include <stdlib.h> //for abs() #include <string.h> #include "esp_attr.h" #include "esp_types.h" #include "soc/spi_periph.h" #include "soc/spi_struct.h" #include "soc/system_struct.h" #include "soc/lldesc.h" #include "
in „C > Struct > Pointer - Adresszuweisung“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Software-Schichtenmodell für Espressif Mikrocontroller
Application Zephyr RTOS Espressif HAL SPI I2C UART ... ... HW Platform ESP32 ESP32-C ESP32-S ESP32-P ESP32-H
in „Raspberry Pi 5 Compute Module vorgestellt, Erweiterungen im ESP32-Ökosystem uvam“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
Timer_Test.ino
/* EPS32 Timer-Test * - Timer Vorteiler von 1 bis 65536 * - Timer Grundfrequenz 80MHz -> in Arduino nicht veränderbar * * Timer-Funktionen: siehe * %userprofile%\Documents\Arduino\hardware\espressif\esp32\cores\esp32\esp32-hal-tmer.h * https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/timer.html */ const int LED = 4; hw_timer_t * testTimer1 = NULL; hw_timer_t * testTimer2 =
in „ESP32 General Purpose Timer, Verständnisfrage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wetter.ino
#include <ESP8266WiFi.h> #include <stdlib.h> #include <DHTesp.h> DHTesp dht; WiFiClient client; // wenn aktiv: Meldungen per Serial // #define SERIAL // wenn aktiv: deep sleep nutzen (Hardwaremodifikation notwendig
in „ESP-01 funktioniert in Sleep-Mode nur nach 2xReset“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Präsentationsfolie zu ESP-IDF 5.1 Neuerungen
ESP-IDF 5.1 Released on June 30, 2023 Service period till June 2024 and maintained till Dec 2025 Support for ESP32-C6 and ESP32-H2 SoCs Upgrades - NimBLE 1.5, mbedTLS 3.4.0, GCC 12.1, GDB 12.2, OpenOCD
in „Espressif DevCon 2023, Tag 2 – Das Ökosystem spricht“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Datei
ESP_R32_REC_V01.ino
/*+++ACAN2515+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* ACAN2515: Version 2.1.0 vom 16.02.2022 Programmspeicherbedarf: 214442 Byte Board : Wemos D1 R32, ESP32 Boardeinstellung: !!ESP32 DEV Modul!! Shield : Watterott Can-Bus V2 Quarz 16MHz Baudrate[sw] 10kb/s Ub: 3,3V /5,0V Rs
-
Datei
build.log.txt
-ffunction-sections -fdata-sections -D__ets__ -DICACHE_FLASH -D_STDINT_H -Wno-address -DFIRMWARE_SIZE=503808 -DMCU_RESET_PIN=12 -DMCU_ISP_PIN=13 -DLED_CONN_PIN=0 -DLED_SERIAL_PIN=14 -DVERSION="esp-link stable - 2016-01-13 07:03:51 - development" -DGZIP_COMPRESSION -DCHANGE_TO_STA
-
Datei
Mini-Cam-Server-Test.ino
#include <WiFi.h> #include <WiFiClient.h> #include <WebServer.h> #include "esp_camera.h" #include "SPIFFS.h" #include "FS.h" const char* ssid = "xxxxxxxxx"; const char* password = "xxxxxxxxxxx"; WebServer server(80);
in „ov2640 Bild schießen und speichern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
305000076A_radino_WiFi.pdf
more information. Arduino Micro Section common to all radino modules 15 GPIOs HUID Keyboard I²C ATmega32U4 USB HUID Mouse UART UART MISO,MOSI,SCK for radio communication:served IO8,IO9,D4,D7 SPI-UART bridge WiFi ESP8266 Radio Section –WiFi In-Circuit GmbH Boltenhagener Str. 124 Document-Nr: 3051000 076A
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SPI_Interrupt_UDP_SoftwareSerial_v3.ino
--------------------------------------------------- * * Definierte SoftwareSerial-Schnittstelle im ESP -------- * RECIEVER ---------------------------------------------- */ /**************************LIBRARIES********************************/ #include <SPI.h> #include <ESP8266WiFi.h> #include <WiFiUdp.h
in „ADXL345 und ESP8266: Echtzeitdatenergassung mit konstanter Abtastrate und Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
abgeaendert. /* die orig. SW ist vom Hubi, wurde von mir(Ziyat T.) für den MI-WR abgeaendert. Getestet auf ESP8266/ArduinoUNO. https://www.mikrocontroller.net/topic/525778 https://github.com/hm-soft/Hoymiles-DTU-Simulation Alle Einstellungen sind in Settings.h !! */ #include <stdint.h> #include <printf.h> #include
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·