Tag: jeenode

  • RFM12B: Dealing with radio interference

    This is a screenshot from the serial monitor of a Jeenode (Arduino compatible) connected to my computer. It runs a program that will listen to incoming radio messages through its RFM12B radio transceiver. In this window, you can clearly see too lines that start with “OK”. These are real messages coming from my EM-1 Energy Monitor.…

  • MP-1: Improving reliability with ACK and adding a PANIC! button

    by

    in ,

    Since the Jeenode’s RFM12B is a bit slow (transceiving at 49.2K bps) and midi is a bit slower at 31250 bps, the processor doesn’t have much time to process all the traffic. Keep in mind that the Jeenode has to be able to receive MIDI messages on the serial port, receive incoming wireless transmissions through…

  • MP-1: Wireless testing and midi commands

    by

    in ,

    The MP-1 will include a wireless interface. I decided to test the possibilities of the technology I chose. Mainly, I will be using an RFM12B transceiver to exchange data between components. So, I designed a very simple interface using off-the-shelf parts: An Arduino and an RFM12B radio. Because I wanted to test MIDI data trasmission…

  • EM-1: Energy Monitor – Completed Hardware

    by

    in ,

    Christmas vacations are for having fun. I did have fun! I completed a project that had been sitting idle for some time: The Energy Monitor for the house/office. The project is described over a few other posts. Most of the theory and practical application is explained in detail at openenergymonitor.org. I adapted their circuits for…