Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python UPDI driver for programming "new" tinyAVR and megaAVR devices

License

NotificationsYou must be signed in to change notification settings

mraardvark/pyupdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python UPDI driver for programming "new" tinyAVR and megaAVR devices

DEPRECATION NOTICE!

This repository is no longer maintained. Use the serialupdi feature of pymcuprog.

pyupdi functionality has been incorporated as a part of pymcuprog:

pymcuprog can be installed as a CLI, or used as a library, and new devices will be added continuously.

If you have a Microchip debugger (eg: Atmel-ICE, PICkit4) you can also use pymcuprog with AVR UPDI devices.

pyupdi

pyupdi is a Python utility for programming AVR devices with UPDI interfaceusing a standard TTL serial port.

Connect RX and TX together with a suitable resistor and connect this nodeto the UPDI pin of the AVR device.

Be sure to connect a common ground, and use a TTL serial adapter running atthe same voltage as the AVR device.

                        Vcc                     Vcc                        +-+                     +-+                         |                       | +---------------------+ |                       | +--------------------+ | Serial port         +-+                       +-+  AVR device        | |                     |      +----------+         |                    | |                  TX +------+   1k     +---------+ UPDI               | |                     |      +----------+    |    |                    | |                     |                      |    |                    | |                  RX +----------------------+    |                    | |                     |                           |                    | |                     +--+                     +--+                    | +---------------------+  |                     |  +--------------------+                         +-+                   +-+                         GND                   GND

When running pyupdi on Raspberry pi, use GPIOs 14 and 15 for UART TX and RX.On rpi3, be sure to apply the device tree overlay to map UART0/ttyAMA0 to these pins (relocate or disable Bluetooth device).More information here:https://www.raspberrypi.org/documentation/configuration/uart.md

install

Installpyupdi.py withpip directly from GitHub:

pip install https://github.com/mraardvark/pyupdi/archive/master.zip

About

Python UPDI driver for programming "new" tinyAVR and megaAVR devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp