"Finally my sensor used analogical Input and so I didn't need 2 serial lines.... But yes, you defintely can use UART0 and UART2 together...I tested it .. . knowing that one of them is used by the USB connector, you must unplug the usb for your test."
"Thanks all for the replies.
I started from the arducopter programm and could do an acquisition but I am disapointed: the library provided by adafruit to use its sensor doesn't work with the ATMEGA 2560 (I suppose), I could do an acquisition about 1…"
Hi,I would like to get the values from a digital sensor DHT connected to A0 pin. I want to perfom this in the Arducopter main loop: certainly I will implement it in fast_loop() every 2 seconds (using a counter: fast-loop is 100Hz so every 200…
Hi,Somebody can confirm that I can use on APM2.5 UART0 and UART2 together , one for connecting a bluetooth serial device and the second to connect a serial sensor?My objectiv is to control my octoquad by bluetooth and tranmit the value of my sensor…