Skip to content
/ RPUusb Public

USB to UART bridge for a host to operate the 40 pin R-Pi header e.g., in place of an R-Pi.

Notifications You must be signed in to change notification settings

epccs/RPUusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPUusb

From https://github.com/epccs/RPUusb

Overview

Alow a desktop or other host with USB to interface with Gravimetric that have an R-Pi header. It has two UARTs that can together operate the multi-drop serial.

Status

This board has a known problem with managers that lack power domains that allow one side to power down, that is to say if it has power and the application does not then the manager on the application board will be damaged. It is my hope that I can figure out how to use one of the new AVR-DB chips as a manager to fix this problem.

Status

This is programmed with an in-circuit serial programming tool that is able to handle the 3.3V ATmega328pb target. I use an Arduino Uno with the ArduinoISP sketch and an SPI level shifter.

Hardware files and notes for referance.

Example

TBD

AVR toolchain

The core files for this board are in the /lib folder. Each example has its files and a Makefile in its own folder. The toolchain packages that I use are available on Ubuntu, Raspbian and Windows with WSL and Ubuntu installed.

sudo apt-get install git make gcc-avr binutils-avr gdb-avr avr-libc avrdude
git clone https://github.com/epccs/RPUusb

About

USB to UART bridge for a host to operate the 40 pin R-Pi header e.g., in place of an R-Pi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published