BananaPi-Zero instead of RaspberryPi Zero? #20
-
|
The RAD Zero works fine with my RaspberryPi Zero 2 W. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The Banana-Pi is built around a different SoC than the RPi Zero, and the RAD uses the Circle library for bare metal programming which is made for RPis only. Without replacing all low-level code it won't work. I also have no experience how fast or slow the GPIOs of the Bananas are, i.e. if the SoC is suitable. |
Beta Was this translation helpful? Give feedback.
-
|
I use https://rpilocator.com/ to check availability. |
Beta Was this translation helpful? Give feedback.
The Banana-Pi is built around a different SoC than the RPi Zero, and the RAD uses the Circle library for bare metal programming which is made for RPis only. Without replacing all low-level code it won't work. I also have no experience how fast or slow the GPIOs of the Bananas are, i.e. if the SoC is suitable.