Skip to main content

Questions tagged [hardware]

The physical circuitry and other components of a machine or device. This is distinct from the program code running on a device, which may be called software or firmware.

Filter by
Sorted by
Tagged with
1 vote
2 answers
390 views

I gave 7.5v to the arduino mega board through battery. 5v pin in the board gives me the same voltage as input. Earlier it was working fine now it is giving problem.Please let me know the solution as ...
THIPPESWAMY H U's user avatar
0 votes
1 answer
1k views

Using WiFi.BSSID and WiFi.BSSIDstr gives me some weird mac address. the code is: #include "ESP8266WiFi.h" #include "ESP8266WiFiScan.h" void setup() { Serial.begin(115200); //WiFi.mode(WIFI_STA); ...
Display name's user avatar
0 votes
1 answer
461 views

I would like to know the purpose of the LEDs on top of the Arduino WiFi Shield: L9/Link/Error/Data (left in the picture). What do they indicate?
Jéssica Carneiro's user avatar
0 votes
1 answer
26 views

I have recently purchased a RoboMower. Like most of the automated mowers these use electric-fence wiring to mark the borders of the property and keep a small charge on those wires so that the mower ...
Doug's user avatar
  • 103
2 votes
3 answers
211 views

I've been using an Arduino Uno Rev. 3 for a few projects and would like to switch to using a bare Atmega328 chip so I can keep everything on the same board. I've seen the Arduino on breadboard ...
TheLoneMilkMan's user avatar
1 vote
1 answer
5k views

In this part of code void readFrom(byte device, byte fromAddress, int num, byte result[]) { Wire.beginTransmission(device); Wire.write(fromAddress); Wire.endTransmission(); Wire.requestFrom((...
Andrea Ciufo's user avatar
11 votes
2 answers
2k views

What is the purpose of the capacitor on the I/O pins on the ATmega328 (I imagine it's on other AVR microcontrollers as well)? Is it to reduce noise from other parts of the microcontroller?
lemontwist's user avatar
0 votes
1 answer
209 views

This may be a dumb question but I need some (preferably with wires already attached) and I'm unable to find any like this. Everything I find has male crimps and female surface mount. That doesn't work ...
krowe's user avatar
  • 103
2 votes
0 answers
487 views

I have this adafruit-feather-huzzah-esp8266: https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/pinouts and I want to connect a Fona board. But I am not certain which pins have the ...
j0h's user avatar
  • 902
1 vote
0 answers
328 views

Please check the arduino program given below and help me to find out error. The program is for following hardware. GSM 800 module Arduino Uno board Limit switch(2) We place two limit switch at main ...
Bhupendra Shinkar's user avatar
2 votes
1 answer
264 views

I have an Arduino Pro micro and I need to know if it is possible to use an USB device like a camera or things like that Since the processor is a 32U4. the USB Shield is for the Arduino Uno and I don't ...
772267's user avatar
  • 23
1 vote
1 answer
734 views

I am trying to interface a 3.5" floppy drive (read and write data onto floppy disc). Since I need to write just few bit long number on it (16 is more than enough) I am thinking I could write it track-...
slune's user avatar
  • 11
0 votes
1 answer
152 views

So I have been experimenting with keyboard inputs and I think I may have accidentally put a loop in my code that never actually ends the keyboard input thus not allowing me to upload any sketches to ...
Tristan Andersen's user avatar
1 vote
3 answers
208 views

Is it possible to query the pin-out and each pin's attributes at run-time with Arduino? If not, can it be done at compile-time? Finally, if not, how can I incorporate this kind of information into ...
Mr. Developerdude's user avatar
4 votes
1 answer
742 views

I have an Arduino Uno rev 3. Today i tried to mount a breadboard as a shield for my Arduino on top of it. I plugged in the pin headers i bought and was surprised that the breadboard won't fit. As you ...
user5675428's user avatar
2 votes
3 answers
322 views

Reason for question: My son is working on a project to build a robot controlled by an arduino uno. This question is more about terminology than process, but since terms are very important at this ...
TFK's user avatar
  • 23
1 vote
2 answers
482 views

I am playing around with an arduino and a cheap SDR dongle and I just noticed something strange! When I play a tune on pin 13 with just a random piece of wire connected to the pin (Using the Melody ...
EJTH's user avatar
  • 208
0 votes
1 answer
323 views

I'm making a soccer car with arduino. And I have this undocumented motor control shield. So I don't know how to program it. I've tried to code it as if it be an H bridge, but is not working. Someone ...
ricardovaras_99's user avatar
2 votes
0 answers
521 views

I have an Arduino MKR1000 and need to interface it to an Adafruit Music Maker shield, which has pinouts for an Arduino UNO. Maybe I'll have to attach female headers, and then jumper pins over. Which ...
Doug Null's user avatar
  • 201
6 votes
2 answers
23k views

I'm working on trying to control a hard drive with an Arduino Uno, but I'm having trouble with the power supply. From what I know, both the Molex Mate-n-Lok and the new SATA connectors both have 2 ...
MicroTransactionsMatterToo's user avatar
-1 votes
1 answer
171 views

I want Arduino to receive MP3 by WiFi (from iPhone), and then send to Music Maker codec and amplifier. I want to use Arduino IDE and library software from Adafruit for the Music Maker, so I need an ...
Doug Null's user avatar
  • 201
0 votes
1 answer
108 views

I am working on a project, where i need to control the flow of a liquid made from food. For example: making chicken curry, I will separate all the liquid from the meat, and run that tough a pipe, ...
Androme's user avatar
  • 103
0 votes
2 answers
5k views

I've been working on a 3D printer and I've come to the last step, which is wiring it all up. The 3D printer I'm making works ONLY with the Arduino Mega. No Ramps. If I need to get Ramps later, I will,...
user avatar
1 vote
1 answer
139 views

First time coding for Arduino. I'm working on code to operate an electronic valve switch. We have a laptop connected to an Arduino Mega, and that Arduino is hooked up to the valve (hardware) on Pin 53....
CEL's user avatar
  • 11
2 votes
0 answers
85 views

I am working on arduino Uno board.I am trying to send request Serially from out Side using docklight.I am sending COmmand is request send every 5S to 10S and get response.When i tested this code with ...
AMPS's user avatar
  • 467