Relative Content

Tag Archive for arduino

write me a message to say that the touch doesn’t work on the rectangle of the rethinks why it doesn’t work the touch on the rethinks

The touchscreen isn’t working correctly on the answer rectangles in my quiz game. Despite proper calibration and threshold settings, touches are not detected accurately on the rectangles. Help with debugging would be appreciated.
The touchscreen isn’t working correctly on the answer rectangles in my quiz game. Despite proper calibration and threshold settings, touches are not detected accurately on the rectangles. Help with debugging would be appreciated.

Portenta H7 Lite

within the initial testing phase i was using a Elegoo Uno R3 and the code i used for that as well as the electrical circuit worked perfectly. However, i now need to use the Portenta H7 Lite but when i replicate the code and circuit it doesn’t work on the Portenta H7 Lite.

Why am i getting garbage characterspPrinted to serial monitor on Arduino?

I am working on code that reads from a keycard scanner. I am reading from 2 data pins and storing their value in an array once the pulse drops. The time between pulses is 1 mS. When i print out my array to the serial monitor I receive: �������������64888. I don’t want it to print these garbage characters because it wont let me transfeer this data over UART to my Raspberry Pi 5. Here is my code:

Arduino spilling out result even though it is not connected to sensor

I am currently testing out my HMC 5883L sensor but there is a problem with my Arduino Uno , I unplugged the HMC 5883L sensor and my Arduino’s serial monitor kept on spilling out the same data which has the same heading and X , Y , Z position but when I plugged the sensor back to the correct port , the serial monitor stopped spilling out the data

Aruino handbrake for pc sim software issue

I need some help with some Arduino IDE. I want to make a usb handbrake for my pc racing simulator using an old Logitech pedal that I had laying around which is basically a potentiometer. Now there is a tutorial by AM-Studio which I’ve followed, however the code has a big flaw as I was informed by another arduino user on ebay and also realised myself as i’m on my 4th arduino pro micro… From what I understand the code makes the arduino unrecognisable from windows after it is uploaded, therefore I’m not able to upload any other sketches onto it. I tried putting the code here but for some reason it wont allow me to. Here is the link to the creators github page: https://github.com/AM-STUDIO/Analog-E-Brake