|
|
|
|
|
by franzus
5053 days ago
|
|
Yeah, I know what you mean. There's not much information about "electronics for software guys". Every resource I could find was "the other way around": Programming for electronics guys. There were some promising videos on youtube but it all boiled down to: "Here's this simple circuit. <no explanation about the circuit> Now to the hard part: FOR loops. <30 minutes about for loops and basics of C syntax>". I guess this would be a great topic for the pragprog-guys. If they'd commission such a book I'd buy a dozen copies ;) |
|
Interesting you mention this, I've been getting into microcontroller programming for the past year or so and I've also found this to be the case.
I'm thinking of putting together some tutorials that focus more on the electronics side of things. Additionally the programming would be a bit less offensive to us (i.e. where possible tidied up into libraries instead of splat out into one big sketch file). Do you think there might be a lot of interest in something like this?
For arduino, getting set up in vim and working with ino (instead of the arduino IDE, which is extremely useful but fugly as hell) was the first big hurdle.