Jump to content
43oh

vinietje

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. Hi Gents, I've modified the SpaceLen driver to receive commands from '433mhz remotes' to drive ledStrips. These controllers + remote cost a whoping 5$, and drive upto 2A a led (so 6A in total, so rather cheap for the capabilities. Using this library, you mimic the remote. Unfortunately sending custom commands, other than replayed remote commands seems impossible, without flashing the original uC in the receiver. edit: both sending and receiving works. The code can be found on: https://github.com/vinietje/LedProtocol the controllers look like: https://github.com/vinietje/
  2. Hey All, I've ported the RemoteSwitch library to Energia, For now i've only teste the receiving part, which works. I've used the MSP430G2452 in accordens with the CZS-3 SAW receiver, all works on 432.93mzh Or 433. It it can be used to controll Action, Blokker and Klik-aan-Klik uit devices like power sockets, and receive the remote control presses. So far the sending part and the optional RemoteSensor I haven't touched (yet). the code is hosted on Github: https://github.com/vinietje/RemoteSwitchEnergiaPort Please note that i've written/run this code using a current git-chec
  3. Hi guys, Ik tried all the above assembly code, but I cannot to get my led to give some form of output. I've looked at the scope at the output pin, and there is a nice square wave coming out of it. I'm kinda lost on how to get these leds shining. Presently i've connected the bare led with 5v on the VCC, VDD and 3.3V straight out of the launchpad to the DI (data in). But it won't work, There is NO capacitor on the VCC. Any thoughts would be very welcome! cheers ps. For good measure, ive included my stuff, (a make file, Main.c and the assembly by you guys. NOTE THAT
×
×
  • Create New...