RoganDawes
RoganDawes
Trying to use the WR3E in a CBI Astute Smart Isolator. I have been able to flash the basic ESPHome onto the RTL8710, but am struggling to get the `uart:`...
> Any idea what I am doing wrong? Apparently my comprehension skills are lacking - I had the RX and TX swapped around. Using the correct values worked, but now...
Ah, nice! I guess the Software serial path is broken, then, because my device was crashing at that point.
> Soft serial works on Realtek, but it's TX-only. I'm not sure what happens when you try to activate SS on hardware UART pins, that's probably why it failed. Also,...
Getting the same thing. I see that #102 suggests the following: ``` \Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32\Arduino.h change #define clockCyclesPerMicrosecond() ( (long int)getCpuFrequencyMhz() ) to #define clockCyclesPerMicrosecond() ( F_CPU / 1000000L ) ``` But...
My thanks to SpenceKonde, who provided a fix for this almost immediately! See https://github.com/SpenceKonde/megaTinyCore/issues/925 Having eliminated all of the Serial calls from the example, it even fits within the available...
It should be possible to modify the messages. However, it wasn't something I actually tested, and I suspect that there may be a checksum somewhere that needs to be updated.
That's a pity. Would have been nice to have solved the mystery. Guess I'll have to poke a bit more on a public site and see what happens!
> Might be stating something obvious and not related, but Blazor would throw its hands in the air and close the circuit if there's application-level discrepancy. You should be able...
Nice thing about the txthinking implementation is that it supports UDP as well.