I'm building a POV clock but one of the requirements is to be able to send a message to the clock to display while its spinning (around 10 characters).
We are planning to use a PIC microprocessor with c programming etc. The PCB hasn't been built yet but wondering what kind of device I could use to connect to the POV clock so I can achieve this? We'll be using about 10 LED's.
Someone has recommended a Bluetooth receiver module the HC-03 which I am unsure about.
Thanks
POV Clock- Need a way to wirelessly send messages
-
- Posts: 3
- Joined: Mon Oct 27, 2014 11:21 am
- Has thanked: 1 time
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: POV Clock- Need a way to wirelessly send messages
Hello,
Bluetooth is very cheap now so this could be a very easy option. I used IR on my POV display but had issues receiving reliable data because of all the noise on the supply rails.
Have you seen this topic?
http://www.matrixtsl.com/mmforums/viewt ... 26&t=10995
Bluetooth is very cheap now so this could be a very easy option. I used IR on my POV display but had issues receiving reliable data because of all the noise on the supply rails.
Have you seen this topic?
http://www.matrixtsl.com/mmforums/viewt ... 26&t=10995
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 3
- Joined: Mon Oct 27, 2014 11:21 am
- Has thanked: 1 time
Re: POV Clock- Need a way to wirelessly send messages
Thanks for the reply, I have bookmarked that link previously and using it for further reference for other parts of my project. Mostly though I'm stuck on the sending wireless signals to the device to get it to show messages.