Skip to content

Full source code and Eagle schematics for the Noc Informatyka^8 conference identifier/PCB board. The firmware is based on the micronucleus firmware.

License

Notifications You must be signed in to change notification settings

overfl0/NocInformatykaBoard

 
 

Repository files navigation

Noc Informatyka Board

In this repository you'll find all the files related to the identifier given to every attendee of the Noc Informatyka^8 conference. You can find details here (Polish).

This identifier was also a fully compatible Digispark clone.

Directories

Schematics

This directory holds the Eagle files used to create and produce the PCB for the identifier. The Eagle version that was used was 6.5.

Firmware

This directory holds the micronucleus bootloader firmware that allows the badge to communicate with a PC and to upload sketches (programs) over the USB connector present on the board.

To upload a new firmware you either need to use an external HVSP programmer or use the virus-like firmware upgrade method.

Upload using an external HVSP programmer

Bear in mind that the microcontroller has its reset pin disabled. What this means is that regular ISP programmers (like USBasp) will not be able to program the board unless you reset the fuses with a HVSP programmer or something like Attiny fusebit Doctor.

make
make fuse
make flash
make disablereset

Upload using the virus-like method

This method has not been tested by us. Use at your own risk! See upgrade directory for details.

NocInformatyka2014

This directory holds the sketch preloaded on the badge. If for some reason you would like to revert to the original program, just upload this sketch to the board.

About

Full source code and Eagle schematics for the Noc Informatyka^8 conference identifier/PCB board. The firmware is based on the micronucleus firmware.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.2%
  • C++ 29.6%
  • Assembly 11.1%
  • Ruby 3.7%
  • Other 0.4%