I got one of the special wireless LCD prototypes (uses the BASICchip and a NewHaven display)
http://coridium.us/custom6.php
And have a quick demo running on it in BASIC (source below)
wireless LCD
Re: wireless LCD
Here's a quick picture of the setup
Re: wireless LCD
Attached is a schematic of the wireless LCD controller PCB
- Attachments
-
- WIRELESSLCD.pdf
- (54.41 KiB) Downloaded 1078 times
-
- Posts: 1
- Joined: Mon Oct 28, 2019 10:02 am
Re: wireless LCD
This was a prototype we built for a customer that linked Xbee wireless module to a display. We built a few, but it never became a product.
It could be re-designed for Bluetooth or WiFi.
It could be re-designed for Bluetooth or WiFi.
Re: wireless LCD
We've updated this project with an LPC812. Character LCDs have become plentiful and inexpensive. Some use an I2C I/O expander, but that is relatively slow to control as every byte access requires 6 operations.
An LPC812 can be used to implement a serial interface with a higher level commands.
This original BASIC code has been updated for the LPC812.
https://www.coridium.us/coridium/blog/lcd812-lcd-driver
Tod is working on a library for LCD control
An LPC812 can be used to implement a serial interface with a higher level commands.
This original BASIC code has been updated for the LPC812.
https://www.coridium.us/coridium/blog/lcd812-lcd-driver
Tod is working on a library for LCD control
-
- Posts: 2
- Joined: Wed Nov 30, 2022 1:10 pm
Re: wireless LCD
I am using same lcd but backgroud of Lcd is blur how i can solve this issue?
Re: wireless LCD
Not sure what you mean, how about a picture