#Snail Mail Notifier by @Solenoid
This is a long time shelfie, because I never had the 0805/0603 parts - and I'm not done yet. I'm just now able to use and program the receiver as a digispark. Rewarding hacking around though. I hope I can get some decoding of weather stations going. This is one of the first boards I got from a member of this community, and I like that very much. And by the way, look at those diodes! And of course, the LED is in backwards 🙈
An interesting link I found, where the digispark is being used as a crude oscilloscope, takes PIN 2 as an input, which is coincidentally the same pin the data goes on the 433MHz.
http://digistump.com/wiki/digispark/tutorials/digiscope
Bootloader: https://github.com/micronucleus/micronucleus/tree/master/firmware/releases
avrdude -p t85 -c usbasp -B 20 -U efuse:w:0xFE:m
avrdude -p t85 -c usbasp -B 20 -U lfuse:w:0xE1:m
avrdude -p t85 -c usbasp -B 20 -U hfuse:w:0xDD:m
avrdude -p t85 -c usbasp -U flash:w:t85_default.hex:i
And some cheat sheets, since I always forget:
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
Glad to see it works, if you have any feedback it'd be welcome. For the LED I drew a small bar indicating where it should point, but it seems it wasn't explicit enough.
I published the code for the original purpose of this project, but still haven't gotten around to deploy it yet...
Are you sure? yes | no
It's just me googling pinouts of smd leds and failing everytime with a 50-50 chance :D I couldn't get the python stuff for the oscilloscope working yet.
Are you sure? yes | no