Search the Community
Showing results for tags 'bananapim2zero'.
-
Hi All, I am trying to enable HID gadget on Banana Pi M2 Zero with latest Armbian OS for it. I followed the instructions in following link,but no luck: Switch USB port from OTG to HOST mode I get modprobe: ERROR: could not insert 'g_hid': No such device when I enter modprobe g_hid. I appreciate any help. Thanks
-
I don’t own banana pi but I’m thinking of buying it for the project we’re going to do. I have raspberry pi zero but mediapipe is not working. Can I install this library on m2 zero? I would be glad if you help. Thank you.
-
I don't own banana pi but I'm thinking of buying it for the project we're going to do. I have raspberry pi zero but mediapipe is not working. I'm thinking of doing image manipulation and this is the most important library in my code. That's why I'm trying to do a detailed research because my budget is limited. Thank you for your help 💯
-
About 6 months ago I started a music project with the Raspberry PI Zero 2W. The project is a module to generate weird and wonderful drone music/sounds (example here) Because of the fact that it's nearly impossible to got hold of the Raspberry PI Zero 2W, I want to "port" the project to an alternative and available board with the same footprint and pinout; the BPI M2 Zero would be perfect. I have quite a challenge though; See image: The exact setup below with an Raspberry PI Zero 2W (O/S: Bullseye 11) and the install procedure described here, runs absolutely fine --- but now I want this setup to run on the BPI M2 Zero (O/S: "Armbian_20.05.1_Bananapim2zero_buster_current_5.4.43_desktop" downloaded from here) I appreciate that the BPI M2 Zero has a different architecture - but I guess with the lack of support (compared to the Raspberry PI) I can't figure out how to get this setup running. Has anyone got experience getting the two boards "talking" ? I need the setup to be the same as I already have the PCBs produced you see. I haven't seen a Armbian version of Bullseye 11 ... but I don't think it's absolutely necessary to have the same O/S. I guess what matters is that the Audio's board install-script (curl https://get.pimoroni.com/phatdac | bash) is re-worked to run on the BPI M2 Zero. I am willing to offer a financial incentive for your time (ping me).
-
Hi, I try to connect a tft 240x240 display via SPI with my BPI m2zero and i am looking for a suitable library written in C. The display uses ST7789 driver and it will be used in combination with thermal camera. I've tried to use producers library for RPi https://www.waveshare.com/wiki/1.54inch_LCD_Module but the screen only blinks when i run a program with test bitmap. I tested it on Arduino and the display works fine. If someone was able to run such a display, can you share your library? Thanks for all the help