Hello,
I'm wondering if I can reuse my arduino uno r3 as the adapter.
Disabling the microchip by connecting RESET with GND
and connect
arduino pin0 (rx) to rock64 pin10(rx)
arduino pin1 (tx) to rock64 pin8(tx)
arduino pin14 (gnd) to rock64 pin6(gnd)
I'm not sure if it is necessary to disable the avr chip on the uno r3 or if it can be on
and use the builtin serial monitor of the arduino ide.
What do you think?
Cheers
Claudia
I would like to use an old Raspberry Pi 1B (with a PiFace digital card) to monitor my Rock64 board. Therefore I'm using the serial to USB adaptor (shipped from pine64) to connect the Rock64 to the USB2 port of the RPi1.
Unfortunately the USB2 port of the RPi1 seems to be too slow to handle the 1.5M baud rate delivered by the Rock64 as I have some data skipped/ dropped.
Is there a simple way to reduce the baud rate or do you have any other idea how to handle this?
I would like to use this combination of hardware because (I have it already at home) despite of monitoring via UART, with the PiFace board I can remotely reset and/or power off devices...
Thanks for your help!
Cheers Martin
Why do you not just connect the UART of your RPI to the UART of the Rock64 directly? If you still want to usb USB/serial adapters, you need one that supports the baudrate of 1.5Mbit like PL2303HX, FT232RL....
I usually use minicom on the boards and my laptop/PC that works fine and most distros have that as a package, I don't think it's a bandwidth problem on the RPi with the USB dongle...
Thanks for the advise! I have played around with picocom, minicom, tio and kemit without success.
If I e.g list a directory, I can see a line for some milliseconds but this one is erased or overwritten.
I have also tried to go via a ssh connection to eliminate slow graphics/ framebuffer but with the same result.
Even with full overclocking/turbo mode, the RPi 1 seems to be too slow (RAM maybe?) for a baudrate of 1.5M
Does anyone know a way to reduce the standard baudrate to 128k?
Thank you for the help!
Martin