Search found 2 matches

by jakub st
Sat Oct 05, 2019 5:59 pm
Forum: ESP8266 boards
Topic: UART eats my 15th char!
Replies: 5
Views: 3573

UART eats my 15th char!

Hi! I'm New here, so hello to everybody! I'm trying to read data from GPS module (GY-GPSV3-NEO). As you probably know it communicates via UART. So first I tied to simulate any UART communication and catch some words. I found and modified this code: uos.dupterm(None, 1) uart = UART(0, 115200) ch = b"...
by jakub st
Sun Nov 04, 2018 8:05 pm
Forum: ESP8266 boards
Topic: microSD card reading
Replies: 23
Views: 61993

Re: microSD card reading

Hello,
is there any option to use this code for 2GB cards ?
I've got a whole bunch of such SD cards I really want to use in my projects.
I've tried several format options but without success.