-
Notifications
You must be signed in to change notification settings - Fork 43
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
One side of the keyboard not working #22
Comments
This is a really great find. I bought a Aitexm Raspberry Pi Pico Board RP2040 TYPE-C 16 MB on Aliexpress and I was having similar issues where I could only get one half connected. I tried soldering the Vin and Vout pins and was able to get both LEDs to light up, however, I couldn't get the Vial firmware to work. I already permanently damaged one microcontroller when I tried to remove it so I'll have to abandon my build but this does have potential to help others. |
I also had other issues with the boards that I didn't mention:
but the keyboard didn't appear in the Vial software. In the web version (https://vial.rocks/) I noticed the console error "device read timed out!" (screen) After several attempts, I decided to install the beekeeb_piantor_vial.uf2 software, which is the third option from the top, and both Vial web and desktop versions started working. Before flashing any software, I cleared the memory using flash_clear.uf2 "Firmware for clearing the flash," which is also available on beekeeb (https://docs.beekeeb.com/piantor-keyboard#firmware-for-clearing-the-flash). |
Just adding this for anyone searching for "YD-RP2040 Piantor". This happens because the original Pico has Vbus and Vsys instead of Vout and Vin, respectively. Vsys can source current and the Piantor PCB has a trace running from Vsys to the TRRS port and uses that to power the non-master side. This is/should be safe as you're only bypassing the diode that goes from Vin to Vout, but experiment with your cheap knockoff microcontrollers at your own risk. |
Hi, I encountered a problem where only one part of the keyboard was working after assembly, depending on the connected power source, as shown in the picture where the LED only lights up on one side:
I'm using Tzt raspberry pi pico board rp2040 16MB (dual-core 264kb arm low-power mikro computer hoch leistungs Cortex-M0 + prozessor) which was purchased on AliExpress.
While searching for a solution, I came across a diagram:
It appears that the Vin and Vout pins are connected/shorted, whereas on my boards they were not connected. After soldering these pins on both parts, the keyboard started functioning 🎉
The problem lies in the fact that the second board had insufficient voltage, which prevented it from starting up.
I have created this issue requesting to add some information about it on the BeeKeeb homepage. It may help people like me who have bought similar microcontrollers.
The text was updated successfully, but these errors were encountered: