71 questions
I don't know if it's because I didn't learn C++, so I get this error.Help me (Crying)
Hello, I'm going to do a graduation work that sends out a specific output when I adjust the slope to the pattern.I use the tilt sensor above For example, if you set the pattern to front, back, left, a...
Is it possible to send it to Bluetooth or a specific server as soon as I receive a short voice of about 5 seconds through Arduino? If possible, I wonder if I have to attach a voice recording module to...
void scan_rows(uint8_t *rows){ char A[65]; int i; uint8_t z,u,b; Serial.print(); for(z=0; z<8; z++){ if(z) { pinMode(z+29,INPUT); } pinMode(z+30,OUTPUT); digitalWrite(z+30,LOW); for(u=22; u<=29;...
if (!myDFPlayer.begin(mySoftwareSerial)) { Serial.println(F(Unable to begin:)); Serial.println(F(1.Please recheck the connection!)); Serial.println(F(2.Please insert the SD card!)); while(true); }This...
Connect button and motor at Arduino and press button sequentially. I'm going to do something where the motor moves sequentially.For example, if you have button 1 (motor rotates left), 2 (motor rotates...
I'm coding so that the LED is turned on at Arduino with Python.It's coded to respond to clapping at once, but the problem is that if you do this, it responds to other noises.So I want to respond to a ...
import matplotlibimport matplotlib.pyplot as pltimport matplotlib.animation as animationfrom matplotlib import stylefrom matplotlib.colors import BoundaryNormfrom matplotlib.ticker import MaxNLocatori...
#include <SoftwareSerial.h>#defineFND_A 2 // pin match, A is pin #2#define FND_DP 9 // pin match, DP 9 pinint TxPin = 11; // Connect to Bluetooth TX Pin No. 2 Pinint RxPin = 10; // Bluetooth RX ...
What I'm trying to make is that if you turn on that gray switch, you can enter your annual salary and make it appear on that LCD screen that you collect more taxes if your annual salary is above a cer...
« | - 7 - | » |
© 2024 OneMinuteCode. All rights reserved.