Welly's

  • Home
  • Writings
  • Topics
  • About

    2022

  • 2022-07-23
    Developing in C for the ATmega328P: Edit and Build Where I describe the process of developing code for the Arduino Uno(AVR ATmega328P) and make the connection to all software development.
  • 2022-07-07
    Developing in C for the ATmega328P: Using git Where I discuss how to implement and use git to develop code in C for the Arduino Uno.
  • 2022-06-23
    GCC 12 AVR array subscript 0 is outside array bounds Where I describe a new error caused by a bug in GCC 12 as it relates to the AVR microcontrollers.
  • 2022-04-19
    Comparing Board and Language Speeds Where I compare the execution speeds of different combinations of boards and languages.
  • 2022-03-31
    Git: Beginning to Use It (ESP32) Where I discuss what to do once you’ve downloaded a repository from Github.
  • 2022-03-22
    Developing in C for the ATmega328: Marking Time and Measuring Time Where I discuss marking time and measuring time using the new Standard C framework.
  • 2022-03-07
    Developing in C for the ATmega328: PRNG, FSM and more! Where I discuss psuedo-random number generators (PRNG), finite state machines (FSM) and other software topics.
  • 2022-01-02
    Hardware Debug: Exploring the ATmega328PB Xplained Mini Where I demonstrate how to use the ATmega328PB Xplained Mini from Microchip to understand how to program in Standard C.
  • 2021

  • 2021-12-30
    Developing in C for the ATmega328: Hints on Solving Issues Bloom and gdb Hints as to what to do when something isn’t working with Bloom and avr-gdb.
  • 2021-12-30
    Developing in C for the ATmega328: Examples of Bloom with gdb to Debug Where I show some examples as to how to use Bloom and avr-gdb to debug code on the ATmega328P.
Page 1 of 3
Copyright © 2022 Lief Koepsel
  • Home
  • Writings
  • Topics
  • About