←back to thread

409 points andreock | 10 comments | | HN request time: 0.872s | source | bottom
1. anigbrowl ◴[] No.41854475[source]
M5stack.com makes a whole bunch of ESP32 modules with display, enclosures, batteries, etc already integrated, and they're cheap and robust. You can get one with a built-in keyboard for $30.
replies(5): >>41854777 #>>41855071 #>>41855535 #>>41857475 #>>41857785 #
2. numpad0 ◴[] No.41854777[source]
Espressif(the ESP* company) bought M5Stack earlier this year. So M5 products are basically official ESP* reference platform.
replies(1): >>41855012 #
3. radicality ◴[] No.41855012[source]
Oh wow, had no idea. I like their products, have a bunch of sensors and liking the ease of use. Most recently got the SCD41 co2 sensors to migrate away from all the crappy cloud-based sensors, and works great!
4. RachelF ◴[] No.41855071[source]
For the more budget concious - you can get ESP32 modules with USB C, Wifi/BT and a few IO pins from AliExpress for $4. These things are amazingly cheap.
replies(1): >>41855177 #
5. SparkyMcUnicorn ◴[] No.41855177[source]
Agree, but M5stack devices also start at $5 and come with a case. Add $10 or 15 and you can get a device with a screen, accelerometer, buttons, microphone, and more. No soldering required.
6. ruph123 ◴[] No.41855535[source]
Which of theirs is the most comparible to the flipper zero? Besides the cool looking Cardputer it is quite hard to make sense of their product lineup and compare features.
7. barrenko ◴[] No.41857475[source]
Care to recommend one? Appreciate it.
replies(1): >>41861987 #
8. andreock ◴[] No.41857785[source]
I will check it, thank you.
9. anigbrowl ◴[] No.41861987[source]
It depends what you want to do with it and how many modules you want to hang off it (or not). The 'entry level ' one is the M5stickC, which is about the size of your thumb, has a couple of buttons, a screen, a grove connector (to attach peripherals), an accelerometer, a real time clock chip, and a battery for around $20.

All their stuff is programmable in C or in MicroPython, and they have a Scratch-type building-block interface called UIflow which lets you prototype in MP very fast, and is extensible with your own modules. You kind of need it even if you're competent in Python because the documentation tends to be barebones and focus on the electronic schematics, so the UIflow software components are the API documentation.

Expressif's own documentation is very good so this may be changing since they acquired M5stack, but I still find UIflow the fastest way to get hands-on with a new module.

replies(1): >>41867403 #
10. barrenko ◴[] No.41867403{3}[source]
Great to hear the docs are good.