Search found 3 matches

by chiratoss
Thu Sep 14, 2017 3:37 pm
Forum: MicroPython pyboard
Topic: RTC is not starting reliable
Replies: 1
Views: 1909

RTC is not starting reliable

Hello again, On our application the pyboard is powered by a 3,6V Battery/Power supply connected through a hardware switch which shuts down the power completely. In rare cases the RTC is not running after power on and start up sequence. If I plug in the USB cable and connect by VCP time.time() is jus...
by chiratoss
Mon Jul 10, 2017 2:10 pm
Forum: Programs, Libraries and Tools
Topic: Lib uasyncio: Cannot receive ByteData bigger than 64byte
Replies: 2
Views: 3197

Re: Lib uasyncio: Cannot receive ByteData bigger than 64byte

Thanks for your thoughts on this thing. Today I did a view more testing on this side. Adding read_buf_len=260 in the constructor is doing the job. Adding the flow control doesn't fix the issue in my special case, but that should be working too. I changed the testsetting by removing the bridge betwee...
by chiratoss
Fri Jul 07, 2017 1:18 pm
Forum: Programs, Libraries and Tools
Topic: Lib uasyncio: Cannot receive ByteData bigger than 64byte
Replies: 2
Views: 3197

Lib uasyncio: Cannot receive ByteData bigger than 64byte

At first: Hello to all, My Name is Tobias. I'm a professional high level application develper from Germany. So I'm lacking a bit in this low level stuff. But I think i will be able give help on plenty of other topics. My current use case is receiving up to 250 byte of data from the UART. I want to d...