Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 573 Bytes

Bluefruit.md

File metadata and controls

19 lines (14 loc) · 573 Bytes

Pinout

Do not use pins 14-16, they are reserved for the Bluetooth controller

Make sure that the LiPo you buy has Negative (black) on the right side (closest to the Micro USB Port)

Short En and Gnd to turn off the 3.3v regulator, this disables LiPo and USB power

config.h add this

#define AdafruitBleResetPin D4
#define AdafruitBleCSPin B4
#define AdafruitBleIRQPin E6

rules.mk addition

BLUETOOTH = AdafruitBLE