Newest Questions

1 vote
1 answer
257 views

unsigned long Htime; unsigned long Ltime; unsigned long Ttime; unsigned long f; int N; void setup() { // put your setup code here, to run once: cli(); TCNT2 = 0; TCCR2A = 0; TCCR2B = 0; ...
Xtasy1988's user avatar
1 vote
0 answers
308 views

I have the following code; #include <Ethernet.h> #include <SPI.h> #include <LiquidCrystal.h> LiquidCrystal lcd(31, 30, 29, 28, 27, 26, 25, 24, 23, 22); byte mac[] = { 0xDE, 0xAD, ...
BelGaraath's user avatar
2 votes
4 answers
2k views

Can I program an Arduino and then remove the micro-controller from it and use it on a breadboard without reprogramming the micro-controller again? My steps would be: create my Arduino code. I upload ...
user avatar
0 votes
1 answer
586 views

I am trying to design a circuit that wakes my ESP8266 (Wemos D1 Mini) from deep sleep using a shock sensor. I can achieve this using the reset pin but I need it to ignore further requests to reset to ...
JamesB's user avatar
  • 1
0 votes
1 answer
521 views

Hi I have an Arduino UNO and a AT28c64B and a single shift register, is it possible to make an EEPROM programmer with it? I’m not too good with the Arduino to do a lot of trial and error... I would ...
DerpymanMT's user avatar
0 votes
1 answer
352 views

12bit ADC will give us about 1.2mV per step: 5 / 4096 = 0.00122 But if we give Arduino a 1.2V voltage reference we get 1.1mV per step: 1.2 / 1024 = 0.00117 Does that means Arduino can be more ...
ElectronSurf's user avatar
1 vote
1 answer
308 views

I made a sketch like this: void setup() { // put your setup code here, to run once: Serial.begin(9600); char str1[64] = "test with spaces"; char str2[32] = "test with spaces"; Serial....
MrCabana's user avatar
2 votes
2 answers
483 views

Apparently, this combination of hardware won't accept anything other than WiFiEsp.h together with SoftwareSerial.h (if anyone knows something better/newer than these two, please let me know). Thing is:...
MrCabana's user avatar
0 votes
1 answer
47 views

I've done a simple aurduino sketch, I have this code, and this don't work: #define voltageInput A0 int qntR; float mr; float qr; float Distanza; void setup() { // put your setup code here, to run ...
user12258338's user avatar
-1 votes
1 answer
79 views

I am using a mosfet (IRFZ44N) to control a dc motor, and a separate one to control a led strip. Both are using the same circuit running to different pwm pins on the arduino. The light strip is working ...
ltrell's user avatar
  • 1
1 vote
1 answer
319 views

the project i'm working on is a weather station out door and for that i need to to give arduino at least some sort of protection from moisture. https://www.instructables.com/id/Arduino-Weather-...
BIGsmall's user avatar
1 vote
1 answer
612 views

I am relatively new to adruino and this whole space. I am currently trying to power a DC motor using an ESP12E motor shield and an ESP8266 Module Motor Shield - https://www.amazon.com/gp/product/...
Ameya Savale's user avatar
6 votes
1 answer
6k views

I'm using an Arduino MKR WiFi 1010, a SAMD ARM Cortex M3 board. I rely on the standard library a lot, using things like std::vector<> and std::string. I also want to use std::cout. I've managed ...
Tim Long's user avatar
  • 305
1 vote
0 answers
617 views

I have a project where I need to use multiple load cells (6-8), with individual HX711 for each load cell, which need to be powered simultaneously. I am not sure if I can power all the HX711 with 5V ...
Prashant's user avatar
1 vote
1 answer
202 views

I have an Arduino Pro Micro, with atmega32u4 chip and a caterine bootloader. However, every time I (successfully) flash some program over the USB port, the /dev/ttyACM0 device disappears, and I cannot ...
Heinrich's user avatar
  • 131

15 30 50 per page
1
498 499
500
501 502
1669