Search found 3 matches
- Sat Apr 25, 2015 4:37 am
- Forum: Developer Discussions
- Topic: Adding Analog Sensor to Crazyflie 2.0
- Replies: 14
- Views: 14286
Re: Adding Analog Sensor to Crazyflie 2.0
Thanks once again for your help. I am trying to get a reading from the TMP36 temperature sensor. It is connected to pin PA7. When I look at the plotter on the python client, I do see a voltage result, but when I applied heat to the sensor, the readings did not change which leads me to believe I am n...
- Thu Apr 23, 2015 4:40 pm
- Forum: Developer Discussions
- Topic: Adding Analog Sensor to Crazyflie 2.0
- Replies: 14
- Views: 14286
Re: Adding Analog Sensor to Crazyflie 2.0
Thank you very much for your response and for leading me on the right path. I was able to find some good resources online regarding adc on the stm32f4. I was able to successfully create an ADC to obtain the temperature from the onboard temp sensor. I then attempted to add my own sensor which is also...
- Thu Apr 23, 2015 7:29 am
- Forum: Developer Discussions
- Topic: Adding Analog Sensor to Crazyflie 2.0
- Replies: 14
- Views: 14286
Adding Analog Sensor to Crazyflie 2.0
Hello, I am new to developing in C and also mcu's. I am attempting add an analog sensor to the Crazyflie 2.0 and found a great tutorial online ( https://cfusting.wordpress.com/2013/07/28/interfacing-the-crazyflie-with-a-proximity-sensor/ ). I believe cfusting posted his project on this board as well...