Paul Kendall
Paul Kendall
Adds an ESP8285 RX target which swap the boring old single colour LED 🤮 with a new-hotness RGB LED 🌈 . This meant moving the SX1280 reset to pin 16...
Enables power save mode on the display and clears the display when the backlight is turned off, even though there may not actually be a backlight. Also, adds the images...
Add a target for 900MHz ESP32 RXes. Although there are none defined as actual targets at least DIYers can use a TTGOv2 etc as a 900MHz RX by copying and...
### OrientDB Version: 3.1.5 ### Java Version: 8.0.222.hs-adpt ### OS: OS 11 (Big Sur) ## Expected behavior Executing a query that includes LET with traversals to IN and OUT and...
By allowing the user to specify the `rom_baudrate` at construction time this allows devices that are programmed via serial-passthrough to perform any pre-flashing commands they may need to do before...
Add hexdump style serial/packet tracing code to webserial. This makes it really nice when debugging.
This implementation matches the current put_bits function from Reimar Döffinger.
Whilst debugging a problem with tachometer readings from PWM controlled fans I found that I was getting "TX_DONE" Timeouts. i.e. the SX1280::TXnb() was being called before the previous TX had...
Adds support for PWM fan with a 'tachometer' pin as well. Currently the PWM/speed of the fan is hard-coded based on the power output of the module and the reading...