I made a few tiny mods to this arduino library:
https://github.com/Bluebie/arduino-libs-manchester to make it extra compatible with Digispark. It works with 8mhz, 16mhz, and the normal 16.5mhz clock speeds. You can use it to transmit or receive messages via these sort of little
transmitters and receivers which cost only a couple of dollars for each transmitter and receiver, but they get interference from doorbell buttons and stuff so they're good for stuff like a little remote sensor where you don't mind if it looses it's messages for a moment here and there.
With this library they send about 500 bits per second, and it includes example sketches for simply sending integers, but the library supports sending byte arrays (like strings!) too. It's just kinda a crummy medium for strings because it's pretty slow.
Also be aware that it is good common decency to not spend more than a quarter of each second broadcasting on this frequency, because otherwise you may disable your neighbors wireless doorbell..
The digispark has a built in temperature sensor! I bet it'd be possible to make a little wireless thermometer gadget just by plugging one of those transmitters in to the digital pins (except the antenna pin which could hang off the side) and hooking a battery up to the power pins! Could be neat with an added solar cell! Digispark set to 8mhz with the power LED disabled needs only about 10 milliamps, with transmitter probably about 20ma all up, so you could easily run it from a little solar cell, maybe with a NiMH battery to run it through the night. You could do other sorts of sensors like soil moisture or simple door open/shut magnetic reed switch ones pretty easily too! Or maybe attach one without a battery, just off solar to your cat's collar and find out how much time your cat spends lazing in the sun!
Hehe. Anyone going to do something fun with this library? I'm using it to hook my backpack up to my motorbike so some florapixels on my bag light up mirroring the blinkers and brake lights, since I already have florapixels on my backpack most of the time anyway (my fox ears travel on my bag when I drive)