Wellys Dev

  • Home
  • Search/Topics
  • Writings
  • About

    2024

  • 2024-02-29
    RP2040 MicroPython: Making a Web Server with WebSockets Where I expand on creating a web server application on a Pi Pico W by incorporating web sockets.
  • 2023

  • 2023-10-02
    Serial Applications for Embedded Development Where I discuss various serial monitor applications and why I believe CoolTerm is the best one.
  • 2023-09-23
    RP2040 MicroPython: Onboard Shell Where I demonstrate an enhanced on-board shell for RP2040 (Pi Pico and Pi Pico W) using MicroPython, upysh2.
  • 2023-09-21
    RP2040 MicroPython: Developing Applications Where I begin to develop applications for the RP2040 (Pi Pico and Pi Pico W) using Micropython.
  • 2023-06-01
    RP2040 MicroPython: Debugging Where I describe various methods of debugging programs using MicroPython on the RP2040 (Pi Pico and Pi Pico W).
  • 2023-05-23
    RP2040 MicroPython: Making a Web Server Where I begin to develop a web server for the RP2040 (Pi Pico and Pi Pico W) using MicroPython and microdot.
  • 2023-05-15
    Python: Developing in MicroPython on the RP2040 A set of entries which comprise a course for learning how develop MicroPython programs for the RP2040.
  • 2023-05-13
    RP2040 MicroPython: mpremote An updated look at the utility, mpremote, used to communicate with a board running MicroPython.
  • 2023-05-02
    RP2040 MicroPython: Making a Wireless Connection Where I illustrate how to establish a wireless connection using the Pi Pico W.
  • 2023-05-01
    RP2040 MicroPython: Getting Started Where I demonstrate how to begin to program the RP2040 (Pi Pico and Pi Pico W) using Micropython.
  • 2023-04-05
    Mecrisp-Stellaris Forth: An IDE for the RP2040 Where I describe how I develop Forth on my Mac using Sublime Text 3 and Serial, as my Forth IDE.
  • 2023-03-05
    Developing in C on the RP2040: Exploring Blink Where I develop multiple versions of blink to better understand the timing API and bit-setting hardware API in the Pico C SDK in learning how to program the Pico in C.
  • 2023-02-27
    Developing in C on the RP2040: macOS Updated: Feb 27, 2023: Where I install the tools and frameworks necessary to develop code in C on the RP2040 on a macOS platform.
  • 2023-02-15
    Using Arduino on the RP2040: Notes Introduction Where I share various observations as to how to use the Pico with the Arduino software framework and the legacy (~1.
  • 2023-02-14
    Using Arduino on the RP2040: I2C Where I explore how to use the Pico’s abundance of I2C interfaces to create 2 separate I2C instances.
  • 2022

  • 2022-05-06
    Mecrisp-Stellaris Forth: Dictionary 0 Where I keep my dictionary 0 with all of the basic Forth definitions.
  • 2022-03-31
    Git: Beginning to Use It (ESP32) Where I discuss what to do once you’ve downloaded a repository from Github.
  • 2021

  • 2021-09-01
    Developing in C on the RP2040: First Where I explain the issues which impact developing C/C++ code on the RP2040.
  • 2021-08-31
    Developing in C on the RP2040: Windows Where I begin to develop code in C on the RP2040 in the Windows environment.
  • 2021-08-25
    Developing in C on the RP2040: New Project Where I demonstrate bringing up a new project in C on the PR2040 including embedding project information in the binary.
  • 2021-08-22
    Debugging in C Code on the RP2040: Using gdb - Hints Where I provide hints on using gdb to debug code on the RP2040 (Pi Pico board).
  • 2021-08-21
    Debugging in C Code on the RP2040: Using gdb - Setup Where I show a simple method of using gdb to debug code on the RP2040 (Pi Pico board).
  • 2021-08-20
    Developing in C on the RP2040: Linux Where I begin to develop code in C on the RP2040.
  • 2021-07-09
    Mecrisp-Stellaris Forth: Creating a New UF2 Where I describe how to edit, assemble, link, and UF2 Mecrisp-Stellaris for the RP2040 and specifically, the Adafruit Feather RP2040 and Pico/Pico W.
  • 2021-07-05
    Mecrisp-Stellaris Forth: RP2040 and Pin Testing Where I work with the Adafruit Feather RP2040 (Feather), Mecrisp-Stellaris Forth (MSForth) and create Forth versions of ManPinTest and PinTest.
  • 2021-06-27
    Mecrisp-Stellaris Forth: Notes Where I compile interesting notes as to how Mecrisp-Stellaris Forth is implemented on the RP2040 microcontroller.
  • 2021-06-23
    Mecrisp-Stellaris Forth: On the RP2040 Where I implement Forth on the Feather RP2040 using Mecrisp-Stellaris Forth.
  • 2021-06-13
    RP2040 MicroPython Coding Setup Where I explain my process for developing code on the RP2040 board.
  • 2021-06-10
    RP2040 Blink Continued Where I use the Labrador to test a different way of implementing Blink on the RP2040 using timer().
  • 2021-06-08
    Introducing Adafruit Feather RP2040 Where I begin to work with the Adafruit Feather RP2040 (Feather) and MicroPython (uP) and use the Labrador to test the board.
Page 1 of 2
Copyright © 2024 Lief Koepsel
  • Home
  • Search/Topics
  • Writings
  • About