Earlier quoted context omitted.
This sounds incredible and makes me want to go through a similar learning process. I don’t suppose anyone could recommend a book or course along these lines?
The Art of Electronics is an incredible resource. They have a companion book which guides you through hands-on labs. I have not read it, but I trust that it would be worthwhile. https://learningtheartofelectronics.com/
Learning basic electronics by building fireflies
81–85 of 85 posts
Re: Learning basic electronics by building fireflies
#82Earlier quoted context omitted.
What toolchain do you use to compile Rust for it? I have about had enough of undebuggable random Arduino segfaults.
The main Rust compiler. https://doc.rust-lang.org/nightly/rustc/platform-support/avr...
Re: Learning basic electronics by building fireflies
#83Earlier quoted context omitted.
I live in Minnesota and the struggle is tough. Either my yard is completely unenjoyable for the family due to mosquitoes and deer flies some years or I kill 50 insects that I don’t want for every one that I do. I put up deer fly traps every year and that helps, but this year in particular has been awful for both them and mosquitoes. Luckily for the bugs my sprayer is broken and I haven’t had time to fix it. I deliber…
You can target mosquitoes more directly with mosquito dunks. It's a block of dehydrated bacteria that produces a toxin believed to only impact the larva of mosquitoes, fungus gnats, and black flies. Basically you make sure all standing water in the area is drained or has a mosquito dunk in it. You can make buckets full of yard debris and water and a mosquito dunk to attract mosquitoes to lay their eggs that then get…
Our attic was such a good habitat for bats we had to do something about it ;). But we’re also surrounded by woods.
Re: Learning basic electronics by building fireflies
#84Earlier quoted context omitted.
The main Rust compiler. https://doc.rust-lang.org/nightly/rustc/platform-support/avr...
Do you know of any sort of tutorial for this? I'd love to have a play.
Re: Learning basic electronics by building fireflies
#85Earlier quoted context omitted.
Do you know of any sort of tutorial for this? I'd love to have a play.
I do not, sorry. You can read the datasheet of the chip learn everything about it. You can then search online for some implementation of firmware uploader/programmer like "avrdude". Those chips are very simple, all controlled by toggling bits and values in registers.