Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 1.66 KB

diy-through-hole-board.md

File metadata and controls

69 lines (56 loc) · 1.66 KB

#T-Box v1.1 rev 2 Throughhole version of PCB using an Atmega328P chip.

#Source Code In the settings.h file you will need to change the following lines

#define rssiPinA A6

to

#define rssiPinA A2

and also

    #define rssiPinB A7

to

    #define rssiPinB A3

####BOM

  • 3x 1k resistor
  • 2x 100k resistor
  • 3x 330 resistor
  • 2x rx5808 receiver with spi mod
  • 3x 5mm LEDs
  • 3x Miniature Tactile Button (9.5mm high if using T-Box enclosure)
  • 1x DSN-MIN-360 Step Down regulator.
  • 2x RP-SMA/SMA connector board mountable
  • 1x 4066 digital switch chip
  • 1x Atmega328p (WITH ARDUINO BOOTLOADER!!)
  • 1x 16.000Mhz Crystal
  • 2x 22pf Cap
  • 1x 0.1uf Cap
  • 1x 10k resistor
  • 1x OLED 128x64 display I2C (5v tollerant) Pin order must be VCC GND SCL SDA

alt text alt text

Board available at OSHPark

#T-Box v1.0 rev 4 Throughhole version of PCB using an Arduino Pro Mini

####BOM

  • 3x 1k resistor
  • 2x 100k resistor
  • 3x 330 resistor
  • 2x rx5808 receiver with spi mod
  • 3x 5mm LEDs
  • 3x Miniature Tactile Button (9.5mm high if using T-Box enclosure)
  • 1x DSN-MIN-360 Step Down regulator.
  • 2x RP-SMA/SMA connector board mountable
  • 1x 4066 digital switch chip
  • 1x Arduino Pro Mini
  • 1x OLED 128x64 display I2C (5v tollerant) Pin order must be VCC GND SCL SDA

alt text alt text

Board available at OSHPark

Schematics and enclosure can be found at T-Box