-
Notifications
You must be signed in to change notification settings - Fork 13
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
Closes #9 Update readme, provide images, pcb and 3d qr adapter model #13
base: master
Are you sure you want to change the base?
Conversation
Good job! I intend to have a look at it and include it in the source files. :) 👍 |
A few things, I also wonder about the 5v connection from the wheelbase to Raw through the diode. I read that raw feeds the onboard regulator. do you actually need that connection? you already have vcc connected directly to 3.3v. did you try / can you try to remove that connection and see if it still works? Also, there's an issue with having the FTDI connected while the pro mini is powered from wheelbase. since this will connect the 3.3v coming from the FTDI, with the 3.3v supply coming from the wheelbase. (same problem I had with the 5v line). The issue you had with the funky switch always being pressed: since you're not using the analog Dpad, make sure to comment out the line |
This happens from time to time if I connect the emulator (so the PCB) to my base without USB connected. Not too sure why this could happen, it felt pretty random. I even imagined that the speed of sliding the QR onto the wheelbase influences whether the base restarts or not 😅
Good catch! I thought that connecting 5V to RAW might improve the voltage stability if the 3.3V from the wheelbase ever drops a bit. I will desolder the the diode to disconnect 5V to RAW and see if it still works.
That sounds like a good solution for now. I will update the readme! Regarding the funky switch, I will also try that out and report back in the next days |
- add wheelbase damage warning - add note to uncomment lines - remove connection of 5V to RAW (including diode)
@lshachar You were totally right with your assumption that the connection from 5V to RAW is not necessary. Please let me know if I should change something |
Hi @sabifa, |
After quite a long time I finally can report something good 😄
I managed to get it working reliably using an Arduino Pro Mini V2 which runs 3.3V at 16 MHz. 8 MHz does not seem to be fast enough.
I created a small PCB which holds the Pro Mini and a 3D printable QR adapter so one can make himself a emulator with a low profile.
I've updated the readme in the PR (feel free to remove the top part if you don't like it) and a more in depth readme on how to get started with the Pro Mini V2. Let me know if I should change something or feel free to change it yourself 🙂