Skip to content
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

Xiao RP2040 support? #17

Closed
howdid1gethere opened this issue May 20, 2024 · 6 comments
Closed

Xiao RP2040 support? #17

howdid1gethere opened this issue May 20, 2024 · 6 comments

Comments

@howdid1gethere
Copy link

Would this be possible at all? Looking at this image, it appears that all required pins are there except for pin7 for 1.6 D0. Could that signal be found elsewhere on the Xiao?

xiao-rp2040-pin.jpg

@shalxmva
Copy link
Owner

shalxmva commented May 20, 2024

LFrame is not available.
So if you want to make it to work with v1.6, you must modify source code (Just the LFrame pin define on LPC_comm.pio)
and recompile it.

image

That should work on software, but i dont know if that board can be connected directly to 5v.
Maybe if you post schematics of that board.

@howdid1gethere
Copy link
Author

Apologies, I got D0 and LFrame mixed up. On the underside of the board there are direct solder points for VIN and GND. Schematic below.

61d6f2876fd2d.jpeg

Screenshot_20240519-233754.png

Thank you for your help.

@howdid1gethere
Copy link
Author

If the software is just utilizing the pins as gpio, would gpio pin 7 in the software not still translate to gpio pin 7 regardless of the board?

@howdid1gethere
Copy link
Author

I think my brain just caught up with my project. Consider this closed and I'll report back.

@shalxmva
Copy link
Owner

shalxmva commented May 20, 2024

If the software is just utilizing the pins as gpio, would gpio pin 7 in the software not still translate to gpio pin 7 regardless of the board?

Xiao-rp2040 pin names don't directly match. But using gpio7 is the same for all, but you have to check where that pin is connected to which pin.

@howdid1gethere
Copy link
Author

howdid1gethere commented May 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants