Skip to content

cjhdev/serial_two_wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev0001: Two-Wire Bridge

This project is an implementation of the server side of a two-wire bridging protocol I made up. I call the protocol PR01 and the full details are published here.

The code compiles for an atmega328p (arduino duemilanove) and I tend to use it with an stk500 compatible bootloader.

License

Simplified BSD License; Notice is in the source.

How Could This Be Useful?

You can use this code to easily bridge a PC to a two-wire device using a common dev board.

Build and Install Instructions

Atmega328p

make clean
make m328p
sh install.sh bridge_m328p_{VERSION}.hex

Make sure the programmer settings in install.sh are suitable for your application.

Cameron Harper 2012 (cam@cjh.id.au)

About

Serial to Two-Wire Bridge

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors