Hey everyone!
Posting here to talk a little bit about my project and ask for suggestions or help if anyone has done this before.
I'm making a touch screen remote control that will interface with model trains for a college research project. It's a bit pertinent to this site because some of the future expansions on the project may include making the controller wireless. At the moment, the controller talks SPI to the touch screen, EUART to the train controls, and Parallel Slave Port to the LCD. The chip is a PIC18LF4620 (LF because this is a 3.3V system). In addition to this, the system will have a working backlight for the LCD, and a reset function. Ideally, the wireless expansion would consist of one of the NRF transmitters and a PIC on both ends. Each end would connect to a DB9 EUART or perhaps later a USB EUART or even both if a PIC could be found that would do it. The PIC on the wireless modules would establish a wireless communication channel by taking the input from either end, encoding it with the PIC, and sending it on wireless. But, I am getting ahead of myself - I am still on the base controller.
I'll be posting some questions later on once I look through the code available on this site, but off hand is anyone here very experienced with SPI or the Parallel Slave Port on a PIC?