Zip created at /tmp/arduino_build_587243/sketch_dec29a.ino.zip Using library Bluefruit52Lib at version 0.7.5 in folder: /home/alaskalinuxuser/.arduino15/packages/adafruit/hardware/nrf52/0.7.5/libraries/Bluefruit52Lib Using library nffs at version 1.0.0 in folder: /home/alaskalinuxuser/.arduino15/packages/adafruit/hardware/nrf52/0.7.5/libraries/nffs Sketch uses 59352 bytes (35%) of program storage […]
BlueFruit Project: Analog and Digital Detection (Code Name ADD)
From the post last week, you can see that I ran into a snag with the BlueFruit Feather board. It should be able to read the analog inputs separate from […]
BlueFruit Project: Adding voltage detection….
Last week, when we looked at my code for the BlueFruit autostart, we came to realize that if it did not know that the truck was started, it would continue […]
BlueFruit Project: Vehicle Autostart!
That’s right! My latest project is to turn my BlueFruit Feather into a functioning autostart for my old ’93 pickup. Looking back at my project prep posts, you will now […]
Project Prep: Communicating with the Bluefruit Feather via Bluetooth….
We’ve already connected to our Bluefruit feather with Bluetooth before, but when I wrote the sketches that I applied to it, it overwrote the code that allows it to turn […]
Project prep: Digital output on the Bluefruit feather!
While I continue to prepare for my big project, I still have a few more things to test. Namely, I need to test the digital outputs to make sure that […]
Project prep: Testing analog input on my Bluefruit Feather!
I’m getting ready to use my Bluefruit Feather in a big project, well, big to me anyways. Before I do that, however, I needed to test a few things to […]
Getting permission to program the Bluefruit Feather board in Ubuntu
I am learning more every day by simply trying to play with my new toy: a Bluefruit Feather board! As I mentioned before, my brother got this little gadget for […]
Setting up the Arduino-IDE for the Bluefruit Feather in Ubuntu
There are a lot of neat tools available to program/hack/reprogram/work with this nifty little Bluefruit Feather board! One of them is the Arduino-IDE, a development environment that allows you create […]
Having trouble building Bluefruit LE app in Android Studio?
While playing with my Bluefruit Feather, I decided to build the Android app straight from the source code, so I could see the ins and outs of how it works. […]