capedra
capedra
Since this option does not work for me, because it still prints several lines on my output, this is what I did for Cron to work fine running this Bash...
Hello Lobo, first of all, congratulations for this great development of MicroPython! I followed your tutorial from https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/gps and here it's what I'm facing: The gps.getdata() function always returns ((1900,...
Hello, whenever I try to access an ipfs.io generated link to view/download the ipfs content takes forever to load and doesn't even load up. Maybe the initial seeding speed is...
```TimeZone``` from ```NTPServerSync``` function shouldn't be byte/unsigned char, because the range is (-47 to 48) according to the AT command manual. Also, the CNTPCID of this same function should be...
Hello. Where's the marisa.h file that's required in unishox3.h file? It's not there in Unishox3_Alpha directory. Thanks!
Hello guys, I wonder if it's possible to use codec WM8978 instead of VS1053 to play some music from the Internet. I asked this question to @SensorsIot on YouTube but...
I'm using an 8 GB SD card although this is what I get from this library: ``` Initializing SD card... initialized successfully! Volume type is FAT32 Volume size (bytes): 3644850176...
Whenever I try to install this library on Arduino IDE, I get the following error:  I guess it should look for ```MODULE_GRBL_13.2``` instead of ```MODULE_GRBL13.2```
I've been using M5Stack Core2 AWS and after it's been running for several hours, all the Neopixel LEDs turns on without any commands for controlling them and they also even...
@Tinyu-Zhao How's it possible to generate a custom array that is currently found here (https://github.com/m5stack/M5Core2/blob/master/examples/FactoryTest/FactoryTest/preview_R.c) to play custom sounds/music from my own instead of just ```M5.Spk.DingDong();``` or ``` i2s_write(SPAKER_I2S_NUMBER, previewR,...