-
Notifications
You must be signed in to change notification settings - Fork 3
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
Green - and Green + are not distinguishable #3
Comments
That's probably a problem with your SVG renderer. It looks ok for me in Firefox and Chromium. The cathode (-) of the green LED is on the side of the battery and thus the anode (+) of the green LED is close to the PCB edge. Since I created this Github project, I spent some time analyzing the remote control's circuit. I still need to update this repository for this, but the summary:
I plan to update this project with more details soon. |
Thanks for the fast update. As I'm a beginner to electronics:
Btw, what are the other three big vias? SWD/JTAG? UART? Have you tried looking into them? As I just finished to solder the whole thing: will there be an significant update to it? (Hopefully not :D) Also, I could provide my BOM as there are no exact part numbers and I had to guess them (honestly, it also could be the case that I'm just stupid :D). |
The big vias are for programming the PIC16LF:
On my original board R1 and C1 were meant to filter the PWM noise from the charge pump. With the noise gone (by using Vcc instead of GREEN+) those should be removed. I also replaced the 74HC14 and the PC817 with a two comparators, but the original design should also work.
I have not yet tested this. Using VCC instead of BAT+ to supply the board means, that the micro-controller will keep being powered. This will draw slightly more power, but we are talking about mW (so a problem for a coin cell, but neglectable when you power a Raspberry-Pi or sth. similar in parallel). Using it should not break anything, but IDK if the software running on the PIC16 can handle being powered all the time. You will have to test it :)
LOCK and UNLOCK are pulled to GND with 3.3K on the remote control. Pressing the button will connect the pins to BUTTONS+ respectively, so the buttons are active-high. BUTTONS+ is connected to BAT+ with a 33K resistor, since the buttons also enable the transistor, which supplies Vcc from BAT+. If you use Vcc instead of BAT+ to supply the circuit, you should also get away to use VCC for BAT+.
There is a more convenient spot to grab the LOCK button, which is the via between GND and VCC. The board reuses VPP for the lock button signal. For GREEN- you might find the small VIA between the PIC16 and the unlock button more convenient (the one, which is closest to the unlock button).
I just used parts laying around in my hackerspace. The exact component should not really matter as long as the values roughly match. Value-wise the only interesting part was the filter for the charge pump PWM and that is gone due to using Vcc. |
This means I just remove them or I have to bridge (one or both of) them?
This could be handled by either driving the whole thing via a GPIO and do the power cycle in software. Not the best idea, though, as GPIOs on the Pi allow for max. current of 16mA. I'd assume, that the board especially while sending, draws more current. Maybe I could use a transistor to circumvent this.
This results in two options to power the whole thing, right? Option 1: Option 2: VCC_J4 -> VCC_CFF |
Drop C1, bridge R1 (i.e. make it look the same as the route for the red LED)
16 mA is not enough. Driving it through a transistor should work. It might also be ok to keep it enabled all the time (as I said I have not tested this).
Yes, looks sensible. As I said you can get LOCK from the hole between VCC and GND. |
As I am about to start tinkering with this soon. Is there a chance on getting an updated schematic with these simplifications? |
Unfortunately, the + and - terminal of the green LED are both labeled as - in the photo of the CFF3000.
The text was updated successfully, but these errors were encountered: