Hacker News new | ask | show | jobs
by virtualSatai 3905 days ago
You speak a lot about VirtualWire, this is no longer used. It was been replaced with RadioHead. There are no significant feature differences, afaik.

I'll try this out tomorrow, using say 5 Arduinos with 433 MHz radios.

What antennas do you use for the radio modules? We've used quarter-wave monopole of 17.3 cm on both the receiver and transmitter with some success.

1 comments

Hi! My seuggestion is to start with the simplex mode, and then go forward testing with half-duplex (see readme). In any case I would be happy to see you testing it in a complex set up like the one you described!

For the antenna in the readme I suggest a dipole antenna, there you can find all the data. If you would add something or you experienced some problems open a issue or contact me :). Good experimentations.

Your code seems to be missing a license that actually allows @virtualSantai to test it ;)
I think so
It only affirms that you have all the rights on the code and that you are not liable if someone does something with it. What's missing is the part that actually gives other people rights to do stuff with it. Compare the MIT license, which has a middle bit doing so, between the copyright and the liability parts.

http://opensource.org/licenses/MIT

You are right, I updated :) thank you for your feedback
Thank you for putting your code out there as open source!
I have selected BSD3 license!! It is embedded in readme (at the bottom) and in both PJON_ASK.cpp and .h
EDIT: thanks for looking into it and changing it!

BSD contains the magic line:

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: which I don't see in your files?

To me it seems like you left all the bits that allow other people to do things out.