Top "Arduino" questions

ARDUINO QUESTIONS MUST BE PROGRAMMING RELATED.

Can't save the output of minicom into a file

When I use Minicom to capture data from a serial port, I need to save the big data into a …

serial-port arduino
How to unpair or delete paired bluetooth device programmatically on android?

The project is to use my android phone to connect with my arduino devices. but how can I unpair the …

android bluetooth arduino
try/catch block in Arduino

I am working with socket communication in Arduino, and I need the try/catch block for proper handling, what do …

try-catch arduino
Is there a way to "compile" Python code onto an Arduino (Uno)?

I have a robotics type project with an Arduino Uno, and to make a long story short, I am experimenting …

python arduino pyserial
Converting struct to byte and back to struct

I'm currently working with Arduino Unos, 9DOFs, and XBees, and I was trying to create a struct that could be …

c++ struct byte arduino xbee
Arduino UNO basics for C#

Hello I am new to controlling hardware with a USB connection. I have an Arduino UNO Microcontroller and was searching …

c# arduino microcontroller
Connect an iPhone to Arduino over Bluetooth

I would love to be able to let my iPhone-App communicate to my Arduino over Bluetooth. I found some Bluetooth …

ios iphone bluetooth arduino
Arduino HIGH LOW

I have an Arduino and I am wondering exactly what HIGH and LOW mean as far as actual values go... …

boolean arduino
Calculating displacement using Accelerometer and Gyroscope (MPU6050)

I am a computer science student and working on an electronics project that requires to calculate yaw, pitch, roll and …

position arduino accelerometer gyroscope dead-reckoning
Use Arduino GSM/GPRS shield to send data to my web service

I know how to make calls and send SMSes using a GSM/GPRS shield for Arduino Uno. But I have …

web-services arduino sensors gsm gprs