Page 1 of 1

New Pyboard update please

Posted: Mon Jun 11, 2018 9:24 pm
by Onisem
Does anyone know what the status of the new Pyboard is? I have noticed that the hardware development side of micropython has been somewhat dormant. Damian, are their any good new you can give us? I love the quality of the board and would like to see its development continue into new flavors.

Re: New Pyboard update please

Posted: Wed Jun 13, 2018 6:49 am
by pythoncoder
I think @Damien seldom has time to check messages here. So I hope I'm not speaking out of turn by saying this, but the new board's development is complete - volume production should not be too far off.

Re: New Pyboard update please

Posted: Wed Jun 13, 2018 6:58 am
by Onisem
Thanks for the update.

Re: New Pyboard update please

Posted: Wed Jun 13, 2018 8:17 pm
by marfis
really looking forward to this too...

Some more teaser informations before volume productions would be nice... at least the MCU type that he is going to use?

Re: New Pyboard update please

Posted: Thu Jun 14, 2018 12:21 am
by fos
I h ave also been interested in updates for quite some time.

Thanks

Re: New Pyboard update please

Posted: Thu Jun 14, 2018 6:17 am
by pythoncoder
marfis wrote:
Wed Jun 13, 2018 8:17 pm
...Some more teaser informations before volume productions would be nice... at least the MCU type that he is going to use?
I really couldn't say ;) Perhaps @Damien might care to let the cat (or at least a few kittens) out of the bag?

Re: New Pyboard update please

Posted: Wed Jun 27, 2018 12:24 am
by mcauser
@Damien Does the MCU start with an E or S?

Re: New Pyboard update please

Posted: Sat Jun 30, 2018 6:41 am
by Damien
Yes, as @pythoncoder mentioned the design of the next generation pyboard is now finalised and we are moving into logistics of production.

The MCU starts with an "S" and there will also be WiFi, but nothing related to "E" :)

I'm preparing a more detailed update on this and will post that soon.

Re: New Pyboard update please

Posted: Sat Jun 30, 2018 9:47 am
by devnull
there will also be WiFi
Is there any chance that it will be possible to 'wifi-enable' an existing pyboard using the same device and drivers used on the new pyboard or is wifi integrated into the main device ?

Re: New Pyboard update please

Posted: Mon Jul 02, 2018 2:26 am
by Damien
devnull wrote:
Sat Jun 30, 2018 9:47 am
Is there any chance that it will be possible to 'wifi-enable' an existing pyboard using the same device and drivers used on the new pyboard or is wifi integrated into the main device ?
WiFi is deeply integrated in to the new pyboard. But a lot of the work to integrate lwIP in stm32 can be reused on PYBv1.x, eg for Ethernet. For adding WiFi to a PYBv1.x it may be possible to use an ESP8266 in raw Ethernet mode and hook that into the TCP/IP stack running on the pyboard. See eg https://gitlab.com/goodwin-europe/raw-esp for firmware that allows the ESP8266 to forward Ethernet frames.