Search found 27 matches
- Mon Jan 04, 2021 10:10 pm
- Forum: MicroPython pyboard
- Topic: How to use the TIMER in the PYBOARD
- Replies: 5
- Views: 420
- Sat Jan 02, 2021 3:08 am
- Forum: MicroPython pyboard
- Topic: How to use the TIMER in the PYBOARD
- Replies: 5
- Views: 420
Re: How to use the TIMER in the PYBOARD
What about the second question? Why doesn't the toggle function work with callback()?
- Mon Nov 30, 2020 7:22 pm
- Forum: ESP32 boards
- Topic: Connecting LOLIN/WEMOS D32Pro V2.0 and 2.13 Inch e-paper
- Replies: 12
- Views: 2573
Re: Connecting LOLIN/WEMOS D32Pro V2.0 and 2.13 Inch e-paper
Hi, friends!
I would ask for a real life example/how to but I've just found it on GitHub: https://github.com/T-Wilko/MicroPython- ... /epaper.py
I look forward to see the driver for landscape orientation.
Thank you , T-Wilko!
I would ask for a real life example/how to but I've just found it on GitHub: https://github.com/T-Wilko/MicroPython- ... /epaper.py
I look forward to see the driver for landscape orientation.
Thank you , T-Wilko!
- Mon Nov 02, 2020 12:47 pm
- Forum: Pyboard D-series
- Topic: Pyboard Access Point doesn't ask for password to connect
- Replies: 4
- Views: 649
Re: Pyboard Access Point doesn't ask for password to connect
This should be implemented so that Micropython won't lag behind other platforms like Circuitpython and Pycom.
- Fri Oct 30, 2020 7:44 pm
- Forum: Pyboard D-series
- Topic: Pyboard Access Point doesn't ask for password to connect
- Replies: 4
- Views: 649
Re: Pyboard Access Point doesn't ask for password to connect
I can confirm it does not work for me too. I think that there is an authentication mode config parameter, but it is impossible to find it for the Pyboard D. The docs are scarce and information is always insufficient. The network library seems to be inconsistent also. It is ok if you set password wit...
- Wed Oct 07, 2020 8:16 pm
- Forum: Pyboard D-series
- Topic: Tile-Sensa Test Program
- Replies: 7
- Views: 1528
Re: Tile-Sensa Test Program
Thank you for the confirmation, Python Coder.
I was intrigued to read above "this requires that you have the tile which contains the tiny buzzer".
- Wed Oct 07, 2020 12:49 am
- Forum: Pyboard D-series
- Topic: Tile-Sensa Test Program
- Replies: 7
- Views: 1528
Re: Tile-Sensa Test Program
Can anybody please explain where can I find a tile with a buzzer?
- Mon Oct 05, 2020 11:15 am
- Forum: MicroPython pyboard
- Topic: NeoPixel module
- Replies: 1
- Views: 407
NeoPixel module
Hi, friends.
Why don't we have the NeoPixel module builtin on the Pyboard? It's on the ESPs and on the Pyboard D, but not on the v1.1.
How can I put it into the firmware?
Thank you all in advance.
Why don't we have the NeoPixel module builtin on the Pyboard? It's on the ESPs and on the Pyboard D, but not on the v1.1.
How can I put it into the firmware?
Thank you all in advance.
- Sat Sep 19, 2020 2:40 am
- Forum: Pyboard D-series
- Topic: Pyboard D X/Y pins voltage and current ratings
- Replies: 2
- Views: 654
Re: Pyboard D X/Y pins voltage and current ratings
I guess I found it in the data sheet for the SF6W STM32:
https://www.st.com/resource/en/datashee ... f767zi.pdf
Maximum sunk or sourced current per pin: 25mA.
Maximum total output current sunk or sourced by sum of all I/Os and control: 120mA.
https://www.st.com/resource/en/datashee ... f767zi.pdf
Maximum sunk or sourced current per pin: 25mA.
Maximum total output current sunk or sourced by sum of all I/Os and control: 120mA.
- Fri Sep 18, 2020 8:05 pm
- Forum: Pyboard D-series
- Topic: Pyboard D X/Y pins voltage and current ratings
- Replies: 2
- Views: 654
Pyboard D X/Y pins voltage and current ratings
Hi, friends. Does anybody know where can I find information about voltage and current ratings for the Pyboard D pins? Any information about sink and source maximum current would be welcome. I wonder if I can connect any load directly (a buzzer, for instance) or if I should use a buffer or a driver. ...