09-25-2017, 05:30 AM
(09-24-2017, 11:47 PM)tllim Wrote: The ROCK64 UART required 1.5Mb speed, not sure whether your Arduino Uno UART chip able to operate under such speed.
Hello tllim,
thank you for your answer, very much appreciated.
The arduino IDE specifies a maximum of 2Mb baud and if I set this value and within code initializing
serial.begin(1500000), I do get results showing in the builtin monitor console.
I already found out, that I have to disable the avr chip in order to make this work but my biggest concern
is the different voltage. If I measure arduino tx/rx pins I do see 5V and on rock64 only 3.3V.
On different sites it is mentioned that it MAY work but I can't find one which states that it was tested
and it works.
I'm unsure if it is enough to put an resistor between arduino tx / rock64 tx and arduino rx / rock64 rx.
Cheers
Claudia