Encapsulate / blueTag

JTAGulator alternative for RP2040 microcontroller based development boards including RPi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ blueTag ]

JTAGulator alternative for RP2040 microcontroller based development boards including RPi Pico. Huge shout-out to Joe Grand for his JTAGulator project!

Installation

  • Download latest release version of blueTag ("blueTag-vX.X.X.uf2") from this github repository
  • Press & hold 'BOOTSEL' button on a RP2040 microcontroller based development board, connect it to a computer via USB cable & then release the button
  • Copy "blueTag-vX.X.X.uf2" file onto the newly detected flash drive (RPI-RP2*) on your computer

Usage

  • Connect the RP2040 microcontroller based development board running blueTag to your computer using USB cable
  • Connect the development board's GPIO pins (GPIO0-GPIO8 so 9 channels in all) to your target's test-points
  • Connect the development board's "GND" pin to target's "GND"
  • Open a terminal emulator program of your choice that supports "Serial" communication (Ex. Teraterm, Putty, Minicom)
  • Select "Serial" communication & connect to the development board's newly assigned COM port
  • blueTag supports auto-baudrate detection so you should not have to perform any additional settings
  • Press any key in the terminal emulator program to start using blueTag

NOTE: Most RP2040 microcontroller based development board's GPIO pins function at 3.3v. For connecting to devices running other voltage levels, use of external level shifter(s) will be required.

References & special thanks

About

JTAGulator alternative for RP2040 microcontroller based development boards including RPi Pico

License:GNU General Public License v3.0


Languages

Language:Pawn 75.7%Language:C 22.8%Language:Dockerfile 0.7%Language:CMake 0.7%