Bluno General Arduino

Using Bluno Beetle to send data from digital input

userHead Account cancelled 2017-07-28 18:15:56 2354 Views1 Replies
I want to use Bluno Beetles to collect data for IoT (e.g. a rain gauge) and transmit it from the garden to the house. Low power is important as I want to use a small solar panel or a small battery - so BLE seems the right approach. I can connect my Android phone to the Bluno Beetle and display the characteristics. How can I change any one of these characteristics depending on the value of one of the input pins? Or is there a better way to go about this?
2017-08-25 13:48:01 Hi
Basically, you want to change the characteristics according to the readings of the input pins, right? If it is, you should add some actuator which can change the characteristics. for example, for watering system, you can add a threshold of the moisture content in the code, and if the measured value is lower than the threshold your watering system will start.
userHeadPic robert.chen