Search found 75 matches

by doublevee
Thu Jan 21, 2021 1:47 pm
Forum: General Discussion and Questions
Topic: RPi makes ther own Mico controller
Replies: 12
Views: 6205

Re: RPi makes ther own Mico controller

This looks like a great device and at an incredible price point. £3.60 at Pimoroni! This should certainly help to spread the good news that is Micropython.
by doublevee
Tue Jan 12, 2021 11:39 am
Forum: General Discussion and Questions
Topic: Micropython support and commercial use
Replies: 4
Views: 2967

Re: Micropython support and commercial use

Many thanks for taking the time to reply to my post. I wonder if the Beta comment can now be removed or at least reworded on the official GitHub page? I would think this could put off quite a few potential serious users. I also accept the pros and cons of open source code and like yourselves, would ...
by doublevee
Sun Jan 10, 2021 8:28 pm
Forum: General Discussion and Questions
Topic: Micropython support and commercial use
Replies: 4
Views: 2967

Micropython support and commercial use

I have been a long time fan of Micropython since the initial Kickstarter launched and I have been using MP for several years now. I am not a professional programmer but would like to use MP to develop several commercial products I am working on, one of which is nearing maturity. But I have a couple ...
by doublevee
Tue Nov 17, 2020 2:07 pm
Forum: General Discussion and Questions
Topic: combining a 'while True:' loop with picoweb's app.run
Replies: 1
Views: 1381

Re: combining a 'while True:' loop with picoweb's app.run

Hi there,

I was in a very similar position to yourself and was doing exactly the same with a flag in the ISR, but asyncio is the way to go.

Have a look at this link:

viewtopic.php?t=8148

Peter's tutorials on this subject are spot on.

Hope this helps!
by doublevee
Sat Aug 22, 2020 6:31 am
Forum: General Discussion and Questions
Topic: Increasing SPI Speed for SPI ADC
Replies: 1
Views: 1378

Re: Increasing SPI Speed for SPI ADC

Hey Dugite. Although you haven’t listed your code in detail, the 100KHz performance is related to a single channel read. When you divide this max figure by 8 and allow for mux commands etc the figure of approx 10KHz should be feasible (sampling all channels) if I have understood the datasheet correc...
by doublevee
Sun Aug 02, 2020 1:48 pm
Forum: General Discussion and Questions
Topic: ESP32 WiFi Transmit Power Control
Replies: 1
Views: 1285

Re: ESP32 WiFi Transmit Power Control

Would anyone know if this is possible using MicroPython?

Thanks
by doublevee
Wed Jul 29, 2020 10:43 am
Forum: General Discussion and Questions
Topic: ESP32 WiFi Transmit Power Control
Replies: 1
Views: 1285

ESP32 WiFi Transmit Power Control

Hi all,

I would like to run an AP with very lower WiFi signal strength - am I able to control the TX power using MP?

If not, how might I be able to access the power control on the ESP32 from within MP?

Many thanks
by doublevee
Wed Apr 15, 2020 7:17 am
Forum: Programs, Libraries and Tools
Topic: Guide to uasyncio V3
Replies: 9
Views: 5156

Re: Guide to uasyncio V3

Thanks Peter - a really great resource. Appreciate all the effort you put into this and maintaining it.
by doublevee
Wed Mar 11, 2020 12:23 pm
Forum: General Discussion and Questions
Topic: Custom Board - 32KHz Crystal
Replies: 2
Views: 1763

Re: Custom Board - 32KHz Crystal

Many thanks - very helpful
by doublevee
Wed Mar 11, 2020 8:05 am
Forum: General Discussion and Questions
Topic: Custom Board - 32KHz Crystal
Replies: 2
Views: 1763

Custom Board - 32KHz Crystal

I’m currently designing a custom board around the STM32F411CE and am unclear if I need the 32KHz crystal for MP to function correctly. The main Crystal is 48MHz and I will be using the USB port for comms. My understanding is the PLL is sufficient, with trimming, for USB accuracy. I obviously don’t h...