Dear forum members!
I'm looking for a skilled Arduino programmer, because I stuck with my project..
The source code is here:
https://github.com/dc42/arduino/blob/master/MetalDetector/MetalDetector.ino
I tried to connect my Arduino UNO to a phone app through nRF8001 bluetooth module following this tutorial:
https://learn.adafruit.com/getting-started-with-the-nrf8001-bluefruit-le-breakout/nrf-uart-in-detail
The example tutorial app works just fine, I could connect to my phone without problem with it, but with this github code above I couldn't.
In the end of the Arduino code it sends a lot of things on the serial port. I only need the "Ferrous" or "Non Ferrous" part to be sent through bluetooth nothing else.
Can someone help me with merging the bluetooth codes with the metal detector's code? I would highly appreciate any help!
Regards,
TH
I'm looking for a skilled Arduino programmer, because I stuck with my project..
The source code is here:
https://github.com/dc42/arduino/blob/master/MetalDetector/MetalDetector.ino
I tried to connect my Arduino UNO to a phone app through nRF8001 bluetooth module following this tutorial:
https://learn.adafruit.com/getting-started-with-the-nrf8001-bluefruit-le-breakout/nrf-uart-in-detail
The example tutorial app works just fine, I could connect to my phone without problem with it, but with this github code above I couldn't.
In the end of the Arduino code it sends a lot of things on the serial port. I only need the "Ferrous" or "Non Ferrous" part to be sent through bluetooth nothing else.
Can someone help me with merging the bluetooth codes with the metal detector's code? I would highly appreciate any help!
Regards,
TH
Comment