Search found 12 matches
- Sun Dec 20, 2020 8:00 am
- Forum: ESP-IDF
- Topic: ESP_NOW Multi-casting
- Replies: 0
- Views: 1608
ESP_NOW Multi-casting
Hello, I am working on a project that uses several ESP32, which communicate with each other over ESP_NOW. They are logically split in 2 groups, master and simple nodes. Initially nodes use broadcast to discover masters, and as masters respond, the node can save their mac addresses, and continue comm...
- Fri Jul 31, 2020 7:49 am
- Forum: ESP-IDF
- Topic: ESP NOW peer limit
- Replies: 0
- Views: 2259
ESP NOW peer limit
Hello all, I am trying to figure out the capacity of a ESPNOW network. From IDF, ESP_NOW_MAX_TOTAL_PEER_NUM sets this to 20. So, is this the maximum number of peers that may communicate over ESP NOW? And if yes, what sets this limit? why not 32 or 256 or 8192? What is special about the esp_now_add_p...
- Thu Jul 30, 2020 11:25 am
- Forum: ESP-IDF
- Topic: ESP-MESH with Sleep
- Replies: 0
- Views: 2040
ESP-MESH with Sleep
Hello all, From reading the documentation, I understand , that on an ESP-MESH network, if one device -intermediate or leaf node- goes to (deep) sleep, it is actually getting "lost" from the mesh, so at wake-up, it needs to re-join as if it was just powered up. To make it clear I am considering a lon...
- Wed Jan 16, 2019 7:29 pm
- Forum: General Discussion
- Topic: Python EGG_INFO and PACMAN really hurt
- Replies: 2
- Views: 4405
Python EGG_INFO and PACMAN really hurt
Hello, I had to re-install everything on a new PC for esp-idf, to continue my project. I bumped into the same OLD problem with python, egg, pacman mickey mouse donald and santa clause. Last time I had it it was few months ago when I pulled a new esp-idf release, and after few HOURS of googling for o...
- Fri Sep 14, 2018 4:05 pm
- Forum: Report Bugs
- Topic: Debugging Issue on WROVER and Eclipse
- Replies: 9
- Views: 15542
Re: Debugging Issue on WROVER and Eclipse
Hello, I haven't really spent much time testing the command line way, but my project is a bit large so command line is not so intuitive, and afterall, the Eclipse side is just a Graphical representation of the same thing, its not a different driver really... it issues gdb commands over OCD right? So...
- Thu Sep 13, 2018 5:38 pm
- Forum: Report Bugs
- Topic: Debugging Issue on WROVER and Eclipse
- Replies: 9
- Views: 15542
Re: Debugging Issue on WROVER and Eclipse
Hi, I found out what was causing the issue with the "all ones" problem... disappointing discovery! My project uses SPI and the GPIO 12->14 are common for JTAG, so this was stopping the JTAG. Once I disconnected everything from these pins, I came back to my old situation. The old situation is what Ko...
- Tue Sep 11, 2018 9:28 am
- Forum: Report Bugs
- Topic: Debugging Issue on WROVER and Eclipse
- Replies: 9
- Views: 15542
Re: Debugging Issue on WROVER and Eclipse
I have a new set of errors attached in text file if this can assist.
- Tue Sep 11, 2018 9:16 am
- Forum: Report Bugs
- Topic: Debugging Issue on WROVER and Eclipse
- Replies: 9
- Views: 15542
Re: Debugging Issue on WROVER and Eclipse
Hello, any news on that? debugging sessions fail all time with various errors on ESP-WROVER-KIT, and now my project has come to a point where I need debugging over JTAG, otherwise I am blocked..
Please update
Alex
Please update
Alex
- Fri Aug 03, 2018 8:28 am
- Forum: Report Bugs
- Topic: Debugging Issue on WROVER and Eclipse
- Replies: 9
- Views: 15542
Re: Debugging Issue on WROVER and Eclipse
Hi, long time I haven't checked all this, sorry for a late reply. I haven't had any serious progress on this. Sometimes this procedure described in the tutorials for debugging in Eclipse, works, some times it fails. If I give it a number of tries, I usually get it working, but it is not as stable as...
- Fri Aug 03, 2018 8:24 am
- Forum: ESP-IDF
- Topic: IRAM fragmentation at startup?
- Replies: 4
- Views: 7718
Re: IRAM fragmentation at startup?
Hello, thank you for your answer, I was busy with other stuff, and my response is late, sorry! So, the Idea is to have a configurable system, and that configuration will determine the chunks of fast RAM that are needed. Consider it as a protocol translator, where streaming data arrives in a UDP sock...