-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pico_usb.h is mising ? #6
Comments
Hey there! About the pio_usb try installing this library https://reference.arduino.cc/reference/en/libraries/pico-pio-usb/ About the LCDs, you can just ignore both the code and the wiring. |
Hey there! You need to install these two libraries: |
Hello Colatino! I was having the same problems above, but now I'm having new problems, if possible I would like your help with the error below: I have already installed all the libraries mentioned in the forum C:\Users\Administrador\OneDrive\Guita\TAP_TEMPO_G1Four\programa_ide\beta\beta\beta.ino: In function 'void poll_midi_host_rx()': Compilation error: 'tuh_midi_configured' was not declared in this scope; did you mean 'tuh_configure'? |
Hey @kaioffabio ! It seems that you're having the same problem as #1 , you didn't install my custom Adafruit_tinyusb library as per the instructions on the project page: "Copy the custom Adafruit_TinyUSB_Arduino library to you Arduino/libraries folder, be careful if you already have the original one installed as it will be overwritten." Can you try that and see if it works? |
I can't reproduce the error on my machine but maybe you have newer libraries than I do, as this project. One thing you could do to try and clarify the issue is enabling "Verbose" during compile: There is a solution but only feasible if you're using the same exact hardware as I am (G1XFour, Original RPi Pico, multiplexers, oleds), following the wiring diagram and using also the same pins. The solution is downloading the already compiled .uf2 file to upload to you pico, it is available on the releases page. If you want to try it, just press bootsel button while plugging in the USB cable, the pico should be seen as a flash drive, now you just need to drag the .uf2 file into it. If everything goes well the pico will reset and start with the new firmware. |
@kaioffabio It's been quite some time since I last compiled the code and the core and some libraries have been updated ever since and I think some of the errors are because of that. My version of the Adafruit TinyUSB (in its current state) library may not be compatible with new versions of the Arduino-Pico core and may need some rework that demands time (which I don't have right now). My suggestion is to use the released compiled version of the code and see if it works (if it's a G1XFour). Edit: I deleted your phone number from you comment |
Good morning my friend! My doubts are about this direct loading of the already compiled program that you mentioned. |
Boa noite @kaioffabio, você conseguiu resolver o ultimo problema que citou ai? |
The only feedback you get is when the Oled screens light up and show white a line. The usb cable would be enough to make it show these white lines on the oleds but you should supply power by the other usb connection that is described on the diagram. |
hello colatino how i fix pico_usb.h is no such file and directory..
and can i make this midi pedal without lcd.. what code i must modify?
modify
The text was updated successfully, but these errors were encountered: