Hi,
I want to modify a project from running on a raspberry pi to running on bela. The project contains a PD patch, which I can easily run on bela. I have two questions on my set-up though:
1. There is also an anemometer needing 7 to 24 Volt to function (this one https://www.adafruit.com/product/1733) , and the output voltage will range from 0.4V (0 m/s wind) up to 2.0V (for 32.4m/s wind speed). How can I connect this easily to the Bela? I used to do this with an arduino (12 volt power supply), but I assume I could connect this immediately to Bela as well in some way?
2. I also use two fans (these ones http://shop.boxtec.ch/nidec-ta450dc-fan-120x120x38mm-12vdc-two-ball-bearing-p-42482.html). In the original set-up they are also controlled by arduino, with a 12 volt power supply. Here again I do not see how I could connect this to the Bela easily with the higher voltage. (I did look at the motor tutorials, but that is with 5 volt. My main problem is how to connect fans and anemometer that use a higher voltage than the beaglebone).
I have also thought of leaving everything on the arduino and control them via bela serial output in pure data. This might be not the most elegant but perhaps the simplest solution because I do not have to set-up everything anew. Could some one give me some advice on this?