remote_receiver_tutorial
remote_receiver_tutorial copied to clipboard
ord() expected string of length 1, but int found.
i get this message output, could you help me
I know its an old thread, but for those who come looking for it, in Circuit python I had to remove the ord() part from the code to get it to work.
Howdy,
I'm trying to connect a Spektrum AR630+ w/ AS3X to my rPI 5 running Python3.
I had to add a paren to the print ex at the end, and change the serial to match the pi5 ttyAMA0, and I removed the ord() functions, but it still doesn't report any telem or stick positions.