-
Notifications
You must be signed in to change notification settings - Fork 19
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
LEDs with HM-MOD-UART #10
Comments
I dug further and I think the FTDI chip is pulling the lines low to enable the LEDs. Can you confirm that? I still don't know if I should adapt the inverted RESET line. |
Your idea will not work as rhe LEDs are only driven if there is a RPI-RF-MOD is available. |
Too bad about the LEDs. I didn't know about HmIP-RFUSB yet. It does look interesting - if it can do HM and HMIP, the difference to my own PCB would just be an SMA connector. Maybe I'll pursue in that direction. |
The HmIP-RFUSB was only able to communicate using HmIP until the last month. But eQ-3 released a new firmware, that supports both, HM (BidCos) and HmIP. Support for that is included in the current piVCCU testing release, which will hopefully be released as stable in the next days. Soldering a pigtail with SMA connector to it, is possible, too. (Of course you loose the original CE certification and guarantee in that case) |
Yes, this more complicated, as this is partly in the closed source binaries of eQ-3. |
Ah, too bad. I'll keep them in the board schematic, but leave them unpopulated then. Or maybe I'll use them as RXLED and TXLED or something. |
It took a little while longer because I was waiting on the USB PID, some parts and also I first started designing it into an 1551USB3 case, but then noticed that it should also fit into a smaller version. I am not sure if all (or any?) of the mosfets are needed. I think, two were not needed for my project, so I left those out. I kept the one that seems to switch the HM-MOD-UART 3.3V line on and off. Does it work like that with your driver? I named it HM-1551USB2 and my VID/PID combination for it is 0403:6B80. |
@alexreinert I decided to order a small batch of my PCBs. Can you add my VID/PID to piVCCU or can easily I do that myself somehow? I'd like to test if my design working. Thank you in advance. :) |
Hi!
I'm trying to design a PCB based on your HB-RF-USB. I don't need compatibility with RPI-RF-MOD and I want to achieve a more compact form factor. What I would be interested in is the three LEDs of RPI-RF-MOD. As far as I understand, I could just add a few LEDs to my board, right? All I'd need to know is, if they're connected to VCC or Ground on the other side. Unfortunately in all RPI-RF-MOD pictures I could find the area is covered by a sticker, so I don't know where the traces end. Also looking at the FT232RL template was no help, since these lines are configured as I/O. Can you tell me how to connect the LEDs?
Also while looking over closed issues here, I found that the reset line should have been inverted - would it make sense to do that in my board or would that break compatibility with the driver you're using in piVCCU?
Thank you!
The text was updated successfully, but these errors were encountered: