And I put up a bottom part on Thingiverse:
https://www.thingiverse.com/thing:2754642
Best posts made by Kryten
-
RE: Im looking for module guidlines
-
MP3 player
Is it possible to make the M5 work as a MP3 player?
I mean read from a MP3 file on SD card and output via the speaker?
My son have a project via school and he wants to build a robot that asks 'how was your day'.
I thought about putting it as a mp3 (or any audio file) and play back when some one moves close enough (using Ultra sound distance meter) adding some servos to move the head and eyebrows. adding some neopixels as eyes as well
-
RE: MicroPython On WebIDE 2. LCD. Graphics
Take a look at this:
Some of the customfonts in the M5Stack is from there
Latest posts made by Kryten
-
RE: Step Motor Module
@ajb2k3
Thank you very much.I hope to get some wires sorted out soon so I can see if I manage to get the module working on a "printer" (2D drawings)
-
RE: Step Motor Module
@ajb2k3 Do you have any good scource for wires for the stepper output?
I have several sets of stepper motor wires but none that fit in the stepper module
-
RE: M5Stack MultiApp Advanced Firmware
@calin Yes I saw this after I postede, sorry.
This is really good work by the way ;)
-
RE: M5Stack MultiApp Advanced Firmware
Would it be much hassel to add in the webserver WiFi settings (For those times WPS is not available) and
Weather settings (API key, language, country and city) -
RE: M5Stack - Simple Applications Menu + some APPs
I get errors on all
[code]
#pragma mark
[/code]Will comment out and try again
-
RE: ESP 32 and ESP 8266 libs
@JimiT @ispybadguys
I wil lhave to try this once more. But my office has a space in the pwd. Would be really nice to have it work with space as well.
-
Arduino not parsing M5Stack package index
Are anyone else experiencing this issue?
Skipping contributed index file C:\Users\karlk\Documents\ArduinoData\package_m5stack_index.json, parsing error occured:
com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'https': was expecting ('true', 'false' or 'null')
at [Source: java.io.FileInputStream@a52d01; line: 1, column: 7] -
RE: ESP 32 and ESP 8266 libs
@jimit
I have tom many things connected to my WiFi to bother with canhing any router setup. And my esp8266's always connects. I figured it was best to fix this in code rather than doing workaround with WiFi.
-
RE: ESP 32 and ESP 8266 libs
The pipe is %7C url encoded. So adding
s.replace("%7C", "|");
at the end will let you use your pipe in the password.
I will look in to the nes emulator.