Page 1 of 1

New member

Posted: Thu Oct 27, 2022 4:51 pm
by L67GS
Hello all, I just joined the forum after buying a couple of Vocore 2 Lites. I'm a 3rd year C++ developer, non professional of course. Do have experience programming microcontrollers and have spent a lot of time using other SBCs, and a good many years in an electronics lab.
The Vocores are for a project I'll be doing to make an emulator to test some machines at work, naturally in C++, making use of some of the GPIOs, and using an i2c display.
Any advice on good reads to get me started with ssh, GPIO, and i2c would be appreciated.
So far I'm really excited about the little Vocores so hopefully I can make friends with them and use them for other projects in the future.
Thanks for reading....

Re: New member

Posted: Sun Nov 06, 2022 2:06 pm
by Vonger
Check vocore.io/v2.html and vonger.cn
It will not easy but you can start there and have fun :)

Re: New member

Posted: Thu Nov 10, 2022 6:23 pm
by L67GS
Okay, I did that thing that I see a lot of people do where they mess up the wifi settings and can't get back in. So I connect my 3.3v USB to Serial cable (RX/TX/GND only) and in both minicom and kermit I get straight up jibberish. Could somebody explain what I'm doing wrong?

Re: New member

Posted: Thu Nov 10, 2022 6:28 pm
by L67GS
Forget it, I was under the impression from some reading that I need a baud rate of 57600, but it's the usual 115200, minicom hopped right in for me once I tried it. Thank you.