Advanced Search
Search Results
90 total results found
Testing/publishing your project - IOS devices
...t, make sure you downloaded and installed the Spark AR player on your mobile device, you should be able to find the app on the Android App Store. When opening the app for the first time you will be asked to grant the app access to your microphone, cam...
Testing/publishing your project - Android devices
...t, make sure you downloaded and installed the Spark AR player on your mobile device, you should be able to find the app on the Android Play Store. When opening the app for the first time you will be asked to grant the app access to your microphone, ca...
Using an PN532 RFID reader
...e this tutorial to learn how to install libraries. Getting started The number of blocks of data depends on the type of RFID tag or card you’re using. Most commonly, the MIFARE Classic card is used, which is compatible with both the PN532 and MFRC522. A sta...
How to use DFPlayer Pro to play Music
...e. We have a tutorial on how to install a library here. Get Started #include <DFRobot_DF1201S.h> #include <SoftwareSerial.h> SoftwareSerial DF1201SSerial(2, 3); //RX TX DFRobot_DF1201S DF1201S; void setup(void){ Serial.begin(115200); DF1201SSerial....