Search found 363 matches

by shaoziyang
Thu Aug 29, 2019 4:44 am
Forum: Other Boards
Topic: low power consumption pbyL board
Replies: 9
Views: 4765

Re: low power consumption pbyL board

running power consumption
pybL-1.jpg
pybL-1.jpg (185.21 KiB) Viewed 4703 times
(series 10 Ohm resistor)

deepsleep power consumption
pybL-2.jpg
pybL-2.jpg (212.79 KiB) Viewed 4728 times
pybL-4.jpg
pybL-4.jpg (186.74 KiB) Viewed 4728 times
by shaoziyang
Thu Aug 29, 2019 4:37 am
Forum: Other Boards
Topic: low power consumption pbyL board
Replies: 9
Views: 4765

low power consumption pbyL board

I have made new ultra low power consumption pybL board.
pybl.jpg
pybl.jpg (131.57 KiB) Viewed 4729 times

feature
  • STM32L476RG microcontroller
  • USB type-c
  • Ultra Low Power Consumption with current test interface
  • optional SPI flash
pybL-pins.png
pybL-pins.png (145.55 KiB) Viewed 4729 times
by shaoziyang
Wed Aug 07, 2019 8:59 am
Forum: MicroPython pyboard
Topic: upycraft serial
Replies: 3
Views: 3341

Re: upycraft serial

It maybe conflict with ST driver if you install ST software before. Please delete the device in device manager then insert USB again.
by shaoziyang
Fri Aug 02, 2019 1:48 am
Forum: Other Boards
Topic: Power consumption comparison between different running mode in STM32L476
Replies: 1
Views: 2267

Power consumption comparison between different running mode in STM32L476

I have made a demo board of STM32L476, to test power consumption in different mode. I have add a 10ohm resistor in vcc, calculating power consumption by measuring voltage in resistance. demo board 0.jpg running mode 2.jpg lightsleep mode 3.jpg deepsleep mode (below 1uA) 5.jpg Above data are for refe...
by shaoziyang
Thu Aug 01, 2019 3:25 pm
Forum: Other Boards
Topic: My new PYB Nano board is coming
Replies: 43
Views: 35134

Re: My new PYB Nano board is coming

ESP32 is powerful, but STM32 is more easy to customized, with more pins and features.

I am plan to make a new pyboard with STM32L4xx, power consumption in deepsleep mode is less than 1uA.
by shaoziyang
Wed Jul 31, 2019 1:53 am
Forum: Other Boards
Topic: My new PYB Nano board is coming
Replies: 43
Views: 35134

Re: My new PYB Nano board is coming

Just do factory reset to restore files. Please remember eject the disk before disconnect usb.

http://docs.micropython.org/en/latest/p ... tory-reset
by shaoziyang
Tue Jul 30, 2019 3:18 am
Forum: Other Boards
Topic: STM32L476 with external flash not work after re-power up
Replies: 3
Views: 2244

Re: STM32L476 with external flash not work after re-power up

I found the problem is cause by ldo, I increase capacitance, and it work now.
by shaoziyang
Mon Jul 29, 2019 6:11 am
Forum: Other Boards
Topic: STM32L476 with external flash not work after re-power up
Replies: 3
Views: 2244

Re: STM32L476 with external flash not work after re-power up

My define:
PYBL476.ZIP
(5.51 KiB) Downloaded 226 times
by shaoziyang
Sun Jul 28, 2019 4:30 am
Forum: Other Boards
Topic: STM32L476 with external flash not work after re-power up
Replies: 3
Views: 2244

STM32L476 with external flash not work after re-power up

I have diy a STM32L476RG board, with a 32KHz crystal and 1Mbytes external flash. If I not using external 1Mbyte flash, it works fine. If I enable external flash, after upgrade firmware with ST dfuse util and click "leave DFU mode" button, it works and can read/write 1Mbytes pyb flash. But when I dis...
by shaoziyang
Tue Jul 09, 2019 2:31 am
Forum: MicroPython pyboard
Topic: i2c error recovery
Replies: 4
Views: 4189

Re: i2c error recovery

re-init I2C has no effect,