Architecture advice please?

Discuss PC Developer and Web Developer projects and features here.
mnfisher
Valued Contributor
Posts: 953
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 104 times
Been thanked: 507 times

Re: Architecture advice please?

Post by mnfisher »

See https://www.flowcode.co.uk/forums/viewt ... lit=Camera for some info about programming through a USB converter...

Martin

jandidden
Posts: 110
Joined: Mon Feb 13, 2023 7:56 pm
Has thanked: 28 times
Been thanked: 12 times

Re: Architecture advice please?

Post by jandidden »

Got a couple of USB to UART bridges, Silicon Labs CP2102N and FTDI LC231X. Both apparently have drivers included in W10.
FC9 recognized both and proceeded to download to the chip (ESP module).
Failed as there is no ESP module yet, but everything else seems smooth sailing.
Expecting ESP modules next week, Mouser willing.
This will be fun. My first project with WiFi!

@mnfisher your link above is a bit above my pay scale .. I hope I don't need it.

Jan

jandidden
Posts: 110
Joined: Mon Feb 13, 2023 7:56 pm
Has thanked: 28 times
Been thanked: 12 times

Re: Architecture advice please?

Post by jandidden »

Martin, this may be of interest to you:
https://randomnerdtutorials.com/esp32-c ... cts-ebook/

Jan

jan.didden
Posts: 82
Joined: Thu Dec 17, 2020 3:16 pm
Has thanked: 20 times
Been thanked: 12 times

Re: Architecture advice please?

Post by jan.didden »

Making good progres, despite being short on time.
Setting up the access point from the ESP Wroom works OK.
Need to educate myself on the protocolls to open the connection to other stations and get the logon process figured out.

After a lot of debillitation I selected a graphic color display to go with it, but the irritating thing is that if you want to print a text or a number a bit larger for distant readability, the characters get extremely blocky. It seems that the software just enlarges the existing character construct instead of itelligently constucting a larger character.
I'll thry to find some more info or open another thread for that. I'm sure there is a solution, this must have come up multiple times in the past.

Jan

Post Reply