Search found 5 matches
- Thu Feb 13, 2020 6:09 pm
- Forum: General Discussion
- Topic: Developing primary and factory applications
- Replies: 0
- Views: 2274
Developing primary and factory applications
I have a basic factory test application that lives in the factory partition and its function is to provide factory test support to the hardware and download the most current production application. The production application is the "real" application and to-date all of my development has been here w...
- Mon Sep 16, 2019 5:59 pm
- Forum: Hardware
- Topic: RMT Idle and the ring buffer
- Replies: 5
- Views: 6164
Re: RMT Idle and the ring buffer
Of course, I see that. I was using the language of the datasheet.
For the purposes of manchester, it takes two measurements to represent one transition which is either 1 bit or 1.5 bits.
For the purposes of manchester, it takes two measurements to represent one transition which is either 1 bit or 1.5 bits.
- Fri Sep 13, 2019 4:01 pm
- Forum: Hardware
- Topic: RMT Idle and the ring buffer
- Replies: 5
- Views: 6164
Re: RMT Idle and the ring buffer
The datasheet says there are 512 records available in 8 blocks of 64, one block per channel by default. I am using 1 for the TX channel and 7 for the RX channel.
1024 records would be nice... just having a double buffer feeding the ringbuffer would be perfect.
1024 records would be nice... just having a double buffer feeding the ringbuffer would be perfect.
- Thu Sep 12, 2019 2:15 am
- Forum: Hardware
- Topic: RMT Idle and the ring buffer
- Replies: 5
- Views: 6164
RMT Idle and the ring buffer
I am using the RMT to decode a Manchester data stream. The messages do come in bursts but the worst case corner is 704 RMT events in a single message. I have learned that the ringbuffer is only updated when the RMT idle condition is reached. With this many RMT events I cannot wait for the idle befor...
- Fri Aug 30, 2019 7:32 pm
- Forum: ESP32 Arduino
- Topic: DHCP no response to Discover for some MAC's
- Replies: 0
- Views: 2087
DHCP no response to Discover for some MAC's
I have 6 DevKIT1's and as part of some quick/dirty testing I am using the Arduino environment in PlatformIO. PlatformIO framework is: { "name": "framework-arduinoespressif32", "description": "Arduino Wiring-based Framework (ESP32 Core)", "version": "2.10002.190628", "url": "https://github.com/espres...