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-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-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-02
    RP2040 MicroPython: Making a Wireless Connection Where I illustrate how to establish a wireless connection using the Pi Pico W.
  • 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-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.
  • 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-03-20
    gdb Resources All of the resources found related to gdb (particularly, related to the RP2040) and how to use it.
  • 2021-03-01
    C: Developing in C on the RP2040 A set of entries which comprise a course for learning how develop C programs for the RP2040.
Copyright © 2024 Lief Koepsel
  • Home
  • Search/Topics
  • Writings
  • About