SOC
ESP32
Lora IC
SX1276
Product Link
https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module
Description
Being a drone racer, I've always wondered if we could turn some ELRS 900MHz gear into a low-cost, reliable, and super powerful Meshtastic device.
By adhering to the ELRS board definitions, I was able to incorporate base support for the model referred to above:

It even features free UART pads that can be utilized to potentially connect a GPS.
Fork available here.
The display requires a flipping in settings.
Nevertheless, currently, neither of the two PAs appears to be engaged, and the power output is below -20dBm. I attempted to hack together a basic 30dbm output PoC, but was unable to do so.
ELRS is calling dacWrite() on pin 26 (power_apc2) and a regular writeRegister to register 0x09 to activate the PAs.
The call to reg 0x09 is already being executed in the current firmware implementation, albeit with different settings.
Manually setting both to the same values as seen in ELRS source does not seem to work, I'd assume that either the SX1276 support is incomplete or a crucial PA initialization is missing (mostly related to RFAMP or LR1121).
In any case, Radiomaster is known for their excellent support. They immediately responded and offered technical help, so this board should come to live eventually.
SOC
ESP32
Lora IC
SX1276
Product Link
https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module
Description
Being a drone racer, I've always wondered if we could turn some ELRS 900MHz gear into a low-cost, reliable, and super powerful Meshtastic device.
By adhering to the ELRS board definitions, I was able to incorporate base support for the model referred to above:

It even features free UART pads that can be utilized to potentially connect a GPS.
Fork available here.
The display requires a flipping in settings.
Nevertheless, currently, neither of the two PAs appears to be engaged, and the power output is below -20dBm. I attempted to hack together a basic 30dbm output PoC, but was unable to do so.
ELRS is calling
dacWrite()on pin 26 (power_apc2) and a regularwriteRegisterto register 0x09 to activate the PAs.The call to reg 0x09 is already being executed in the current firmware implementation, albeit with different settings.
Manually setting both to the same values as seen in ELRS source does not seem to work, I'd assume that either the SX1276 support is incomplete or a crucial PA initialization is missing (mostly related to RFAMP or LR1121).
In any case, Radiomaster is known for their excellent support. They immediately responded and offered technical help, so this board should come to live eventually.