NFC Shield V2 and NTAG's
Hello!I recently bought the NFC Shield and have been looking forward to using this with my NFC Tags. HOWEVER - this otherwise brilliant little shield cannot write to my NTAG203 or NTAG213 card. It seem...
View ArticleHM-11 BLE Module PIO3
Hi! i want to drive a bidirectional buffer to obtain a one wire communication. What i need is a digital out that goes up (or down) when the module receive a data to transmit over the serial...
View ArticleXadow, Vibration Motor, why is there no xadow topic
martin.ecker wrote:Hello @all,i started with the Xadow and my goal is to control two vibration motor seperate from each other.I followed the instructions...
View ArticleXadow, Vibration Motor, why is there no xadow topic
Hello @all,i started with the Xadow and my goal is to control two vibration motor seperate from each other.I followed the instructions http://www.seeedstudio.com/wiki/Xadow_-_Vibrator_Motor this works...
View ArticleProblem with Grove - serial bluetooth
No, just the blue led blink on my module.Statistics : Posted by sinwan.meynaud • on Sun Jul 13, 2014 10:06 pm • Replies 2 • Views 219
View ArticleProblem with Grove - serial bluetooth
sinwan.meynaud wrote:Hi,I bought the module bluetooth from grove, I transfer the slave exemple code in my arduino, connect my module bluetooth to "UART" of my shield grove.But my android phone don't...
View ArticleProblem with Grove - serial bluetooth
Hi,I bought the module bluetooth from grove, I transfer the slave exemple code in my arduino, connect my module bluetooth to "UART" of my shield grove.But my android phone don't see the module...Thanks...
View ArticleXadow - LEDSKU: COM01300P
what is the colour of the led?Statistics : Posted by csbeng • on Sun Jul 20, 2014 8:21 pm • Replies 0 • Views 1
View ArticleXadow - Main BoardSKU: COM00100P
is the battery include?Statistics : Posted by csbeng • on Sun Jul 20, 2014 8:23 pm • Replies 0 • Views 2
View ArticleUno + Ethernet Shield (v1.1) + SD Shield (v3.1)
I've got my Arduino Uno R3 on the bottom, my Ethernet Shield v1.1 on top of it, and my SD shield 3.1 on top. Testing separately, I can do Uno + Ethernet, Uno + SD, but not Uno + Ethernet + SD....
View ArticleProblem with Grove - serial bluetooth
sinwan.meynaud wrote:No, just the blue led blink on my module.Then it maybe cause some problem when initializing. when initialize ok, the blue and red led will blink Alternately.Could you share your...
View ArticleWhat does TFTv1 command 0x02 do?
In the ILI9325 data sheet (which seems to implement the same feature-set) I found:Quote:LCD Driving Wave Control (R02h)D9=B/CD8=EORB/C:0 : Frame/Field inversion1 : Line inversionEOR: EOR = 1 and B/C=1...
View ArticleWhat does TFTv1 command 0x02 do?
I'm using TFT_Touch_Shield_V1 from GitHub.I note that Code: void TFT::init (void)hasCode: ... sendCommand(0x0002); sendData(0x0700); ...But there is no command 02h listed in Table 9...
View ArticleFAQ of Bluetooth Shield
How to change baud rate via UartSBee.If you have set a high baud rate to Bluetooth shield, such as 230400, but Arduino IDE can support a high baud rate, so you need to reset a lower baud rate to...
View ArticleFAQ of Bluetooth Shield
How to change the baud rate of Bluetooth Shield1 Quote:#include <SoftwareSerial.h>SoftwareSerial mySerial(6, 7);void setup(){mySerial.begin(38400);mySerial.print("\r\n+STBD=9600\r\n");}void...
View ArticleFAQ of Bluetooth Shield
Connecting Bluetooth Shield with Arduino Mega1 Modify your program:Code:#include <SoftwareSerial.h> //Software Serial Port#define RxD 10#define TxD 11#define DEBUG_ENABLED 1SoftwareSerial...
View ArticleProblem with Grove - serial bluetooth
My code is the slave exemple code of the wiki page.The module must to be in the "UART" of my shield grove,doesn't it?Statistics : Posted by sinwan.meynaud • on Sun Jul 13, 2014 10:06 pm • Replies 5 •...
View ArticleProblem with Grove - serial bluetooth
My code is the slave exemple code of the wiki page.The module must to be in the "UART" of my shield grove,doesn't it?Statistics : Posted by sinwan.meynaud • on Sun Jul 13, 2014 10:06 pm • Replies 5 •...
View ArticleGround Short Circuit [127V] Help
I really can't believe what happened. I lent my DSO203 to a friend, who brilliantly did the following connections127V -> DSO CH A GND -> USB CABLE -> Notebook GroundedThe current came from the...
View Article3 axis aceelorameter
Hello, I am using seeedstudio 3 axis accelerometer v1.2b. Since it is based on I2c interface. I want to know it's address. I didn't find it's slave address in the data sheet.Statistics : Posted by...
View Article