Maybe nitpicky but why is the ESP32 (dual core @ 240MHz, 300kb+ memory, options with megabytes of flash and memory integrated in package) relegated to coprocessor for a 48MHz microcontroller with 256kb flash and 32kb memory?
Not nitpicky at all. Some ideas. 1. I believe that there are some microcontrollers that have irreversible settings, such as a setting to permanently disable writing to flash memory. Is the ESP32 such a processor? If so, maybe they want to have WiFi on a coprocessor that they can write protect so that they can get certification to sell their modules in jurisdictions that require that WiFi has protections against peopl…
Pocuter – A coin-sized micro computer with WiFi and BLE
31–37 of 37 posts
Re: Pocuter – A coin-sized micro computer with WiFi and BLE
#32I know they're not the same this and have some different specs, but they are in the same class. This is not something I'd buy as easily.
However I hope it does well, after all scaling up will bring prices down.
Re: Pocuter – A coin-sized micro computer with WiFi and BLE
#33Earlier quoted context omitted.
Not nitpicky at all. Some ideas. 1. I believe that there are some microcontrollers that have irreversible settings, such as a setting to permanently disable writing to flash memory. Is the ESP32 such a processor? If so, maybe they want to have WiFi on a coprocessor that they can write protect so that they can get certification to sell their modules in jurisdictions that require that WiFi has protections against peopl…
The topic of mining crypto on microcontrollers something I see so often, and it drives me crazy. Mining crypto takes a ton of energy, so why would you do that on a battery powered device? ffs
Re: Pocuter – A coin-sized micro computer with WiFi and BLE
#34Seems similar to the M5Stack ( https://m5stack.com/ ), which is a good thing, if only to have more competition.
Re: Pocuter – A coin-sized micro computer with WiFi and BLE
#35Earlier quoted context omitted.
Hi! I am actually directly involved with Pocuter. Amazing to see it posted here! The ESP32 alone doesn't have enough pins to handle all of the features of the Pocuter, so the SAMD21 was selected as the main MCU to supplement this. We are looking in to upgrading to the ESP32-C3 in the near future.
The security features on the ESP32-C3 are great! > Secure Boot, Flash Encryption, Digital Signature and HMAC Peripheral, Trusted Execution Environment (TEE) / DRM That could open up new use cases. Strange its RSA only (no ECC). https://www.espressif.com/en/news/ESP32_C3?0
Re: Pocuter – A coin-sized micro computer with WiFi and BLE
#36Earlier quoted context omitted.
The topic of mining crypto on microcontrollers something I see so often, and it drives me crazy. Mining crypto takes a ton of energy, so why would you do that on a battery powered device? ffs
Same reason people do cryptomining via JavaScript malware on web pages: it is using someone else's resources.
Re: Pocuter – A coin-sized micro computer with WiFi and BLE
#37Earlier quoted context omitted.
Wouldn't changing the locale settings defeat 1-?
locale? If you mean some config, I think the binary blob should handle WiFi protocol to the spec (BTW, It's a freeRTOS application IIRC)