Category "esp32"

error: no matching function for call to 'MQTTClient::MQTTClient(int)' MQTTClient client = MQTTClient(256);

I'm working on an IoT project. ESP32 with AWS IoT Core. I followed https://catalog.us-east-1.prod.workshops.aws/workshops/5b127b2f-f879-48b9-9dd0-35aff98c7bbc/e

ESP32S3 - Micropython - network.WLAN.active(True) Hangs

I purchased this from Digikey (docs). I flashed the latest firmware release with the following commands: $ esptool.py \ --port /dev/tty.usbmodem14201 \

ESP32-cam pixel_format

I am using a ESP32-cam with Arduino IDE ver 1.8.6. I'm working on a project with PHP and esp32cam. In my code, the same esp will detect motion then read a qr c

Do all ESP32 pin can be used when using wifi?

lately I build a project which is use relay and several sensor, I also use wi-fi to connect it to internet, but when I try to code digital write use some pin, i

Azure FreeRtos middleware and DPS, on ESP32

I am working on a project, where I am using the Azure FreeRTOS Middleware Stack on ESP32. I would like to introduce DPS to provision all my 3K upcoming devices.

ESP32: When to use nvs_flash_init?

When I use esp-idf. All the examples that use the WiFi library call the nvs_flash_init function. Why? Is this necessary because the WiFi library uses encrypted

OV2640 inverted/green tint problem with ESP32-CAM

This is about the OV2640 cameras that come along with ESP32-CAM. One set of my cameras work perfectly (sharp colourful and straight picture) with vflip & hf

Unable to run tensorflow lite on ESP32 and Arduino Due both are 32 bits microcontrollers

I got two microcontrollers, one ESP32 and one Arduino DUE R3, both has an architecture of 32 bits and should be able to run a tensorflow lite model, however I t

Adding wifi SSID and PASSWORD to sdkconfig

I'm creating a wifi application using ESP-IDF based on the examples but the example I'm using has options for setting the SSID and PASSWORD under: Example Conn

Getting DHCP options using ESP32

I've dealing with an ESP32 module (ESP-IDF) trying to connect via Wifi and ethernet to a dhcp server. The point is, I'm trying to get the DHCP options, but I fa

How to use ESP32 to generate HDMI

hi, me and my friend are making a console and we would like it to output HDMI(preferably 1080p) using ESP32 but, after looking for ages we haven't found anythin

How to use SPI with ESP32 and Arduino

I'm trying to send out data from SPI, but can't get it to work. There appear no data on the SPI ports (D12, 13, 14; checked with an oscilloscope) and the ESP32

Can't figure out how or why this code solves an error. ESP32 arduino IDE with platform dot io

I am fairly new to coding and especially to C++ but usually with enough googling and breaking problems down to simpler blocks I can figure things out. This issu

Making HTTPS requests from ESP32

I am making a post request from my ESP32 S2 Kaluga kit. I have tested the HTTP request while running a server program in my LAN. I am using esp_http_client_hand

My esp32 gives random reading in the serial monitor

Iam using ESP32 with 4 type of sensors and external power supply to send the data to ThinkSpeak cloud. the Device was work noromally for cuble of months after t

CMAKE Esp32 using azure iot samples - what to check in into my repository

I am really new to iot/embedded world (I come from the b2b java world). Currently I am starting setting up an ESP32 based project. So far I tried esp-idf Hello

facing an issue while executing ethernet example given in espressif IDF release/v4.2

problem: I have used espressif esp32s ethernet example trying to build basic and build is successfuly generated now while executing it is throwing error as giv

After wiping out EEPROM with NULL, it later shows NBSP(255) instead of NULL(0)

So, I am a curious person. And been tinkling with NVS in ESP32 WROOM 32D for storage. What I did was simply write a formatting code to wipeout a few addresses i

Setting sdkconfig using platform.io for the ESP32

I was wondering if anybody managed to set the SDKConfig.h file for the ESP32 when using platform.io to upload code, and if so how it is done. Thanks in advance

How to generate a symmetric key in C or C++ the same way this script does?

I am implementing Azure DPS (device provisioning service) for my ESP32-based firmware. The bash script I use so far is as follows (where KEY is the primary key