-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to wire both LCD screen and RFM12B transceiver on RPi? #2
Comments
This is what the documentation for the screen says:
What does this mean? Can we just solder the RFM12B TX and RX to the back of the Pi?
|
Or maybe we should use one of these? https://lowpowerlab.com/shop/index.php?_route_=moteinousb But it seems that they don't make it in RFM12, only RFM69. Is that compatible? It would help with #3... |
Yes, either that or
That would work if the firmware of the rfm12pi is ported to work on the Moteino (altering the pins should suffice?) AFAIK The RFM69 are backwards compatible with the cheaper RFM12b. They have additional features like RSSI (signal strength) and I guess a tiny bit more output power, although at these low data rates, it doesn't seem to make a difference. |
Seems impossible to squeeze everything into the case then? The RFM12pi is just too high with the header. |
Hi @Ashure
The Tontec 2.3 inch LCD uses the pins 1 to 26 of the Pi B+ 40 pin GPIO. It uses SPI (http://www.itontec.com/download/). I'm downloading their huge documentation file to see if I can gather info about whether its using the serial port.
Can we use the remaining GPIO pins to wire the OEM RFM12B board if the screen doesn't use the UART? It seems that although there are to UARTs on the RPiB+ the second one is not wired to the GPIO header so maybe it could work in the future if we do our own pi-clone, but for now there seems to be ways to do a software based virtual serial interface interface. But it seems that doing bit banging without a real time OS is no good so it needs another microcontroller.
What do you think is the best way we could use both screen and RFM12Pi?
Best,
Jun
The text was updated successfully, but these errors were encountered: