Search found 363 matches

by shaoziyang
Sat Jun 03, 2017 3:59 am
Forum: micro:bit boards
Topic: Bluetooth Pairing Mode Probem
Replies: 6
Views: 6060

Re: Bluetooth Pairing Mode Probem

Do you download javascript firmware? App must using this firmware to connect.
by shaoziyang
Wed May 31, 2017 8:01 am
Forum: MicroPython pyboard
Topic: Is it possible to upgrade firmware from PYBflash or SD?
Replies: 1
Views: 1772

Is it possible to upgrade firmware from PYBflash or SD?

Is it possible to upgrade firmware from PYBFlash or a SD disk?
by shaoziyang
Tue May 30, 2017 4:41 am
Forum: Other Boards
Topic: STM32L467DISC port not working?
Replies: 16
Views: 11526

Re: STM32L467DISC port not working?

I think there are some configurature may not correctlly, do you change some configurature? I will test last version of uPy in STM32L476DISC soon.
by shaoziyang
Wed May 10, 2017 2:35 pm
Forum: Other Boards
Topic: STM32L467DISC port not working?
Replies: 16
Views: 11526

Re: STM32L467DISC port not working?

Yes, I use ST-link to download.
by shaoziyang
Wed May 10, 2017 12:58 pm
Forum: Other Boards
Topic: STM32L467DISC port not working?
Replies: 16
Views: 11526

Re: STM32L467DISC port not working?

STM32L4 serial has bug in dfu-util, you need download using other tools.
by shaoziyang
Sun May 07, 2017 3:34 am
Forum: MicroPython pyboard
Topic: Design my own pyboard, basic questions..
Replies: 9
Views: 8338

Re: Design my own pyboard, basic questions..

It is will be better if add a 100nF capacitance in PB3.
by shaoziyang
Thu May 04, 2017 1:56 pm
Forum: ESP32 boards
Topic: ESP32 list modules
Replies: 3
Views: 5231

Re: ESP32 list modules

I have not try ESP32 module, download file maybe same as ESP8266.

You can refer to the following docs:

http://docs.micropython.org/en/latest/e ... k_tcp.html
by shaoziyang
Wed May 03, 2017 2:20 pm
Forum: ESP32 boards
Topic: ESP32 list modules
Replies: 3
Views: 5231

Re: ESP32 list modules

print(dir(os))
by shaoziyang
Mon Apr 24, 2017 10:12 am
Forum: Other Boards
Topic: RTC.wakeup() doesn't work at STM32L476
Replies: 2
Views: 3023

RTC.wakeup() doesn't work at STM32L476

I found RTC wakeup() does not work in STM32L476, wakeup has no effect.

Code: Select all

from pyb import RTC
rtc=RTC()
rtc.wakeup(1000, lambda e:pyb.LED(1).toggle())
I test it in DISCO-L476 and SensorTile, same code works in PYBV10.