@morrischen Look here : https://randomnerdtutorials.com/why-you-shouldnt-always-use-the-arduino-delay-function/
Best posts made by AgreeDK
-
8Servos HAT - 8 servo at the same time ?posted in Arduino
When I connect 8 * MG90S to the 8Servos HAT, it seems to be unstable, some servos sometimes move unexpected (not by code).
Anyone else have seen this and found a solution for it ?
Thx in advance for your support ;-)
-
RE: Core2: Using the second coreposted in Arduino
@oscillator It Will normaly use both, you can learn more about it here: https://randomnerdtutorials.com/esp32-dual-core-arduino-ide/
-
RE: Mozzi sound synthesis library for Arduino - how to make it work on the Core2posted in Arduino
Great work, got it installed, looks nice, now i just need time to Play with it.
Latest posts made by AgreeDK
-
M5Stack Tab5 camera supported in Arduino Ideposted in SOFTWARE
When will the Tab5 be fully supported in M5Unified (Arduino Ide) so that we can use the Camera, Read battery power etc ??
-
RE: Stamp C nonblocking led script?posted in General
You can make a new class , create a task to control blink or not, and color, with only one function call in you main code . I have done it, but is on vacation now, so cant share it.
-
RE: Writing and re-writing text?posted in Core 2
@david-bethesda you select where to write the text, x & y, then make a function to first erase the area with fill rect and then write the new text at x,y
-
RE: Pulse sensor connectionposted in Core 2
@david-bethesda the short answer is yes ;-)
You Will have to make you own wiring/cable , then if using Arduino programmering find a library supporting the sensor, upload example code and test it 😉 -
RE: [Core2] How to disable speaker tone during booting / power-up?posted in General
@testing123 it is the program you have loaded in the Core 2 who control the speaker, so you need to change the program.
-
RE: How do I reset M5Stack ESP32 PSRAM Timer Camera X (OV3660) using codeposted in Arduino
@spjrc set a timer to call a function after 6-12 houre, then call ESP.restart() from that function.
-
RE: How do I reset M5Stack ESP32 PSRAM Timer Camera X (OV3660) using codeposted in Arduino
You can reboot esp32 using ESP.restart();
-
RE: SX1509 library needed.posted in SOFTWARE
@meirmark the answer is both, just checked the library it use Wire.h so you only have to use the correct pins in the setup Calle.
-
RE: SX1509 library needed.posted in SOFTWARE
@meirmark I code All my M5Stack pruduct using Arduino ide with added M5 support, so the library work for me.