Digging Deeper: LED Blink from Arduino, C, and AVR Assembly

This page summarizes the projects mentioned and recommended in the original post on dev.to

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. avrdude

    AVRDUDE is a utility to program AVR microcontrollers

    make avr-gcc -Wall -Os -mmcu=atmega328p -DF_CPU=16000000UL -o main.elf main.c avr-objcopy -O ihex -R .eeprom main.elf main.hex avrdude -v -patmega328p -carduino -P/dev/tty.usbmodem141101 -b115200 -D -Uflash:w:main.hex:i Avrdude version 8.0 Copyright see https://github.com/avrdudes/avrdude/blob/main/AUTHORS System wide configuration file is /usr/local/etc/avrdude.conf User configuration file /Users/dj/.avrduderc does not exist Using port : /dev/tty.usbmodem141101 Using programmer : arduino Setting baud rate : 115200 AVR part : ATmega328P Programming modes : SPM, ISP, HVPP, debugWIRE Programmer type : Arduino Description : Arduino bootloader using STK500 v1 protocol HW Version : 3 FW Version : 4.4 AVR device initialized and ready to accept instructions Device signature = 1E 95 0F (ATmega328P, ATA6614Q, LGT8F328P) Reading 176 bytes for flash from input file main.hex in 1 section [0, 0xaf]: 2 pages and 80 pad bytes Writing 176 bytes to flash Writing | ################################################## | 100% 0.06 s Reading | ################################################## | 100% 0.03 s 176 bytes of flash verified Avrdude done. Thank you.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • My open-source, 5-port, Raspberry Pi AVR programmer hat

    2 projects | /r/avr | 23 Apr 2023
  • BSOD that I can't get rid of

    1 project | /r/ender3 | 7 Mar 2023
  • Impossible to program barebones Arduino (ATMega328) with Apple Silicon computer?

    2 projects | /r/arduino | 19 Feb 2023
  • [BST] February 2023 Buy, Sell, Trade Thread.

    1 project | /r/flashlight | 1 Feb 2023
  • AVR programming on linux

    1 project | /r/avr | 15 Dec 2022

Did you know that C is
the 6th most popular programming language
based on number of references?