https://github.com/cjhdev/serial_two_wire
Serial to Two-Wire Bridge
https://github.com/cjhdev/serial_two_wire
Last synced: about 1 year ago
JSON representation
Serial to Two-Wire Bridge
- Host: GitHub
- URL: https://github.com/cjhdev/serial_two_wire
- Owner: cjhdev
- Created: 2012-08-25T03:57:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T11:14:40.000Z (about 10 years ago)
- Last Synced: 2025-01-21T03:42:35.625Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
Awesome Lists containing this project
README
# 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](doc/doc0002-0.02.pdf).
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)