Wellys Dev

  • Home
  • Search/Topics
  • Writings
  • About
  • 2021-11-20
    Developing in C for the ATmega328P: macOS Setup Where I setup the Standard C toolchain (avr-gcc) for the ATmega328P on macOS using homebrew.
  • 2021-11-20
    Developing in C for the ATmega328P: Linux Setup Where I setup the Standard C toolchain for the ATmega328P for Linux, with specific emphasis on the Raspberry Pi.
  • 2021-11-20
    Developing in C for the ATmega328P: Setup Introduction Updated: Where I describe the optional steps to setup the Standard C toolchain for the ATmega328P on Windows, Linux, or macOS using a command line-based approach.
  • 2021-09-27
    Developing in C for the ATmega328: A Simple Project Where I use an example project from avr-gcc to better understand how to program the ATmega328.
  • 2021-09-22
    AVR Datasheet Note: analogWrite() Where I take the next step in developing PWM code in C for the ATmega328.
  • 2021-09-14
    AVR Datasheet Note: PWM Where I take the next step in developing code in C for the ATmega328.
  • 2021-09-13
    AVR Datasheet Note: Blink Where I use a detailed analysis of the ATmega328P datasheet to develop C code using the C toolchain.
  • 2021-09-11
    Developing in C for the ATmega328P: Introduction Where I begin the process of developing in Standard C (and only C) on the Arduino Uno (also known as the ATmega328P).
  • 2021-05-28
    PinTest Where I write an Arduino program to test pins on a specific board in order to confirm a Forth HAL for the same board.
  • 2021-05-22
    ESPForth Part 2 I discuss designating ESPForth as ArduinoForth, which is Forth words calling the Arduino framework.
  • 2021-03-20
    Arduino Resources Here are links to Arduino information, primarily for the Uno and the AVR ATmega328P.
  • 2021-03-04
    Developing in C on the AVR ATmega328P Introduction While the Arduino tool set, (both the Arduino IDE and Arduino software framework) are outstanding for quickly developing a working prototype, they do so with a combination of a graphical-user-interface (GUI), the C++ language and Arduino-only classes.
Page 3 of 3
Copyright © 2024 Lief Koepsel
  • Home
  • Search/Topics
  • Writings
  • About