Skip to content

Firmware for NXmaus XpressNET throttle

License

Notifications You must be signed in to change notification settings

kmzbrnoI/nxmaus-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FW for NXmaus throttle

This repository contains firmware for ATmega88 AVR microprocessor located in NXmaus XpressNET throttle for model railroad control.

Build & requirements

This firmware is developed in C language, compiled via avr-gcc with help of make. You may also find tools like avrdude helpful.

Hex files are available in Releases section.

Programming

NXmaus PCS contains no programming connector, however the processor is in DIL. Intended programming method is to program microprocessor in external programmer and then put it to NXmaus.

This FW uses EEPROM, however no loading of EEPROM is required. There should be just an empty EEPROM.

$ make
$ make fuses
$ make program

Author's toolkit

Text editor + make. No more, no less.

Authors

Resources

License

This application is released under the Apache License v2.0 .