Live data from Hacker News

Pocuter – A coin-sized micro computer with WiFi and BLE

kickstarter.com

31–37 of 37 posts

Re: Pocuter – A coin-sized micro computer with WiFi and BLE

#31
post #8

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…

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

#32
Interesting, but the price is a bit too high for what it is IMO. You can get a pinewatch or M5stick for much less. For me the appeal of such boards is that they cost negligible money so you can use them everywhere.

I 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

#33
post #8

Earlier 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

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

#35
post #15

Earlier 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

And it's RISC-V based too.

Re: Pocuter – A coin-sized micro computer with WiFi and BLE

#36
post #33

Earlier 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.

I mean, have you done much embedded systems dev? What good is crypto mining when the device dies in an hour?

Re: Pocuter – A coin-sized micro computer with WiFi and BLE

#37
post #14

Earlier 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)

Different territories have different channel restrictions. As a result, some countries have access to channels that other countries do not. Setting your wifi up as if it is in Japan gives you a couple of channels you are not legally allowed to access in North America, for example.
Post reply on HN