Skip to content

jdeitmerg/A7105-uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A7105 UART Bridge

This project aims at providing a UART interface to a A7105 2.4 GHz wireless tranceiver. An Atmel Attiny85 with a soft UART and soft SPI is used for low level communication and some basic abstraction. The current use case is programming another chip over the air, so error-free bulk transfers are the top priority.

Status

The soft UART and SPI work.

Attributions

For the soft UART, avr-softuart by Brian Lalor is used. It is based on the Timer-based AVR Software-UART by Martin Thomas, which in turn is based on the generic software uart by Colin Gittins.

Licenses

The submodule avr-softuart is licensed under a BSD-style license. All other modules are licensed under the GPL (see individual LICENCE files).

About

UART interface to A7105 wireless tranceiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published