Search found 6 matches

by max.kviatkouski
Wed Jun 27, 2018 4:05 pm
Forum: MicroPython pyboard
Topic: Windows 10: Pyboard USB Drive not visible after installing REPL Drivers
Replies: 6
Views: 4289

Re: Windows 10: Pyboard USB Drive not visible after installing REPL Drivers

To be honest I opted for not the most lightweight solution - I've installed Ubuntu as my second OS and it made my development life much easier.
by max.kviatkouski
Mon May 21, 2018 8:18 pm
Forum: General Discussion and Questions
Topic: RTC (Clock) is too slow on PyBoard Lite v1.0 with accelrometer
Replies: 6
Views: 3687

Re: RTC (Clock) is too slow on PyBoard Lite v1.0 with accelrometer

I can confirm this. On mine the error is 3.8%. This is much greater than is plausible from a crystal oscillator - I have a vague recollection that the PyBoard Lite uses a resonator in place of a crystal as a cost saving measure. Pyboard V1.1 and V1.0 use a crystal which can be calibrated to within ...
by max.kviatkouski
Mon May 21, 2018 7:33 am
Forum: General Discussion and Questions
Topic: RTC (Clock) is too slow on PyBoard Lite v1.0 with accelrometer
Replies: 6
Views: 3687

RTC (Clock) is too slow on PyBoard Lite v1.0 with accelrometer

Steps to reproduce: 1. Enter REPL and set RTC time to be same as time on PC (I'm using Ubuntu) 2. Wait for ~10 minutes (either remaining in REPL and connected to USB or disconnect and use backup battery (VBAT)) 3. After 10 minutes PyBoard RTC is 15-20 seconds behind my PC clock. >>> os.uname() (sysn...
by max.kviatkouski
Mon May 14, 2018 4:17 am
Forum: Programs, Libraries and Tools
Topic: Pycharm micropython plug-in
Replies: 3
Views: 4566

Re: Pycharm micropython plug-in

Fixed one of the issues with MicroPython plugin related to PyBoard - now you can properly setup folders and files to exclude. Patched plugin is available at https://github.com/max-kviatkouski/intellij-micropython/releases/tag/1.0.6-fix-pyboard-excludes (Hopefully it will make it into official repo s...
by max.kviatkouski
Fri May 11, 2018 6:45 pm
Forum: MicroPython pyboard
Topic: Windows 10: Pyboard USB Drive not visible after installing REPL Drivers
Replies: 6
Views: 4289

Re: Windows 10: Pyboard USB Drive not visible after installing REPL Drivers

hi gooseCookie, can you please point me to how you've been installing REPL drivers for Win 10? I have different problem: I cannot make my PyBoard Lite to show up as COM port in device manager.