You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any plan for PJON to be supported on the RP2040? I would like to work with Raspberry Pi Pico and Arduino NANO RP2040 connect. I have naively compiled for the Raspberry Pi Pico using PJON library on the Arduino IDE. It tells me RP2040 is not supported although it does complle the Serial code.
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion. I have had a try at this with the Bitbang test with the error handler in the transmitter.
I get Connection lost with device id 44 and nothing in the receiver.
I have looked into the code and something is needed for ARDUINO_ARCH_RP2040. I don't know enough about how your code works to know what to put where. At the moment compiling generates this warning:
WARNING: library PJON claims to run on atmelavr, avr, esp8266, esp32, sam, samd, teensy, tiny, stm32, STM32F1 architecture(s) and may be incompatible with your current board which runs on rp2040 architecture(s).
I don't know where this comes from. Where should I look to support this case?
John
Is there any plan for PJON to be supported on the RP2040? I would like to work with Raspberry Pi Pico and Arduino NANO RP2040 connect. I have naively compiled for the Raspberry Pi Pico using PJON library on the Arduino IDE. It tells me RP2040 is not supported although it does complle the Serial code.
The text was updated successfully, but these errors were encountered: