Search found 11 matches

by seppel123
Fri Jul 15, 2022 9:03 am
Forum: ESP-IDF
Topic: Migrate from Arduino to ESP-IDF
Replies: 2
Views: 1469

Re: Migrate from Arduino to ESP-IDF

Hi did u found a solution for this problem i facing the same atm and looking for someone with experiance here. :D
by seppel123
Tue Mar 15, 2022 3:01 pm
Forum: ESP-IDF
Topic: ESP32 IDF OpenOCD fails when BT active
Replies: 1
Views: 1255

Re: ESP32 IDF OpenOCD fails when BT active

no answer after a week so i try give it a last push :(
by seppel123
Tue Mar 08, 2022 11:40 am
Forum: ESP-IDF
Topic: ESP32 IDF OpenOCD fails when BT active
Replies: 1
Views: 1255

ESP32 IDF OpenOCD fails when BT active

Hello, I made an Project in ESP idf in eclipse which receiving data on SPI and sends it out on WiFi this works a bit slow but its works and is able to debug with jtag and openOCD. An example of the working version of the project is attached (WifiTester.7z). Now i want to enable BT classic serial lik...
by seppel123
Thu Feb 10, 2022 1:31 pm
Forum: ESP-IDF
Topic: ESP32 WiFi unexpected error and question about speed
Replies: 5
Views: 6079

Re: ESP32 WiFi unexpected error and question about speed

ok found my problem i overflowed a array by myself.
by seppel123
Wed Feb 09, 2022 2:43 pm
Forum: ESP-IDF
Topic: ESP32 WiFi unexpected error and question about speed
Replies: 5
Views: 6079

Re: ESP32 WiFi unexpected error and question about speed

in debugging i can see that the error come from ip4.c line 132 its in the function bool ip4_netif_exist(const ip4_addr_t *src, const ip4_addr_t *dest) maybe this helps to help me what i m doing wrong
by seppel123
Wed Feb 09, 2022 1:58 pm
Forum: ESP-IDF
Topic: ESP32 WiFi unexpected error and question about speed
Replies: 5
Views: 6079

Re: ESP32 WiFi unexpected error and question about speed

HI thank you for your replie and sorry for the missing line feeds i will do it better next time if i upload code. The other point you mentioned was the flash size i changed it to 4 mb but than i cant upload the binary to the chip. Eclipse is just compiling it and stops than. why is the flash size cr...
by seppel123
Thu Jan 27, 2022 10:00 am
Forum: ESP-IDF
Topic: ESP32 WiFi unexpected error and question about speed
Replies: 5
Views: 6079

Re: ESP32 WiFi unexpected error and question about speed

Mh no one who can help me here?
by seppel123
Fri Jan 21, 2022 8:58 am
Forum: ESP-IDF
Topic: ESP32 WiFi unexpected error and question about speed
Replies: 5
Views: 6079

ESP32 WiFi unexpected error and question about speed

Hi Im trying to make a spi to wifi bridge. My Hardware is a ESP-wrover-kit and Im using the ESP IDF together with eclipse. To get a start i used the WiFi tester example and combined it with the tcp server example. With this i got a sending speed from around 0.5 MB/s. Than i checked the sdkconfig and...
by seppel123
Tue Jan 18, 2022 4:16 pm
Forum: ESP-IDF
Topic: ESP 32 Spi example cant reach 40 Mhz
Replies: 5
Views: 5313

Re: ESP 32 Spi example cant reach 40 Mhz

ok thank you guys for helping esp spirit is right i used a to long cabble to loop the signal that made some problems and i setup the spi now with input delay of 50 ns and set the flag SPI_DEVICE_NO_DUMMY with this setup i can run up to 80 Mhz always never forget rule #1 read from top to bottom but m...
by seppel123
Mon Jan 17, 2022 2:20 pm
Forum: ESP-IDF
Topic: ESP 32 Spi example cant reach 40 Mhz
Replies: 5
Views: 5313

Re: ESP 32 Spi example cant reach 40 Mhz

@ESP_Sprite
which part of the timing Considerations u have in mind that i did wrong bc cant find an issue here?