Replies: 1 comment 2 replies
-
Because the chipset is an AVR device. Even if you used another CRSF library (to which there are many), it's likely you will run into issues when you attempt to initialise the baud rate to anything above 115 K, let alone the required 416,666 baudrate for the CRSF protocol to function properly. This uncertainty is the reason why I intentionally set the minimum requirements for any chipset to be at least an ARM Cortex M0 or better and to have a core clock of at least 48 MHz or higher. For more information on hardware compatibility, please read the Wiki, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a IR Turret HackPack and would like to try to connect a RadioMaster RP3 ELRS Receiver 2.4GHz ExpressLRS Nano Receiver to it and control the servos with my radiomaster pocket. When I load the code it says it isn't compatible, is there a way I can print out the details of the arduino? The IDE says this is the Board Info:
BN: Unknown board
VID: 0x1A86
PID: 0x7523
SN: (null)
Processor says: ATmega328P
Can you tell me if this is something I can alter the code to work easily? Or if there are other CRSF libraries that might work with this Arduino?
Changed the picture to my actual arduino.
Beta Was this translation helpful? Give feedback.
All reactions