↓ Archives ↓

Posts Tagged → project

Energy Monitor – part 2

So, now I hopefully(!) have my cable which will give me access to the UART RX of the CC128 energy monitor. Time to try it out and begin processing some data with it!

Firstly, I go to the XMOS website and get the UART code and play around with it to create the UART code I want (RX only at the moment), compile it and give it a run.

But it’s never that simple! All I get are null characters. Odd I think – so I recheck the wiring, recheck the code. All seems to be ok.
Continue reading →

Energy Monitor – Part 1

Energy Monitor DisplayMy energy monitor arrived today! It’s working well – I was slightly worried about how good the reception would be for the transmitter, but I am pleasantly surprised that even with the receiver 3 floors above the transmitter it seems to register a good signal.

But that’s boring – time to start hacking!

So, first thing I need is the interface cable. The back of the unit has a handy RJ45 connector that has serial in it (see my initial energy monitoring post). This needs connecting to my XC-3 kit so that I can begin to get the data out of it. So time to get the soldering iron out!

Continue reading →

Lasers and Submarines

Over the last few weeks I have come across some nice XMOS based projects:

1) Laser Cutter

Not massively complex in terms of software – but a pretty cool outcome. UART in – granite engravings out! Nice… Maybe an ethernet interface with a web client to upload images into it could come next… laser engraver source code here

2) Aquatic Bot Explorer (ABE)

The main purpose of the project it’s to create an autonomus vehicle to explore lakes and reefs. Aquatic Bot Explorer (ABE) its based on a ROV (Remotely Operated underwater Vehicles ) and AUV (Autonomus Underwater Vehicles ) class robots.
This bot it’s powered by an XK-1 processor by XMOS, several boards for sensing: pressure, temperature, depth, etc. Motor control, demux, ADC, etc. are developed.

Looks pretty cool… can’t wait to see what it turns up from the depths!

Embedded Traffic Monitor

This is the initial release of the embedded traffic monitor which I implemented on an XMOS XC-3 development kit. It has a 256×32 VFD attached to it with a custom board that was designed from another application (hence the buttons/IR sensor you’ll notice if you are observant). Full source code is available from the embedded traffic monitor sourceforge page.

More information and pictures after the break…

Continue reading →