Newest Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
126 views

I have created a sketch that updates 195 variables : 16xString variables, 34xfloat, 52xint, 107xbool. Notice : I'm using the IDE tool instead of the included Cloud IoT compile (because I have a pb ...
christophe Hanotte's user avatar
-1 votes
2 answers
149 views

/* * when it's bright the lights will turn off * when it's dark the lights will glow blue and green * when it is in between, the lights will turn red */ #include <Adafruit_NeoPixel.h> #...
Sophie Dunn's user avatar
1 vote
2 answers
151 views

I am trying to control a DC motor using the L9110 motor driver and Arduino MEGA 2560. Here's the code. #include <Arduino.h> const int rightA = A3; const int rightB = A2; void setup() { ...
Jozef Cipa's user avatar
0 votes
1 answer
93 views

I have a custom ATTiny85 PCB with LEDs connected to GPIOs (PB0-4) through current-limiting resistors. All ports fade LEDs smoothly except PB2, which only switches on/off with no intermediate states. ...
Sean's user avatar
  • 1
1 vote
0 answers
82 views

I have a Micro RP2040 board from SB Components. Link to this product With this I also have a 2.4 inch SPI TFT LCD screen with an ST7789 controller Link to the screen, it's on that page just scroll ...
Aadiraj Anil's user avatar
-2 votes
1 answer
69 views

I have changed the strain gauge of BH350 modules with another strain gauge of equal 350 ohm strain gauge, but after the change, the readings are only 1 or 2. It's like there is no strain gauge ...
Vishal Jangir's user avatar
0 votes
0 answers
89 views

I have a project where I'd like to have two esp32s communicate using ESP-NOW, but both running on battery. I'd like for both to be in deep sleep, wake up and communicate, and go back to sleep, repeat. ...
user1661890's user avatar
0 votes
1 answer
596 views

I'm working on a project where I need to connect my ESP32 (WROOM) to a 3.5-inch, 480x320 resolution LCD designed for the Raspberry Pi, which uses the ILI9486 driver (as suggested by the lcd wiki). I’m ...
fine line's user avatar
  • 111
0 votes
0 answers
94 views

I'm trying to get a reliable hash from a fingerprint scanner to use as a encryption key. According to this post here: https://crypto.stackexchange.com/questions/103693/can-you-restore-a-private-key-...
Ezlanding's user avatar
  • 101
0 votes
0 answers
224 views

I'm trying to figure out how to wake up and put to sleep the Arduino Nano 33 BLE. I have seen a few post about it but absolutely nothing I can understand or implement. I'm attaching a subset of the ...
MB107's user avatar
  • 1
-1 votes
1 answer
69 views

I know that I am missing something basic but cannot find the problem. The button works correctly. The board is Nano connect. Monitor readout is stuck on first line although obviously the whole thing ...
modelralph's user avatar
-1 votes
1 answer
108 views

I am using a Arduino Nano 33 BLE and I'm using MicroPython to write code for my board using Arduino Lab for MicroPython. I uploaded a file with the name main.py to my Arduino to test if it would work ...
SimonHéJa's user avatar
0 votes
1 answer
429 views

Hi, I am using p10 Led display and trying to make digital clock. it works fine but after 2 or more weeks later without any switch off there is a overlaying start on characters. why this happening I ...
mehmet's user avatar
  • 297
0 votes
1 answer
356 views

I am trying to edit an old code for a dot matrix display. This code was written on Arduino IDE in Windows 10, for DOIT ESP32 DEVKIT V1. I never had a problem with libraries in the Windows environment ...
paki eng's user avatar
1 vote
0 answers
270 views

Kind of desperate here. I tried every solution found on this forum / google and others. My sketch works perfectly with a NodeMCU 1.0 The same script should work on a Lolin Mini D1, everything works ...
Lorenzo's user avatar
  • 11
-1 votes
1 answer
240 views

Setup: OV7670 -> STM32F103... --USART--> ESP01 --UDP--> Gateway --> Internet --> Server I want to achieve a real-time streaming experience. Here is my analysis: According to the ...
Muhammad Ikhwan Perwira's user avatar
-2 votes
1 answer
853 views

I am compiling TFT_eSPI library for Arduino ESP32 in 8 bit parallel mode, When I Compile it in SPI mode then no error occurs, but when I select 8-bit parallel mode in User Setup File, then it shows ...
Adil Ahmed's user avatar
0 votes
1 answer
354 views

I'm new in using ESP32 boards. For some reasons, the servo motor is not working when RGB LED code is used. I have looked everywhere and I did not see any solution for this. Any help is appreciated. ...
rover cj's user avatar
-1 votes
1 answer
225 views

Problem Description: I’m trying to interface a Waveshare 1.69-inch LCD module (ST7789V2 driver, 240x280 resolution) with an Arduino UNO board. I’ve connected all the necessary ports as per the ...
Skymero's user avatar
0 votes
1 answer
120 views

I want to ask using the Serial Monitor....for PlayerName, Age, Money, boolean Happy.... I do not know from reading around how to make the Arduino read each value... When I do get this to partially ...
BJO's user avatar
  • 1
0 votes
1 answer
215 views

I have NodeMCU ESP32s and I am using Arduino framework. I want the ESP to connect to local Wifi, so I set AP on ESP and send to it UDP packet with WIFI credentials. I am doing it in a loop until sent ...
NeverDoomedEnough's user avatar
-1 votes
1 answer
60 views

Newish person here. Have done a few smaller projects, looking at something a bit bigger and need direction on where to start. I'm building a guitar effects pedal board that I want to be able to ...
Dustin Lobner's user avatar
1 vote
1 answer
139 views

I'm trying to build my own CNC machine. Since I need to control a large number of motors at the same time, I want to control it via an Arduino master and several slaves with CNC shields. Now I'm ...
Amamaway's user avatar
3 votes
1 answer
268 views

I am attempting to use an esp8266 to play an .mp3 audio file through a connected speaker using the 'ESP8266Audio' library. I have tested that the hardware setup is correct (e.g. I have been able to ...
Padraig Stapleton's user avatar
-2 votes
1 answer
210 views

After researching a solution to a problem I want to solve, I'm hoping the third time posting is a charm. :) I'd like to use an Arduino to control a vintage floppy disk drive. I'm looking to use it as ...
Tuc's user avatar
  • 1
1 vote
1 answer
299 views

Can run a LCD without a potentiometer or a resistor? I don't have any. Here it said to connect both:
Rahat Rahman Orchid's user avatar
1 vote
2 answers
319 views

My BME280 is returning 0 for temperature in Celsius, 0% humidity, 0.00 pressure (hPa) and 44330.00m for altitude. I am connecting it with I2C on a Raspberry Pi Pico and everyone on the team has ...
Madeline Covil's user avatar
0 votes
1 answer
113 views

What Happened I'm working on a project to run two peristaltic pumps from an Uno. The previous version used DC motors and L298N's, but I am attempting to upgrade it by using stepper motors and A4988's. ...
Vera's user avatar
  • 11
0 votes
0 answers
124 views

Unpacked my first Arduino today, an Uno. Went to try the instructions from the arduino-cli getting started tutorial. When I connect the unit with USB, I get three quick flashes, then slow continual ...
lash's user avatar
  • 101
1 vote
1 answer
341 views

I have been trying to learn more about using the ATSAMD21 MCU with Arduino. I designed and assembled a bare bones breakout board and have successfully flashed the MKR Zero bootloader and uploaded ...
SolveEtCoagula07's user avatar
0 votes
2 answers
170 views

I accidentally connected the 3.3V output and 5V output to the same connection. How bad is that and what issues could that cause? I was busy with making my first project which uses a module which runs ...
R.vW's user avatar
  • 109
0 votes
1 answer
500 views

I want to power one SG90 servo with an 18650 3.7v battery. Since the working range for the servo is 4.8v-6v, I used XL6009 boost converter and got a 5.8v output. I have measured it with my multimeter. ...
Denys Bielov's user avatar
1 vote
0 answers
86 views

I am working on a code for ESP boards that can be used on either ESP32 or ESP8266 and I want to make sure I include the correct libraries. I know I can check if ESP32 OR ESP8266 are defined, but I ...
SagiZiv's user avatar
  • 201
0 votes
0 answers
80 views

I'm attempting to figure out how to mass-upload a single Arduino INO sketch file to several different microcontrollers on a Windows 10 system. It was understanding that, every time that the Arduino ...
Runsva's user avatar
  • 173
-1 votes
1 answer
284 views

I've tried to install CH34xVCPDriver on my Mac M3 Sonoma and it's not working no matter what I do. I get an error message that says: Install Tips error: The operation couldn't be completed. (...
Chen Libman's user avatar
0 votes
1 answer
228 views

I'm trying to program a board I designed with an ATTINY1616. The schematic is shown in the photo. I'm trying to connect an Arduino Nano. +5V and GND are shared, while the UPDI pin is connected to the ...
NickF_93's user avatar
  • 109
0 votes
1 answer
97 views

Does Arduino support C++ module import functionality i.e. what would it require to implement something like this in Arduino: import std;?
beebee's user avatar
  • 11
0 votes
1 answer
188 views

I am using an ATTiny88 to measure temperature using a 470 ohm thermistor attached to port A3 on the Arduino. The thermistor is attached in series with an 1870 ohm resistor connected to Vcc. At room ...
Leslie Rhorer's user avatar
-1 votes
1 answer
95 views

I was trying to use the motor driver, but the motors aren't spinning for some reason. I am sure the motors are working; I tried and tested them. I can't understand if there is a problem with the code, ...
KnightRiderDutt's user avatar
2 votes
2 answers
426 views

am a complete beginner at coding with Arduino, although I have used them for a few years by copying other peoples code. I only understand a tiny fraction of the layout of a sketch and would really ...
Solmod's user avatar
  • 23
2 votes
2 answers
883 views

I've got a LattePanda 3 Delta, which runs windows on its main processor and an Arduino sketch called StandardFirmata on its coprocessor. It's connected to a lock, which locks at HIGH and unlocks at ...
Josmund's user avatar
  • 21
0 votes
1 answer
149 views

I am currently trying to use an arduino to send an RS485 via an SP3078EEN RS485 transciever. I have my arduino code set the DE pin high, wait 1ms, then write and flush a data buffer to the serial ...
Patrick Voorhoeve's user avatar
-1 votes
1 answer
78 views

What is a missing puzzle in here, relay, transistor? I would like to pull pin of external device to the ground programatically using arduino's digital pin.
Maleowy's user avatar
-1 votes
1 answer
377 views

I want to control a stepper motor using my esp32 and an USB connection. I seem to have some issue understanding why the stepper motor runs very slowly - I suspect it's because power to the motor is ...
user2305193's user avatar
1 vote
1 answer
322 views

I have an ESP32 controller and am using AT24C1024 for communication. In my code, I am trying to access an external EEPROM at positions writing data from 0 to 10000 position data is = '1'. However, ...
Gopal's user avatar
  • 11
2 votes
1 answer
105 views

I'm currently trying to test an extremely simple circuit where I use an ATTiny86 to output some arbitrary values via serial to an Arduino micro. The problem I am facing is that all of the values being ...
Patrick Voorhoeve's user avatar
5 votes
1 answer
256 views

On my ESP32 I am trying to connect to my HomeAssistant server using ArduinoHA library. I can easily connect when hard-coding the credentials: mqtt.begin("server", "username", "...
SagiZiv's user avatar
  • 201
0 votes
1 answer
210 views

I'm attempting to control one of these UCS2904 floodlights using the Neopixel library; according to the chip documentation it uses 800khz and RGBW ordering, both of which are set in my Arduino code ...
Marcatectura's user avatar
2 votes
2 answers
764 views

With Arduino Uno Rev3, I am trying to maintain a delicate timing while handling data transmission. I want to send 6 bytes at a time, which takes around ~44 us when I time Serial.write(). The time it ...
gunakkoc's user avatar
  • 123
0 votes
1 answer
134 views

I read several answers, but those can be confusing, because it depends on how you provide power to the Arduino. What if I use a wall adapter with 5 V / 1 A and connect it directly to the Arduino Nano ...
VextoR's user avatar
  • 103

15 30 50 per page
1
3 4
5
6 7
501