Hello All,
Originally when I started this project, I posted on the Displays forum, but now that I’m in so much deeper, I think this is more of a general wireless serial communication situation.
I do sim racing, and I want to have a digital display on my steering wheel. There is a program called SimHub that has everything I need, and displays all information to the display when the sim is running. It uses a TTL to USB converter between my PC and the Nextion display, and works flawlessly while wired. The project I’m trying to do, is make that connection wireless.
I have no problem with providing a separate power source for the display, since it was getting its power before through being wired directly.
I have been messing with 2pcs of HC-05 / HC-06 Bluetooth modules and 2pcs of Nanos, and get the modules to connect to each other no problem. However, I seem to be missing something to be able to transmit the communication from the PC/master Nano side, to the digital display/slave Nano side.
I have seen all sorts of tutorials and sketches for using Bluetooth between two Arduinos to wirelessly turn on/off LEDs, using a potentiometer to control servos, etc.. but I can’t seem to figure out how to display live information on my digital display. It’s almost like I can’t do TTL input and get TTL output over Bluetooth.
Is this project even possible, or am I just chasing my tail? I am open to trying anything, and I also have the following hardware I can combine & use to go a different direction:
-Nano 33 BLE
-2pcs of Nano V3.0
-3pcs of Pro Micro
-3pcs of ESP8266 NodeMCU CP2102 ESP-12E
-2pcs of USB to TTL converter
-4pcs of NRF24L01 module
-2pcs of HC-05 Bluetooth module
-2pcs of HC-06 Bluetooth module
-4pcs of ESP8266 Serial WiFi module
Any help or direction is greatly appreciated. I don’t have any sketches I can provide, as the ones I’ve been working with have been copy/pasted and I’ve just been trying to alter them slightly to get what I need. But like I said, those examples were for simple functions, not constant TX/RX data transfer.
Another thing to mention: a COM port needs to be selected for the SimHub app to recognize the display. So I believe this rules out using any sort of Bluetooth or WiFi dongle.
Thank you!