-
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
-
PDF
ct11-Bedenkentraeger.pdf
mit passenden Haltern auf der Die beiden bei Bastlern beliebtesten den Sie mit den Suchbegriffen „ESP din WLAN-Mikrocontroller sind wohl der rail“beiAliExpress. Hutschiene montieren. Espressif ESP8266 und sein Nachfolger Raspi on Rails • Mit günstigen Halterungen kann ESP32. Für gängige ESP-Platinchen
in „Backofen und Mikrowelle an Herdanschlussdose“ · Haus & Smart Home ·
-
Bild
Schaltplan zur Steuerung eines 4-Pin Lüfters mit ESP32
+12V R1 47K Q1 IRLML2244 S G D Tacho 3cL M1 Fan_CPU_4pin PWM 4an GND Q3 SI2302 1 2 3 R2 4K7 1 Q2 SI2302 1 2 3 ESP32-3V3 ESP32-Tacho ESP32-ON/OFF ESP32-PWM ESP32-GND GND
in „PWM- Lüftersteuerung mit esp32 WROOM“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
ESP32-P4 Entwicklungskit mit Bauteilbeschriftung
J1 ESP32-C6 Module Programming Connector ESP32-C6-MINI-1 Module SPI flash MIPI DSI Connector 32.768 kHz XTAL 40 MHz XTAL ESP32-P4 Buck Converter MIPI CSI Connector Switch Power Switch USB 2.0 Type-A Port USB
in „ESP32-P4 – Evaluationsboard ist auf AliExpress kaufbar“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
platformio.ini
c++1y -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections -DDEBUG_LEVEL=0 -D__MARLIN_FIRMWARE__ lib_ignore = ${common_stm32f1.lib_ignore} SoftwareSerialM # # Malyan M200 v2 (STM32F070RB)
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Bild
C-Code Ausschnitt für ESP32C3 GPIO Register
ESP32C3_GPIO | Arduino IDE 2.3.3 File Edit Sketch Tools Help AirM2M_CORE_ESP32C3 ESP32C3_GPIO.ino 6 7 typedef struct 8 { 9 // mapped @GPIO_BASE 10 uint32_t Bt_Select_Reg; 11 uint32_t 12 uint32_t field Bt_Select_Reg 13 uint32_t 14 uint32_t Type: uint32_t 15 uint32_t offset: 0 bytes 16 uint32_t size: 4 bytes 17 uint32_t mapped @GPIO_BASE 18 uint32_t 19 uint32_t // In (anonymous struct) 20 uint32_t public: uint32_t Bt_Select_Reg
in „C > Struct > Pointer - Adresszuweisung“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Code-Ausschnitt eines C-Structs in der Arduino IDE
ESP32C3_GPIO | Arduino IDE 2.3.3 File Edit Sketch Tools Help AirM2M_CORE_ESP32C3 ESP32C3_GPIO.ino launch.json typedef struct { // mapped @GPIO_BASE uint32_t Bt_Select_Reg; uint32_t Out_Reg; uint32_t Out_W1TS_Reg; uint32_t Out_W1TC_Reg; uint32_t field Status_Next_Reg uint32_t Type: uint32_t uint32_t Offset: 52 bytes uint32_t Size: 4 bytes uint32_t // In (anonymous struct) public: uint32_t Status_Next_Reg uint32_t Status_Next_Reg
in „C > Struct > Pointer - Adresszuweisung“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
0.4.25_SD_Setup.diff
diff --git a/tools/esp8266/app.cpp b/tools/esp8266/app.cpp index c1c3d78..95cc757 100644 --- a/tools/esp8266/app.cpp +++ b/tools/esp8266/app.cpp @@ -10,6 +10,9 @@ #include "html/h/setup_html.h" #include "html/h/hoymiles_html.h
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0001-Add_Frre_Text_Support_To_STM32.patch
wclock24h-F103.ebp @@ -226,6 +226,10 @@ <Option compilerVar="CC" /> </Unit> <Unit filename="..\src\esp8266\esp8266.h" /> + <Unit filename="..\src\freetext\freetext.c"> + <Option compilerVar="CC" /> + </Unit> + <Unit filename="..\src\freetext\freetext.h" /> <Unit filename="..\src\i2c\i2c.c"> <Option compilerVar
-
Datei
BME280_sender_deepSleep.py
''' ESP32 sender for BME280 with sleep Measured values on a ESP32 WROOM development board 5V power supply at Vin, red power on board led on 11 mA ESP Sleep (red power LED on) 40 mA ESP ON, Wifi Off 112 mA ESP
-
Bild
Arduino IDE mit ESP32-C3 Board Fehlermeldung
sketch_may28a | Arduino IDE 2.3.6 File Edit Sketch Tools Help ESP32-C3 Dev Board sketch_may28a.ino void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: } The "esp32 [v 3.2.0]" core has to be installed for the currently selected "ESP32-C3 Dev Board" board. Do you want to install it now? INSTALL MANUALLY YES Ln 1, Col 1 ESP32-C3 Dev Board [not connected]
in „"Arduino kompatibler" MC für 2025“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
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[] = {0x3C,0x61,0x05,0x32,0x22,0x4C}; //anzupassen!!! // Variable to store if sending data was successful String success; //Structure example to send data //Must match the receiver structure typedef struct struct_message
in „ESPnow sendet nur die ersten 32 Bit“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit ESP32 und FT232BL
LM2596S-5, PWR_FLAG, +5V, C3 470uF, C4 2.2uF, L1 33uH, C5 220uF, C6 220uF, D1 SS34, GND, R1, +3.3V, U4 ESP32-WROOM-32, C7 2.2F, C1 10uF, C2 100nF, TXD0, RXD0, SENSOR_VP, SENSOR_VN, GPIO 13 bis 34, USBON, USB_B, +5VP, R23, SW_DIP_06, DSP_RX, DSP_TX, ESP32_RXD, ESP32_TXD, U6 FT232BL, 6 MHz, XTIN, XTOUT, RESET, DTR, RTS, CTS, DSR, DCD, RI, DTR, RTS, Q5A, Q5B, UMH3N
in „ESP32 - Lässt sich nicht Programmieren“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Präsentationsfolie über Parallel IO
What is Parallel IO? A multi-purpose communication peripheral Compatibility I2S SPI (Dual/Quad/Octal) I8080 (Intel 8080 parallel bus) DVP (Digital Video Port) RGB LED Matrix Probe of the logic analyzer Support Targets ESP32-C6 ESP32-H2 ESP32-P4 ESP32-C5 examples/peripherals/parlio
in „Made by Developers, Made For Developers – ESP32 DevCon, Tag 1“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
4A-ESP8266__AT_Instruction_Set__EN_v0.40.pdf
2 WPA_PSK 3 WPA2_PSK 4 WPA_WPA2_PSK <max conn> maximum count of stations that allowed to connect to ESP8266 soft-AP range: [1, 4] Command AT+CWSAP=<ssid>,<pwd>,<chl>,<ecn>,<max conn> Response OK ERROR
in „ESP8266 Netzwerk verbinden WDT Reset V0.9.5.2 sdk21“ · 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 ·
-
Datei
hoymiles-datenformat-r5.txt
WLAN "Shockburst" 2.4 GHz \|/ \|/ | | +---------+ +-----------+ | ESP8266 | | NRF24LE1E | +---------+ +-----------+ ^ ^ | | | +----------+ | +-----> | GD32F303 | <-----+ (B) +----------+ (C) ABBILDUNG 2: Innerer Aufbau "DTU" Nordic "Shockburst" NRF24LE1E 2.4 GHz +------------------+ \|/ +----------+ | | | | | GD32F303 | <----->| µC | NRF24L01+ |-------+ +----------+ (C) | | | +------+-----------+ ABBILDUNG 3: Detailansicht GD32F303 - NRF24LE1E Adressierung
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hoymiles-datenformat-r5.txt
WLAN "Shockburst" 2.4 GHz \|/ \|/ | | +---------+ +-----------+ | ESP8266 | | NRF24LE1E | +---------+ +-----------+ ^ ^ | | | +----------+ | +-----> | GD32F303 | <-----+ (B) +----------+ (C) ABBILDUNG 2: Innerer Aufbau "DTU" Nordic "Shockburst" NRF24LE1E 2.4 GHz +------------------+ \|/ +----------+ | | | | | GD32F303 | <----->| µC | NRF24L01+ |-------+ +----------+ (C) | | | +------+-----------+ ABBILDUNG 3: Detailansicht GD32F303 - NRF24LE1E Adressierung
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0-Error.txt
Platformui.ini [env:esp12e] platform = espressif8266 board = esp12e upload_port = COM[6] framework = arduino lib_deps = paulstoffregen/OneWire@^2.3.8 milesburton/DallasTemperature@^3.11.0 Uploading .pio\build\esp12e\firmware.bin
in „visual studio 2022 kein boardmanger zu installieren“ · Mikrocontroller und Digitale Elektronik ·
-
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
Soil_Moisture_Sensor_Schematic.pdf
Author:T. Decker Soil Moisture Sensor.PrjPcb Filename Sheet Date: 20.09.2020 USB & Power.SchDoc 1 / 3 1 2 3 4 1 2 3 4 3V3 3V3 3V3 3V3 C11 C12 C13 C14 47µ 1µ 100n R12 CO1 A P0 PI P2 P1k PC11PI12 A CC2 CO3 CO1 CO2 S11 SW-PB GP0 GPI GNP P CO1 KMR231G LFS PS0 PI12 3V3 MOD11 ESP32WROOM-32D D11 TLMS1100 GND 3V3
in „Pflanzensensor Akkulaufzeit“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronik_Sortimente.pdf
5x 8-Channel 10-Bit A/D Converters with SPI (MCP3008) 3x I²C Echtzeit-Uhr (DS1307) 3x Extremely Accurate I2C-Integrated RTC/TCXO/Crystal (DS3231) 4x 2-Wire Serial EEPROM (AT24C32) ggf in DS3231 enthalten 3x Clock and calendar with 240 x 8-bit RAM (PCF8583) 5-10x
in „Einkaufsliste für die Einrichtung eines Elektronik-Labors“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Verpackung eines ESP32-S3-BOX-3 Moduls
ESP32-S3-BOX-3 Module: ESP32-S3-WROOM-1-N16R16V Wireless: 2.4 GHz Wi-Fi (802.11b/g/n), Bluetooth 5 (LE) LCD: 2.4", 320 x 240, SPI Interface Touch Panel: Capacitive touch Audio: Dual digital mics and speaker User Buttons: Boot, Reset, Mute USB-C Port: Power and download/debug Power Input: DC 5 V, 2 A AI Chat Bot, Matter Controller, Sensor Application, Robot Controller What's included: ESP32-S3-BOX-3, Accessories*4, LED module, USB-C cable. Manufacturer
in „[V] Espressif ESP32-S3-Box-3 original verpackt“ · Markt · · Fotos
-
Datei
BLE_Keyboard5.ino
/* Bluetooth BLE Keyboard - Deutsches Tastaturlayout (QWERTZ) ESP32 wird per USB an den Sender-PC angeschlossen und sendet Tastenanschlaege per BLE an den Ziel-Rechner. Benutzung mit minicom (Linux) als Sender: minicom -D /dev/ttyUSB0 Hardware: ESP32 WROOM Framework: Arduino ESP32 Bibliotheken: https://github.com/HijelHub/HijelHID_BLEKeyboard https://github.com/h2zero/NimBLE-Arduino 2026-08-17 mchris (Claude support), Version für deutsche Tastatur */ #include <HijelHID_BLEKeyboard.h
in „Remote Tastatur“ · Projekte & Code ·
-
PDF
Schematic.pdf
Power 5V ESP32 GND 9 +3V3 3 1 D 38 GND 2 GND N GND 37 GND 3 3V3 G IO23 36 EN 4 EN IO22 35 GND SENSOR_VP TXD0 RXD +5V_EXT 5 SENSOR_VN RXD0 34 TXD 100nF 22uF 6 IO34 IO21 33 7 IO35 NC 32 4 2 1 3 IO32 8 IO32 IO19 31
in „ESD32 + USB-C - Welche Bauteile müssen zusammen sein“ · Platinen ·
-
PDF
Schematic_ESP_2025-07-24.pdf
C3 2 3 C4 1 1 3 FG Vo-5 1uF -VIN -VO 1uF GND GND GND B B C C D D TITLE: Energie REV: 1.0 Company: Your Company Sheet: 1/1 Date: 2025-07-06 Drawn By: DocRaven 1 2 3 4 5 1 2 3 4 5 ESP32-DEVKIT-V1-30PIN COPY 00.2 COPY A 1 A U3 U7 D16 KH-2.54FH-1X15P-H8.5 KH-2.5D1141X15P-H8.5 ESP und Kn▯öpfe schalten paralell die LED und Projektoren. 1 EN ESP32 D15 SS14 1 2 VP EN D23 D14 15 12 2 3 VN VP D22 T13 14 11 3 D34 VN
in „Schaltplan hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektroschaltplan_V10.4.pdf
1 2 3 4 5 6 USB & MCU Spannungsversorgung Senosren A A File: USB & MCU.kicad_sch File: Spannungsversorgung.kicad_sch File:Sensoren.kicad_sch B B C C Sheet: / D D File: ESP32_PCB_D3.kicad_sch Title: Size: A4 Date: Rev: KiCad E.D.A. 9.0.6 Id: 1/4 1 2 3 4 5 6 1 2 3 4 5 6 IC4 ESP32-C6-MINI-1-H8 J2 R2 1 32 UJ20-C-H-G-SMT-5-P16-TR +3.3V GND_1 NC_4 5.1 þÿk© 2 GND_2 NC_5 33 R1 A1 B5 3 34 GND_1 CC2 3V3 NC_6 A 5.1 þÿk© VBUS A4 VBUS_1 DP2 B6 4 NC_1 NC_7 35
in „Elektroschaltplan für Platine so funktionsfähig“ · Platinen ·
-
PDF
Elektroschaltplan_V11.pdf
1 2 3 4 5 6 USB & MCU Spannungsversorgung Senosren A A File: USB & MCU.kicad_sch File: Spannungsversorgung.kicad_sch File:Sensoren.kicad_sch B B C C Sheet: / D D File: ESP32_PCB_D3.kicad_sch Title: Size: A4 Date: Rev: KiCad E.D.A. 9.0.6 Id: 1/4 1 2 3 4 5 6 1 2 3 4 5 6 IC1 ESP32-C6-MINI-1-H8 J1 R2 1 32 UJ20-C-H-G-SMT-5-P16-TR +3.3V GND_1 NC_4 5.1 þÿk© 2 GND_2 NC_5 33 R1 A1 B5 3 34 GND_1 CC2 3V3 NC_6 A 5.1 þÿk© VBUS A4 VBUS_1 DP2 B6 4 NC_1 NC_7 35
in „Elektroschaltplan für Platine so funktionsfähig“ · Platinen ·
-
PDF
XIAO_ESP32S3_Plus_V1.0_241025.pdf
GND N D1/A1 7 GPIO1 SPICLK_P 36 IO48/DVP_Y9 GPIO3_D2/A2 VCC_3V3 D GPIO2 SPICLK_N D D2/A2 8 MCU-ESP32-S3 35 SPID D D3/A3 4 11 D10/A10/MOSI 2 GPIO3 SPID GPIO4_D3/A3 GPIO9_D10/A10/MOSI VBUS C D3/A3 9 GPIO4 SPIQ 34 SPIQ D4/A4/I2C_SDA 5 10 D9/A9/MISO A4/B9/
-
PDF
Schematic.pdf
Power 5V ESP32 GND 9 +3V3 3 1 D 38 GND 2 GND N GND 37 GND 3 3V3 G IO23 36 EN 4 EN IO22 35 GND SENSOR_VP TXD0 RXD +5V_EXT 5 SENSOR_VN RXD0 34 TXD 100nF 22uF 6 IO34 IO21 33 7 IO35 NC 32 4 2 1 3 IO32 8 IO32 IO19 31
in „ESD32 + USB-C - Welche Bauteile müssen zusammen sein“ · Platinen ·
-
Bild
Schaltplan Verbindung HT2003/2 GVS und ESP32-DevKitC
, RTL: Ruftonlautsprecher (Etagenruf), 2,9V (noch nicht geklingelt) zu 1,9V (geklingelt), 8VDC, ESP32-DevKitC, ESPRESSIF, Detect ET Signal, PlaySong, PlayTone, ESP32 Specs, 32-bit Xtensa dual-core ESP32-D0WDQ6, Wi-Fi IEEE 802.11 b/g/n 2.4GHz, Bluetooth 4.2 / BLE, 520 KB SRAM, 448 KB ROM, 34 GPIOs, 46x I/O, SPI, 2x UART, 2x I2C, 1x Slave SDIO/SDIO, TSENS, 1x ADC, Ethernet, Capacitive Touch Input, GPIO Input, ADC, SPI, I2C, UART, PWM, Touch, RTC Power Domain
in „HT2003/2GVS Klingelanlage mit ESP32S erweitern“ · Haus & Smart Home · · Schaltpläne
-
Bild
Schaltplan und 3D-Modell einer Platine mit ESP32-C3
ESP32 C3 Super Mini, UCC37324, IRF3206, GND, 3.3V, 12V, SDA, SCL, I2C, COM, HV1, HV2, Batt1, Batt2, R1, R2, R3, R4, Q1, Q2, U1, U2, J1, J2, J3, J4, J5
in „Wie 20-40A high side (n-Ch 2,4 mOhm) bei 20-60V und 2 kHz 50% duty pwm ?“ · Analoge Elektronik und Schaltungstechnik · · Screenshots
-
Bild
3D-CAD-Modell einer Leiterplatte mit ESP32 und OLED-Display
ESP32 C3 Super Mini, 128x64 0.96 inch I2C OLED, R6, J5, Out2, Q2 IRF3206, J3, C2, V+, Q1 IRF3206, Out1, J4, R4
in „Wie 20-40A high side (n-Ch 2,4 mOhm) bei 20-60V und 2 kHz 50% duty pwm ?“ · Analoge Elektronik und Schaltungstechnik · · Layouts
-
Datei
BLE_Keyboard2.ino
/* Bluetooth BLE Keyboard Use an ESP32 as Bluetooth keyboard. The ESP is connected to the sender PC via USB and sends keystrokes by BLE. Minicom as Key sender: minicom -D /dev/ttyUSB0 Hardware: ESP32 WROOM Framework Arduino ESP32 Libraries
in „Remote Tastatur“ · Projekte & Code ·
-
Datei
BME280_sender.py
''' ESP32 sender for BME280 Communication Method: ESPNOW external library ttps://github.com/robert-hh/BME280 2026-01-26 mchris ''' peer = b'\xcc\x7b\x5c\x1e\xac\x5c' # MAC address of receiver ESP32 import network import espnow from machine import Pin, I2C import time import struct from bme280_float import * import re i2c = I2C(1, scl=Pin(22), sda=Pin(21), freq=100000) bme280 = BME280(i2c=i2c) led = Pin(2, Pin.OUT) # ESP32WROOM Pin2 led.on() # A WLAN
-
Datei
snapcast_stream.c
time_message.latency.sec = 0; tcp->time_message.latency.usec = 0; result = gettimeofday(&now, NULL); if (result) { ESP_LOGI(TAG, "Failed to gettimeofday\r\n"); return ESP_FAIL; } esp_read_mac(base_mac, ESP_MAC_WIFI_STA); sprintf(mac_address, "%02X:%02X:%02X:%02X:%02X:%02X", base_mac[0], base_mac[1], base_mac[2], base_mac
in „ESP32 esp-idf tcp client empängt Daten Packet nicht immer vollständig“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fcc_9.pdf
FCC Part15.247 TEST REPORT FCC ID: 2ADUIESP-12 Product Name: WIFI Module Trademark: AI-THINKER Model Number: ESP-12, ESP Prepared For : Shenzhen Anxinke technology co., LTD 5A,B Building,Gushu WanLiHua Industrial,XiXiang Town, Address:
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ESP8266_WiFI_UDP_Server_OLED.ino
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 newHostname = "ESP8266NodeMCU"; // our server accepts connections on this port #define PORT 100 // create the server WiFiUDP udpServer; // OLED display
in „UDP-Netzwerke(l)n mit kleinen Mikrocontrollern und WizNet W5100/W5500“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Firebeetle 2 ESP32-C5 Development Kit auf Werbeunterlage
ance for Rapid AI & IoT Prototyping Firebeetle 2 ESP32-C5 Development Ki Dual-Band Wi-Fi 6 | Multi-Protocol Wireless Support 2.4 GHz + 5 GHz Wi-Fi 6 for long-range, highly reliabl Supports Wi-Fi, Bluetooth 5 (LE), Zigbee, and Thread. Integrated Li-ion
in „EmbeddedWorld 2026, Catch-All – Bauteile, Stromversorgungen, Meshnetze uvam“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Bild
Werbegrafik für Espressif ZeroCode Produktsicherheit
ESPRESSIF ESP ZEROCODE Verified PRODUCT SECURITY by Connectivity Standards Alliance ESP32-H2 ESP32-C3 ESP32-C6 matter
in „Renesas, Synaptics, GigaDevice und Espressif – Zertifikationen und neue MCUs“ · Mikrocontroller und Digitale Elektronik · · Sonstiges
-
Datei
new_1.txt
CC build/coap/port/coap_io_socket.o AR build/coap/libcoap.a AR build/console/libconsole.a CC build/esp-tls/esp_tls.o CC build/esp-tls/esp_tls_mbedtls.o AR build/esp-tls/libesp-tls.a AR build/esp-wolfssl/libesp-wolfssl.a CC build/esp8266/driver/adc.o CC build/esp8266/driver/i2c.o CC build/esp8266/driver/gpio.o CC build/esp8266/driver/ledc.o CC build/esp8266/driver/spi.o CC build/esp8266/driver/i2s.o CC build/esp8266/driver/pwm.o CC build/esp8266/driver/hspi_logic_layer.o CC build/esp8266/driver/uart.o CC build/esp8266
in „flash esp8266“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ESP32_WebServer_FileServer_mit-Display_-_Kopie.ino
Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 32 // OLED display height, in pixels #define OLED_RESET -1 // Reset pin # (or -1 if sharing Arduino reset pin) #define SCREEN_ADDRESS 0x3c ///< See datasheet for Address; 0x3D for 128x32, 0x3C for 128x64
in „Problem mit Webserver/Fileserver Projekt ESP32 - mit Ardurino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
build.log.txt
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 -c espfs/espfs.c -o build/espfs/espfs.o /mnt/Share/dev/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -Imqtt
-
Bild
Schaltplan einer Mikrocontroller-Schaltung
3.3V ESP, 5V Indivend Source, J1, LOG_TX, LOG_RX, PROG_EN, +5V, D8, D, C4, 100nF, C5, 100nF, J11, GND, RESET, J3, GND, PIN3, PIN4, C6 bis C13, 100nF, U9 LTC6652, VDD, OUT, PWR_FLAG, C1, C2, C3, 10uF, 47uF, GND2, R15, R16, R19, R20, Q1 BC556, Q2 BC556, Q3 BC556, Q4 BC556, I_RXD, I_TXD, I_TXD, I_RXD, U10 ESP32-WROOM, IO35, IO34, IO32, IO33, IO39, IO36, IO34, IO35, IO32, IO33, IO39, IO36, IO34, IO35, IO32, IO33, IO39, IO36, IO34, IO35, IO32, IO33
in „ESP32 Max485 und 6N137 brennt ab“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
NRF24_SendRcvMIesp.ino
(F("Gongfa(0x2) is ok CMD=")); DEBUG_OUT.println(p->packet[2], HEX); dumpData(&p->packet[3], payloadLen); SerCmd=0; //stop sending break; case 0x8f: sprintf(cStr,"WRInfo(0x8f) is ok CMD %x ",p->packet[2]); DEBUG_OUT.print
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
(F("Gongfa(0x2) is ok CMD=")); DEBUG_OUT.println(p->packet[2], HEX); dumpData(&p->packet[3], payloadLen); SerCmd=0; //stop sending break; case 0x8f: sprintf(cStr,"WRInfo(0x8f) is ok CMD %x ",p->packet[2]); DEBUG_OUT.print
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
(F("Gongfa(0x2) is ok CMD=")); DEBUG_OUT.println(p->packet[2], HEX); dumpData(&p->packet[3], payloadLen); SerCmd=0; //stop sending break; case 0x8f: sprintf(cStr,"WRInfo(0x8f) is ok CMD %x ",p->packet[2]); DEBUG_OUT.print
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
(F("Gongfa(0x2) is ok CMD=")); DEBUG_OUT.println(p->packet[2], HEX); dumpData(&p->packet[3], payloadLen); SerCmd=0; //stop sending break; case 0x8f: sprintf(cStr,"WRInfo(0x8f) is ok CMD %x ",p->packet[2]); DEBUG_OUT.print
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NRF24_SendRcvMIesp.ino
(F("Gongfa(0x2) is ok CMD=")); DEBUG_OUT.println(p->packet[2], HEX); dumpData(&p->packet[3], payloadLen); SerCmd=0; //stop sending break; case 0x8f: sprintf(cStr,"WRInfo(0x8f) is ok CMD %x ",p->packet[2]); DEBUG_OUT.print
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Disassembly Ansicht eines ESP32 Debuggers
main.cpp ESP32_LORA_Sender src main.cpp ESP32_GPIO src platformio.ini ESP32_S3_Test panic_abort.dbgasm 0x40377048 entry a1, 32 0x4037704b4 132r a8, 0x4037478c 0x4037704e movi.n a9, 1 0x40377050 s8i a9, a8, 0 0x40377053 132r a8, 0x40374790 0x40377056 s32i.n a2, a8, 0 0x40377058 movi.n a8, 0 0x4037705a c0 20 00 memw 0x4037705d s32i.n a8, a8, 0 0x4037705f f0 41 00 break 1, 15
in „ESP32-S3-ZERO debugging“ · Mikrocontroller und Digitale Elektronik · · Screenshots