You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we in our school made a microphon module with amplifier so it can sense clap's loudness;
so far we try it on an Arduino UNO board where it works.
Today we connect this module to mBot.
We do program mBot - mCore by using Arduino IDE 2.
The code snippet is this which include the MeMcore.h library: #include(MeMCore.h);
Here we found some informationsabout usingArduino IDE to program mCore:
But this is for the RGB LED module; we wonder how to tell mCore that we did connect our microphon module to the Port 4?
Any advices will be appreciated!
--
Best, Paul
The text was updated successfully, but these errors were encountered:
Hi,
we in our school made a microphon module with amplifier so it can sense clap's loudness;
so far we try it on an Arduino UNO board where it works.
Today we connect this module to mBot.
We do program mBot - mCore by using Arduino IDE 2.
The code snippet is this which include the MeMcore.h library:
#include(MeMCore.h);
Here we found some informationsabout usingArduino IDE to program mCore:
But this is for the RGB LED module; we wonder how to tell mCore that we did connect our microphon module to the Port 4?
Any advices will be appreciated!
--
Best, Paul
The text was updated successfully, but these errors were encountered: