Skip to content

Cromm/Buffalo-III-SE-Pro-On-Board-Firmware

 
 

Repository files navigation

Buffalo-3SE-on-board-firmware

On-Board Firmware for the Twisted Pear Audio - Buffalo 3-SE-Pro DACs

AVR - ATTiny85 Fuse bytes:

  • Low: 0xE2
  • High: 0xD5
  • Ext: 0xFF

Build Status

Latest Release

The switches are connected to the Port Expander GPIO pins with weak pull-ups enabled. The other end of the switch is connected to GND - thus "Off" is open and results in logic 1 and "On" is closed and results in logic 0.

Switch Assignments

Switch 1

Position(s) Name On Off
1 Input Select SPDIF SERIAL(PCM/DSD)
2-3 PCM Format
2 3 Format
on on I2S
off on LJ
on off RJ
off off I2S
4-5 PCM Word Length
4 5 Length
on on 32-bit
off on 24-bit
on off 16-bit
off off 32-bit
6-8 Filter Selection
6 7 8 Filter
on on on Fast roll-off, linear phase
off on on Slow roll-off, linear phase
on off on Fast roll-off, minimum phase
off off on Slow roll-off, minimum phase
on on off Apodizing fast roll-off, liniear phase
off on off Reserved
on off off Hybrid fast roll-off, minimum phase
off off off Brickwall

Switch 2

Position(s) Name On Off
1 Automute DISABLE ENABLE
2 OSF ENABLED DISABLED
3-4 IIR Filter Bandwidth
3 4 Bandwidth @ 44.1khz
on on 47.44K
off on 50K
on off 60K
off off 70K
5-8 4bit DPLL Bandwidth (switch 5 is the low bit) on = 0 off = 1 - 0b0000=default 0b0001=lowest 0b1111=highest

The MIT License (MIT)

Copyright (c) 2017 Russ White

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.5%
  • HTML 30.3%
  • Makefile 6.2%