Page 1 of 1

Use UART/SPI/I2C to control another device

Posted: Wed Aug 25, 2021 4:46 pm
by BryanBarbosa
Hello people,
I've be wondering if I could use Vocore2 to control an ATmega328 and use its' analog reading pins. I was holping to use UART, SPI or I2C to do that.

Re: Use UART/SPI/I2C to control another device

Posted: Tue Sep 21, 2021 12:40 am
by Vonger
Of course, but recommend to use UART and I2C, more stable. Usage is same as use Linux computer.

Re: Use UART/SPI/I2C to control another device

Posted: Tue Sep 21, 2021 1:44 am
by BryanBarbosa
Hello Vonger, the thing is: I would like to know how to do that. Could you help me?

Re: Use UART/SPI/I2C to control another device

Posted: Wed Jan 12, 2022 1:48 pm
by Chourizo
You can pretty much use any tutorial for raspberri pi. It's the same usage. All linux devices/computers work in a similar way.

I am using it to read some i2c devices, as well as the gpios and it works fine, never had a problem with it.

Re: Use UART/SPI/I2C to control another device

Posted: Sat Jan 22, 2022 12:19 pm
by Vonger
Because they are all Linux, use standard interface :)