I now have an interesting idea what I could use the LaunchPad for. I don’t want to tell too much about it yet, but I ordered a GameBoy camera I want to connect to it, so now I need to take a look on how to program it.
Year: 2012
Now on Facebook
As an early Christmas gift this page can now be followed on Facebook.
Stellaris LaunchPad
New Stuff: Two Stellaris LM4F120 LaunchPads by Texas Instruments arrived today.
Prototype for boat controller
So, the prototype is working. Not very beautiful, and the soldering sucks, but it works and it spares me from putting a breadboard in the boat again. Below the circuit board is the Arduino Mega which is currently operating as the test platform, on top of it are the MRF24J40MA wireless module and the Adafruit Ultimate GPS receiver.
Now I only have to build something similar for the bluetooth bridge, make some adjustments to the software and I’m good to run another life test on a lake (without having to fear that the boat wanders out of bluetooth range).
MRF24J40 Bluetooth Bridge
So, I got my wireless bridge working. Here are pictures of my setup, an Adafruit Ultimate GPS module happily sending its location to my Android phone.
The Arduino sitting out of my window on the roof is connected to the GPS receiver and one of the two MRF24J40MA modules. Continue reading MRF24J40 Bluetooth Bridge
MRF24J40 and Arduino
So, after some trial and error I managed to interface the MRF24J40 modules with two Arduinos and have them exchange data.
This looks more complicated than it is. Continue reading MRF24J40 and Arduino
mrf24j40 testing
New toys
In the last couple of weeks some interesting new toys I ordered arrived. First, two MRF24J40MA wireless transceivers. I actually had them lying around for a while now, but I wanted to wait until the GPS receiver arrived as well before I start playing with them.
Wordclock 0.4
I did some updates to the software of the wordclock. It couldn’t really cope with interference, and since it relies on updates from the DCF77 receiver every minute it doesn’t really work as soon as something interferes. I was a little surprised how much the signal is affected by everyday things. TVs, for instance, at least the CRT kind, which is still widely used. My main problem turned out to be the lights of my aquariums, which are neon tubes. They too affect the radio signal, which I confirmed with a “normal” radio controlled clock.
To account for these issues I modified the code to display the time from the Arduinos internal clock. This internal clock is not very accurate, from what I gathered on the Internet it is off by a couple of seconds after only a day or so. For that reason I use the radio clock signal to set the internal clock when it gets a clean signal, which should be every day at night when all interfering sources are turned off. That way the RTC chip i mentioned earlier in this post is not really necessary.
I updated the main article about the clock to reflect these changes, the new software is available for download there as well.
Controlling the boats motors from Android
So, I finally managed to get the basics done and put them together. First were the ESC for the motors. I had ordered two Turnigy 30A ESC for brushed motors from HobbyKing and it took “only” six weeks for them to be delivered. I guess it was my fault, ordering right before the chinese new year, when nobody seems to work for the next two weeks. At least neither my order was processed nor my questions were answered by the support. Anyway, they arrived eventually and I connected them to the motors, the battery pack and the Arduino. Continue reading Controlling the boats motors from Android