1. jmh474

    After some help , I was wondering if a game controller could be build using an arduino?

    Good morning all Iv had a bit of an idea and just wondering if there is anything out there or something similar as I'm not any good with coding. Iv build my son a basic gaming pc and he would like rgb but the mother board doesn't have a argb header, and I was wondering if a controller could...
  2. cloudytechi147

    Why can I not receive serial data using Rust?

    I've been trying to read serial data from a Feather M0, but for some reason, I can't read the data into a buffer. This device is for sure outputting serial data, and both PlatformIO and the Arduino IDE show serial data in their respective serial monitors. However, it will timeout when I'm...
  3. onurdnz95

    using timer relay with arduino

    Hello. I want to control a servo motor using a time relay in a project. How can I do that?
  4. S

    Can someone help me please!!!? IRFZ44n MOSFET heats up driving TEC Peltier

    Hello everyone, I would really appreciate if you could help me Im making a mini fridge controller (PID), using a 4n25 optocoupler, an IRFZ44n Mosfet and a tec peltier I connect it to a 12v and 3 A and arduino 5v As soon as the arduino code is uploaded and I connect it, the mosfet starts to...
  5. E

    Turn on the Common Cathode Seven Segment using PNP transistor

    I am using seven segment in my project and i was using common cathode and using npn transistor i was able to switch by making arduino pin HIGH. But now i want to display the data on seven segment when i make the pin as LOW. I mean i want to select the Segment when i will make it LOW. i was...
  6. -live wire-

    How to drive power LED?

    What is a good driver for a 30W RGB LED? I got it ages ago then forgot about it but might want to use it in a project now. Here is a picture, also I would like the driver to be able to be controlled with an arduino. This is the link, but don't worry I also put a heatsink and fan on the back of...
  7. R

    What Long Range RFID Reader that should i use?

    Hello guys, i have a project automatic door for cat, that when the cat is near 20cm or 30cm from the door, then the door will open. So im going to use rfid, i try to use rfid passive disc tag, but then im confuse about rfid reader that can read at a long range, after searching at google i found...
  8. marcor2196

    PCB for a home project with Arduino

    Hi all, i've realize a home project based on Arduino (in order to integrate my domestic heater on my Home Assistant system) with a NodeMcu V3 board where i wrote my custom program that use a DHT22 sensor and a TFT ILI9341 touchscreen display to control the behavior of a relay that switch on/off...
  9. E

    How can i control a 19v LED panel wirelessly trough a Arduino Nano and what about the circuit and which electronics do i need?

    Hello guys, I'm a 18yo (Electrical Engineer) student from the Netherlands, so i'm sorry if my english isn't that good :) So, i got a little job to do for school... i need to control a Studio Light (which is powered by a 19v adaptor) with a Arduino Nano... and maybe even with a BT/WiFi module...
  10. ashokraj

    ESP12F doesnt work after cycling the power until hard reset

    Hi, I have designed ESP12F with CH340G(USB- UART converter) with auto programming feature. As shown below. I have programmed in Arduino IDE. As long as power is there, the board runs the code. But After I cycle the power, the board doesn't run the program! until I hard reset the ESP12F...
  11. Y

    Arduino smart car to avoid obstacles

    Arduino intelligent tracking and obstacle avoidance car, I have achieved obstacle avoidance and tracking, how to make the car on the track to avoid obstacles and then back to the track, how to achieve with ultrasound, how to adjust the ultrasound, and the angle of the servo? int Echo = A1; //...
  12. Arduinoob

    MOSFET for boost converter

    I am making a boost converter following this Tutorial but I don't have the exact MOSFET. I have 2 motherboards laying around and they have some MOSFETs on them some of the names are: P3055, K3918,6670AL(datasheet inserted). There are high switching speeds but the datasheets don't have the max...
  13. A

    detect pressure of the arm coming together

    hi I am developing simple circuit where I am trying to detect pressure when arms coming together when hand bended. the device will be placed near the L bow of hand and when user bend the arm, the device measure the pressure and beep if pressure is higher than set limit. I know micro controller...
  14. Y

    Tap on the LCD does not respond

    I made a project to implement it on LCD through both Arduino and STM32, but after I use Arduino, there is no response when I connect to STM32 to click, what is going on?
  15. Y

    Tic-Tac-Toe game with Arduino/Raspberry Pi and STONE Screen (Solved)

    I recently bought Arduino UNO and Raspberry Pi boards, and I also bought a new TFT LCD from STONE, and I want to make a simple mini-game about Tic Tac Toe. Which microcontroller should I use is better? Does anyone have a similar project or experience that I can learn from? It's my first time to...
  16. O

    Multiple LEDs driven from one pin

    Hi All, First time post here and looking for some advice on a simple circuit to see if I have it correct. I am trying to drive four LEDs from one Arduino (5V Pro Micro or Mini) pin. Five pins will be eventually used all doing the same thing although at any one time only one pin will be "on"...
  17. N

    Arduino. Hey i doing a timer with a 555 chip and i need help with the code

    The idea is that i use two switches. the left switch sets the diodes to the right. for every click a diod lights up and i equal to one blink from the 555. You can maximum set the time to 10 blinks (cyels). When it is 5 seconds left the right diod goes low and then the next etc. When the time is...
  18. M

    Linear Actuator is not working with BTS7960

    Hello, I am trying to run linear actuator with BTS7960 motor driver and Arduino UNO. But, the code seems fine, wiring seems fine but after uploading the code, the linear actuator does not start. I am using two push buttons to extend and retract the actuator. The code is shown below: byte...
  19. Mulo2k2

    Help with this dc offset circuit

    Qualcuno può aiutarmi con una spiegazione della funzione di questo circuito. Translated; Can anyone help me with an explanation of the function of this circuit I can't find any article on the web
  20. Leonard Lim

    Extend wireless connection range with Sony PS2 controller

    I am coming up with a project - Robotic arm rover by using Arduino. I decided to use a PS2 controller to control and send command. The wireless connection range is around 10 m. Is there any way to work around so that the wireless range can be boost up to 300 m at least? Is there any add on...
Top