Hi,
First of all I would like to thank you for such a good product. As C# programmer by day, it was really super to now that I can use my skills to program for embedded systems using C# and not C or any other specialized languages. Of course there also comes the challenge of electronics.
Currently I have a slight problem with 433.92 switches. I would like my fez panda 2 to send commands to my rc switch and garage doors, I achieve it easily by using arduino and this library: GitHub - sui77/rc-switch: Arduino lib to operate 433/315Mhz devices like power outlet sockets.. However, i do not know how to do this by using C# and available tools for .net mf. Is there anybody who has similar library/code that can receive/send code on 433.92 Mhz or maybe could help me translate the code of the library to .net mf compatible one?
Thank you in advance.