Please turn JavaScript on
Arduino icon

Arduino

follow.it gives you an easy way to subscribe to Arduino's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Arduino with other site's feeds!

Title: Arduino Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.83 / day

Message History

Hello so I'm trying to do the inverted pendulum porject, here is my assembly

I'm trying to use a 1 amp Nema17 with a498 driver with 24 volt 1.5 amp power supply on a arduino uno. I'm using the stepper library with the following code to just test out the speed of the mot...


Read full story

I have a NodeMCU (as part of a Lolin board) driving a 5V relay which turns on an AC electric fan (240V). The NodeMCU starts a wifi webserver serving a page with two buttons. A client (eg chrome in an android mobile) shows the page. One button turns the relay on, the other off. Simple, and it works like a charm. I power the NodeMCU using a mobile charger (which feeds it 5V via...


Read full story

I am working on pcb design with nrf24l01 smd. I have read somewhere that nrf24l01 module has problem while communication when it is placed with its antenna within the pcb. I want my module to be within the pcb as much as possible to save some space. I will be making the pcb at home and will be placing atmega 328p smd on the opposite layer. Should I fill the opposite layer wit...


Read full story

By default, an Arduino Micro reports its product name over USB as "Arduino Micro" and manufacturer as "Arduino" or "Arduino LLC". I know I can create a fork of the avr library and edit my forked boards.txt and USBCore.cpp to customize those names, but I'd rather not create a separate fork for each sketch project. Is there a way to override product, manufacturer, VID, and PID ...


Read full story

I am storing a guid in the EEPROM of an Arduino Micro for use as a device serial number (unrelated to USB). Is there any way my EEPROM-stored guid can also be used as the USB device serial number? If so, how? I am using the Arduino IDE version 2.3.8 with avr library 1.8.8.


Read full story