Hello,
I got the same problem on macOS and I can't use the windows Online Installer.
Option #1 didn't work, too.
What can I do?
Search found 11 matches
- Sun Jan 09, 2022 2:41 pm
- Forum: ESP-IDF
- Topic: Error to install esp-idf
- Replies: 10
- Views: 43772
- Sat Nov 23, 2019 1:51 pm
- Forum: ESP-IDF
- Topic: Read a value from a given memory address
- Replies: 5
- Views: 7851
Re: Read a value from a given memory address
Thank you for your answers.
In the meantime I have read something about the mapping with the function spi_flash_mmap.It did not seem easy to read the program memory.
Have anyone a good sample which I can use to start.
In the meantime I have read something about the mapping with the function spi_flash_mmap.It did not seem easy to read the program memory.
Have anyone a good sample which I can use to start.
- Thu Nov 21, 2019 2:32 pm
- Forum: ESP-IDF
- Topic: Read a value from a given memory address
- Replies: 5
- Views: 7851
Re: Read a value from a given memory address
The last value I tested was 0x02000000. Yes, I didn't check it at the manual, this was not a good idea. First time I started with my address 0x10000. My partitions are: nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000, phy_init, data, phy, 0xf000, 0x1000, factory, app, factory, 0x0...
- Thu Nov 21, 2019 7:51 am
- Forum: ESP-IDF
- Topic: Read a value from a given memory address
- Replies: 5
- Views: 7851
Read a value from a given memory address
Hello, how can I read a value from a given memory address (e.g. 0x02000000) using C? I tested this char *ptr = (char *) memory; printf("Data=%c\n", (char) *ptr); With memory = 0x20000000 it worked, with memory = 0x02000000 I got: Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was...
- Fri Dec 14, 2018 3:08 pm
- Forum: Sample Code
- Topic: SGP30 example
- Replies: 0
- Views: 5955
SGP30 example
Hello,
did anyone have an example with SGP30-Sensor for esp-idf in C?
My sensor worked fine with an arduino-example, but I like to integrate the sensor in a big esp-idf-program.
I found only this at github https://github.com/seyriz/SGP30_ESP-IDF. It didn't work.
did anyone have an example with SGP30-Sensor for esp-idf in C?
My sensor worked fine with an arduino-example, but I like to integrate the sensor in a big esp-idf-program.
I found only this at github https://github.com/seyriz/SGP30_ESP-IDF. It didn't work.
ESP32-A1S
Hello,
did anyone have an example for the ESP32-A1s Audio Development Kit? It is an audio board without audio processor and six mechanical buttons (without reset and boot).
did anyone have an example for the ESP32-A1s Audio Development Kit? It is an audio board without audio processor and six mechanical buttons (without reset and boot).
- Sun Oct 14, 2018 5:26 am
- Forum: Sample Code
- Topic: DHT12
- Replies: 0
- Views: 3887
DHT12
Hello,
die anyone have a small example with DHT12-Sensor for esp-idf in C?
die anyone have a small example with DHT12-Sensor for esp-idf in C?
- Sat Oct 06, 2018 5:08 am
- Forum: ESP-IDF
- Topic: DHT12 example
- Replies: 0
- Views: 2925
DHT12 example
Hello,
die anyone have a small example with DHT12-Sensor for esp-idf?
die anyone have a small example with DHT12-Sensor for esp-idf?
- Wed Jul 11, 2018 7:10 am
- Forum: Sample Code
- Topic: ESP-IDF: Code for PCA8574
- Replies: 2
- Views: 7814
Re: ESP-IDF: Code for PCA8574
Thanks for the quick answer.
I forgot an important thing: I need a C sample and not CPP.
I forgot an important thing: I need a C sample and not CPP.
- Tue Jul 10, 2018 12:35 pm
- Forum: Sample Code
- Topic: ESP-IDF: Code for PCA8574
- Replies: 2
- Views: 7814
ESP-IDF: Code for PCA8574
Hello,
can anyone help me. A little example for the "I2C 8-bit I/O expander module" PCA8574AD. It worked fine with the libs on Arduino, but with esp-idf I have some problems.
Bye
can anyone help me. A little example for the "I2C 8-bit I/O expander module" PCA8574AD. It worked fine with the libs on Arduino, but with esp-idf I have some problems.
Bye