python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I configure my wireguard VPN on ESP32
I am an Iranian guy. And because of my country limitation in use of global server such firebase, ... I can not use these server directly and I need to set up a VPN on my ESP32.
I choose wireguard for ...
MMB1999
Votes: 0
Answers: 1
What is the best workflow for an IoT client to receive the new PEM certificate when the old one expires?
I'm setting up an Ubuntu machine to work as an MQTT server. It is a MOSQUITTO server. The clients of this server are based on the ESP32 microcontroller (ESPRESSIF). (I'm using the ESP-IDF framework.)
...
José de França
Votes: 0
Answers: 2
esp32 micropython littlefs
Using a Expressif dev-board and standard micropython.bin I was able to create a littlefs2 partition, mount it and write data into a file:
# ESP8266 and ESP32
import os
os.umount('/')
os.VfsLfs2.mkfs(...

juerg
Votes: 0
Answers: 1
ESP32 IDF. Will this table be placed in the SPI FLASH and read from it or it will be loaded to the RAM
Question to the ESP32 specialists.
example:
const uint8_t * const data[] = {
(const uint8_t[]){0xB5, 0x62, 0x06, 0x04, 0x04, 0x00, 0xFF, 0x87, 0x01, 0x00, 0x95, 0xF7, 0xff, 0xff},
(const uint8...

0___________
Votes: 0
Answers: 1