Hackaday (unofficial) October 15, 2024 12:00pm ANTIRTOS: No RTOS Needed #softwarehacks #c #functionpointers #interrupts #queue #rtos #scheduling #hackaday posted by pod_feeder_v2 ANTIRTOS: No RTOS Needed Embedded programming is a tricky task that looks straightforward to the uninitiated, but those with a few decades of experience know differently. Getting what you want to work predictably or even f…
Hackaday (unofficial) September 19, 2022 9:00pm The Inner Machinations of the Arduino are an Enigma #microcontrollers #accuracy #atmega #atmega328p #clockcalibration #interrupts #precision #timers #hackaday posted by pod_feeder_v2 The Inner Machinations Of The Arduino Are An Enigma Arduinos have been the microcontroller platform of choice for nearly two decades now, essentially abstracting away a lot of the setup and lower-level functions of small microcontrollers in favor of…
Hackaday (unofficial) June 19, 2022 12:00pm Animate Arcane Protocols With Interrupt-Backed Bitbanging #howto #microcontrollers #softwaredevelopment #atmega #atmega328p #interrupts #lineartimecode #ltc #precision #timers #hackaday posted by pod_feeder_v2 Animate Arcane Protocols With Interrupt-Backed Bitbanging We often take our “SoftwareSerial” libraries for granted, and don’t investigate what goes on under the hood — until they fail us, at least. Would you like to learn how to ha…
Hackaday (unofficial) February 1, 2022 4:00am Time And Accuracy in Las ATMegas #howto #microcontrollers #skills #softwaredevelopment #accuracy #atmega #atmega328p #clockcalibration #interrupts #precision #timers #hackaday posted by pod_feeder_v2 Time And Accuracy In Las ATMegas Do you ever have to ensure that an exact amount of time passes between two tasks in your microcontroller code? Do you know what’s the difference between precision and accuracy? Today, [Jim Ma…