I'm training a small ai model for my D1 mini board using Neuton AI platform.
I have to set up the target hardware before actual training process and I'm not sure what type of cpu does D1 mini use.
the options are like this:
Hi @arthsu5158. As @evanmars already pointed out, the microcontroller on the original WEMOS/LOLIN D1 mini board is the ESP8266, which uses the Tensilica Diamond Standard 106Micro/L106 IP core (the menu you showed seems to be a list of IP core types rather than microcontrollers).
However, it should be noted that there is now a common variant of the board, also sold as "D1 Mini", that has an ESP32 microcontroller instead of the ESP8266. The ESP32 uses the Tensilica Extensa LX6 IP core.
If you aren't sure which of these microcontrollers you have on your board, you can examine the writing on the large metal can on the board. You should be able to identify the microcontroller from that information.
If the screenshots you shared in post #1 are the full list, then my guess is that the ESP8266 is not supported by the "Neuton AI platform". However, I'm not familiar with this platform, so it is possible I am wrong about that. I suggest studying the platform's documentation and doing some research to check this.
If it is true that the ESP8266 isn't supported, then you can consider some solutions:
Find something equivalent to the the "Neuton AI platform" that does support the ESP8266
Use a different board that is supported by the "Neuton AI platform"