Linked Questions

7 votes
7 answers
11k views

Why “Strings” are bad for Arduino? Which is the most efficient and fastest solution to read and store the data from Accelerometer and GPS? Stings are evil for Arduino An Uno or other ATmega328-based ...
Andrea Ciufo's user avatar
2 votes
1 answer
11k views

I am using Arduino UNO and SIM 900A. Pins 0 and 1 are used as TX and RX. Is it possible to use any other pins?
Prakash Asokan's user avatar
3 votes
2 answers
11k views

I want to transmit I2C data, using a Digispark ATTiny85 board: http://digistump.com/products/1 http://digistump.com/wiki/digispark/tutorials/connecting I've found the following I2C libraries. Which ...
johny why's user avatar
  • 163
1 vote
4 answers
2k views

Suppose one connected two of the Arduino Uno boards through Rx and Tx pins. Then, if one or both of the Arduino boards were connected to computer, and possibly opened up Serial Monitors, will Tx and ...
ShoutOutAndCalculate's user avatar
1 vote
2 answers
5k views

Do they have specific pins that is best to be use as Rx/Tx pins (aside from D0 and D1)? If so, what makes them special? edit: What pin feature i should look out for when choosing the rx/tx pin? Is ...
slifer's user avatar
  • 11
1 vote
1 answer
6k views

I am wondering what is wrong with my code below. I have 2 issues. The first issue, I am checking if c equals "hi" and if it does then display said hi. I currently see the output of c when it hits ...
StealthRT's user avatar
  • 259
0 votes
1 answer
3k views

Anyone help? It shows incorrect time. Please help. /* Conexion pines Arduino GPS D3 RX D4 TX */ #include <SoftwareSerial.h> //...
Megumichan's user avatar
0 votes
1 answer
3k views

My project is Vehicle Tracking System, One of my module is GPS module (Neo GY-GPSMV2). I can successfully see the GPS coordinates via Software Serial. But what I want is that my Arduino should not be ...
Ericka Leonardo Gregorio's user avatar
0 votes
1 answer
2k views

I am working on a project involving bluetooth and wifi communications. Both of them are wired up to the Arduino and communicate to it using two software serial port. The scenario is the one in the ...
Filippo's user avatar
  • 71
0 votes
3 answers
1k views

I am working on a project where I connect a GPS module and GPRS SIM900 shield. The location will be sent when it recives a certain character. Now my question is, can the Arduino receive from GPRS and ...
Bayan Ibr's user avatar
1 vote
2 answers
854 views

I am connecting my Soil Moisture Temperature Sensor SHT10 with GSM Module SIM900A and GPS GY-GPS6MV2. Individually, all components work properly and give proper values. But when I interface all three ...
knowledgeispower's user avatar
1 vote
2 answers
273 views

so im currently trying to do a a project whereby if my sensor is active, it will display my location. but, it seems that when the sensor is active, it only display location of lat: 0.00 , long: 0.00 ...
eric's user avatar
  • 13