Top new questions this week:
|
I have a powerbank rated 5v.The battery is actually 3.6v which is powering the built-in smps to give out 5v.
What I am currently doing is that I have stripped one end of the USB cable coming from the ...
|
I'm trying to use Arduino in Matlab. cause I used Arduino in some function I had to define Arduino as a global variable.
clc,clear,close all;
global a
a = arduino();
.
some functions
.
clear a
at ...
|
I'm getting the following error with a genuine Arduino Uno on Mac OSX10.11 El Capitan when uploading to it (the green light is on, the orange light flashes intermittently while attempting to upload). ...
|
i'm working on a laser timer using arduino and i saw that using direct port manipulation can have a really better time precision. My only concern is about serial communication, because i am using some ...
|
I am trying to make an automated watering system using an Arduino.
Here is my wiring diagram:
And here is my circuit wired up:
Here is the code that I'm using with Arduino. The code seems alright ...
|
I am working on my first Arduino project. It's a Reverse Geocache. Basically, it's a puzzle where a battery-powered Arduino is mounted inside a locked box, and is able to unlock the box if the user ...
|
I'm trying to play a tone with a buzzer on Matlab. there are a lot of example of music for Arduino IDE but I can't find any helpful example in Matlab
by the way I've tried this code to play music
...
|
Greatest hits from previous weeks:
|
I'm working on building a solar powered, Arduino based weather station. The weather station consists of a temperature sensor and a photoresistor, and I plan to add an anemometer in the future. I would ...
|
I'm just a tinkerer learning Arduino with my son and I was surprised that when I plugged the USB cord back in to the Arduino the program was still running and I thought to myself, "it's a good thing I ...
|
Can you answer these?
|
I have figured out how to make a piezo buzzer play two tones at once with analogWrite() and tone() but how would I make an actual song by playing both bass and treble, such as this one. Here is the ...
|
I want to create a system that uses a chest strap from available Bluetooth-based heart rate monitoring systems. The straps seem very convenient compared to available Arduino pulse detection systems ...
|
I'm trying to connect an Arduino nano to a NodeMCU 1.0 via the hardware UART, in order to send information one way from the Arduino to the NodeMCU (and from there to the network). I'm connecting the ...
|