Search found 10 matches
- Thu Nov 07, 2019 3:26 pm
- Forum: ESP-MDF
- Topic: Using ESP32 with existing Mesh networks that use OLSR?
- Replies: 4
- Views: 5856
Re: Using ESP32 with existing Mesh networks that use OLSR?
Is there any documentation on wifi stack so I could try and hack support for a 802.11 standard? Or is that some thing that Espressif can't release or opensource.
- Sun Nov 03, 2019 3:45 am
- Forum: ESP-MDF
- Topic: Using ESP32 with existing Mesh networks that use OLSR?
- Replies: 4
- Views: 5856
Re: Using ESP32 with existing Mesh networks that use OLSR?
OLSR is the packet routing method for use on Wifi Mesh networks.
The mesh I am trying to use an ESP with uses the standard Ad-Hoc mode of wifi as defined by 802.11
I mentioned OLSR because I though it would be relevant. I feel like you didn't know what OLSR with that reply.
The mesh I am trying to use an ESP with uses the standard Ad-Hoc mode of wifi as defined by 802.11
I mentioned OLSR because I though it would be relevant. I feel like you didn't know what OLSR with that reply.
- Tue Oct 15, 2019 5:40 pm
- Forum: ESP-MDF
- Topic: Using ESP32 with existing Mesh networks that use OLSR?
- Replies: 4
- Views: 5856
Using ESP32 with existing Mesh networks that use OLSR?
Is it possible to use an ESP32 as part of an existing mesh network that uses the opensource and widely used OLSR (Optimized Link State Routing Protocol)? I am interested in using them as low cost nodes to get thru areas that more expensive nodes wouldn't be a good choice.
- Tue Jun 18, 2019 1:40 am
- Forum: ESP-ADF
- Topic: Recording sounds without external codec
- Replies: 5
- Views: 3219
Re: Recording sounds without external codec
It could be just static or something. Or you don't need an amplifier.
Question to you have your code up somewhere. I am interested in getting sound in and out thru the ADC and DAC also and haven't found many examples.
Question to you have your code up somewhere. I am interested in getting sound in and out thru the ADC and DAC also and haven't found many examples.
- Tue May 28, 2019 8:44 pm
- Forum: ESP32 Arduino
- Topic: Best solution handling ADC-DAC for simple audio effects processor
- Replies: 3
- Views: 2537
Re: Best solution handling ADC-DAC for simple audio effects processor
https://docs.espressif.com/projects/esp ... s_source_t can be used to attach I2S to the ADC for sampling
Hope this helps.

- Tue May 28, 2019 6:08 pm
- Forum: ESP-ADF
- Topic: Recording sounds without external codec
- Replies: 5
- Views: 3219
Re: Recording sounds without external codec
I am also interested in this. Considering the on board ADC has a more then high enough sampling rate and has a high-ish bit depth it should work fine. Just depends on it you can actually set it up. Even with the 6khz filtering sort of stuff its fine considering thats about as wide as a SSB conversat...
- Tue May 28, 2019 2:38 am
- Forum: General Discussion
- Topic: Max size of Flash memory that can be used? ESP32
- Replies: 2
- Views: 1971
Re: Max size of Flash memory that can be used? ESP32
I only have an ESP-WROOM to use. I was asking to figure out if you could use say a larger flash and just dynamically swap which blocks are mapped into the address space.
- Fri May 24, 2019 4:21 am
- Forum: General Discussion
- Topic: Max size of Flash memory that can be used? ESP32
- Replies: 2
- Views: 1971
Max size of Flash memory that can be used? ESP32
I am wondering what the max size of flash memory that can be attached to the ESP32. Like I know only 16MB can be mapped at once but does that mean you can have a large flash and just map a different 16MB to access more of the chip. (Losing access to that first 16MB of course until you map back to it...
- Thu Mar 28, 2019 4:10 am
- Forum: Documentation
- Topic: Documentation Requests/Feedback
- Replies: 77
- Views: 110669
Re: Documentation Requests/Feedback
Thats very confusing mentions internal details about the DAC and ADC attached to the MACs if they weren't somehow relevant to using the Core.
- Wed Mar 27, 2019 2:51 pm
- Forum: Documentation
- Topic: Documentation Requests/Feedback
- Replies: 77
- Views: 110669
Re: Documentation Requests/Feedback
I would like too request documentation of the SDR like part of the ESP32 core. (Specifically the two High speed DACs and ADCs used in quadrature to form the 2.4 Ghz Radio.) The only mention of them is the Technical docs. And only mention their existence and now how they are connected or how to use t...