Next big thing : 120Mhz, 1MB flash, 128KB ram, arduino compatible

While scrolling into Adafruit's Github, I noticed a small line of code added to some lib:

#if !defined(ARDUINO_ARCH_SAM) && !defined(ARDUINO_ARCH_SAMD) && !defined(ESP8266) && !defined(ARDUINO_ARCH_STM32F2) && !defined(ARDUINO_STM32_FEATHER)

As you may know, Feather is the new line of adafruit's development boards, and the ARDUINO_STM32_FEATHER constant could be a good clue to some upcoming board based on STM32F2 CPU : 1MByte flash, 128kBytes ram and 120MHz arm cortex M3 CPU!

Nice. I am waiting for there to be an Arduino board with an ARM SoC that can be used for deep learning algorithms and machine vision. I saw the Arduino Tre announcement a while back, but it seems that developers have either quit on it or there is a problem which they will not tell us. Still, your board is quite impressive on paper and I may get one in the near future.

What makes you think F2, rather than, say, F0?

#if defined(ARDUINO_ARCH_STM32F2)

This seems to be the "big thing" : Adafruit WICED WiFi Feather - STM32F205 with Cypress WICED WiFi : ID 3056 : $34.95 : Adafruit Industries, Unique & fun DIY electronics and kits

interesting ...

do they use the same SOIC like the particle photon does ?
--> IoT Network Solutions — Products & Services | Particle
(photon "P0"-SOIC = "Broadcom BCM43362 Wi-Fi chip" + "STM32F205 120Mhz ARM Cortex M3")

Yes it is the same one I think. It could be great if the actual core could be used on standalone stm32f205 chip. Not the broadcom one.

It is a lot like the Particle Photon. Must use far more flash and RAM for systems stuff.

128KB SRAM and 1024KB flash memory (total)
16KB SRAM and 128KB flash available for user code

The Adafruit WICED Feather has several extras over Photon, 2 MB SPI flash and LIPO power.

I like the Particle Photon. It is easy to modify and build the system firmware since they publish the development tree. You just modify the source and their makefile builds and downloads the firmware into a Particle Photon.

The Photon is $19 the WICED Feather is $35.