Top new questions this week:
|
I'm just getting into electronics in general and I'm confused a bit as to why I'd want/need to use a motor driver board instead of just setting up my own transistor/diode/etc when attempting to power ...
|
Trying to calculate the coming RPS from rotary encoder.
I am trying to get it through checking the status by digitalread.
However, I can not get more than 6 rps. Any solution? I will be obliged for ...
|
I'm trying to build a mesh network using 4 nRF24L01 modules directly connected with Arduino Uno where 1 module is master node and the rest are base nodes.
The workflow is exactly as follows
I'm ...
|
I am trying to implement interrupts on an Arduino Uno board. My goal is to synthesize waves and play them via a 3.5 mm jack. This is what I have so far, based on some code I was provided. I have ...
|
Code
(I've omitted much of the code, and left just the outline and code probably relating to the error.)
SelfDrivingCar.ino
#include "JKMain.h"
void setup() { JKMain::setup(); }
void loop() { ...
|
i struggle to figure out the max payload for the RF24 Network library without payload fragmentation.
It uses a NetworkHeader with the Attributes from_node, to_node, id, type and reserved.
This must be ...
|
I have an arduino code which is working fine. Now I am planning to make a PCB out of it. But I do not want to use the complete Arduino board. I just want to use the Atmega328p microcontroller. So my ...
|
Greatest hits from previous weeks:
|
I have many Arduino Mini Pro, every from different seller.
Few are 3.3v and most 5v.
I had to clean table for Xmas and now I do not have any idea how to identify 3.3v Arduinos.
They do not have any ...
|
Since I updated to El Capitan Public Beta, my Arduino Uno doesn't show up in the serial devices list.
The System Information utility shows an Arduino connected on the USB port (as 'Communication ...
|
Can you answer these?
|
Currently working on a data collection algorithm on the Arduino MEGA (ATMega1280) and I've run into a problem with some of the code I've written. I feel my problems may be stemming from the way in ...
|
I'm new to the whole Arduino thing and I'm not much of a programmer myself so I need some help...
The goal is to have 4 buttons which a person who operates it gives out different outputs from the ...
|
I would love to get real developers' input regarding the following issue as I've been spinning my head around it for a while now.
What I'd like to do
My program receives SMS containing simple ...
|