Music shield V2
upStatistics : Posted by adrien.baude • on Thu Feb 12, 2015 1:53 am • Replies 1 • Views 22
View ArticleMusic shield V2
I have purchased the Music Shields V2.0,but it's not working.I have download the Music shield library and test the “creatList”.But it shows this on the serial monitor :VS10XX Clock Frq:...
View ArticleArduino Mega 2560 + Can Bus Shield
Greetings to everyone,I would like to move my bike electric mode by a brushless motor with its driver and I would like to control the entire system with an Arduino Mega 2560 version R3.I would like to...
View Article2.8 TFT V2 Touch Screen Need a Library
The stdint.h library is built into the IDE. You don't need to manually install it. The demos will run as supplied.Regards,JohnStatistics : Posted by james.roth • on Sat Jun 07, 2014 6:24 pm • Replies...
View Article2.8 TFT V2 Touch Screen Need a Library
Thought it would fun to play with Arduino and TFT touchscreen. First attempt at anything like this and I can't find the "stdint" library to include in any of the example sketches. Not in the Arduino...
View ArticleArdunio & seed studio RTC
Thank you for your reply.your corrected code only display the data with time stamp.The data not stored in the SD card.can you re-modify the code to store the data into SD card ?TIAStatistics : Posted...
View ArticleArdunio & seed studio RTC
Thank you for your reply.your corrected code only display the data with time stamp.The data not stored in the SD card.can you re-modify the code to store the data into SD card ?TIAStatistics : Posted...
View ArticleArdunio & seed studio RTC
Hi Sudharshan,I have modified your code to include time stamp.Code: #include <SD.h>#include "DHT.h"#include <Wire.h>#include "RTClib.h"#include "DS1307.h"#define DHTPIN A0 #define DHTTYPE...
View ArticleArdunio & seed studio RTC
Dear Experts,I am beginner of open hardware system.I like to know the integrating code of ardunio (grove ardunio shield) with grove RTC timer and humidity and temperature sensor.with my limited...
View ArticleOLED 96x96 with ARDUINO DUE
I wish to compliment Jimbo We and Frankie Chu for the well designed Serial LCD board, and all the ones involved in the creation of the libraries and the examples without that wealth of information it...
View ArticleOLED 96x96 with ARDUINO DUE
Hi zhangkun, I paid attention to the flash memory reset, but the most important problem is the 3.3v of the board. I have found recently that the I2C port of the DUE doesn't delivery 5v and the OLED...
View ArticleOLED 96x96 with ARDUINO DUE
Hi,jeanb0aptiste3I should remind you that the Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU (datasheet) which is different than other Arduino boards based on the...
View ArticleOLED 96x96 with ARDUINO DUE
Hello everybody, I have bought the OLED 96x96 and I want to use it on a DUE board without the groove shield, but after modifying library to make it compile nothing happend on the screen. Is there a way...
View Article2.8 TFT V2 Touch Screen Need a Library
Hello James,I'll assume you are using the example programs supplied by Seeed.I don't have a drawText function - did you mean drawChar?I just ran both the "text" example which uses drawChar, and the...
View Article2.8 TFT V2 Touch Screen Need a Library
Hey John, should probably start new thread, but drawNumbers, drawText won't compile. error message is: TFTv2\TFTv2.cpp.o: In function ' TFT::drawChar(unsigned char, unsigned int, unsigned int, unsigned...
View Article2.8 TFT V2 Touch Screen Need a Library
James,Glad I could be of some help.If you want to rotate the text, below is a link to my modified V2 libraries.Regards,Johnhttp://forum.arduino.cc/index.php?topic=150900.msg1132783#msg1132783Statistics...
View Article2.8 TFT V2 Touch Screen Need a Library
Thanks John,Tried just running the example sketches and they ran perfectly. Then I commented out the #include<stdint> and it still ran, so those functions are indeed in the 1.0.5 IDE. Thanks for...
View ArticleArdunio & seed studio RTC
My hardware is working fine.I have checked with following code for store the data in csv file it works well.#include <SD.h>// On the Ethernet Shield, CS is pin 4. Note that even if it's not//...
View ArticleSeeeduino ADK and "OSCOKIRQ failed to assert" error
Unluckily, this problem just happened to me. Bought the ADK Main Board here in Indonesia through your distributor Digi-Ware 4 days ago, tried many possible way since to make the board working, but keep...
View ArticleSeeeduino ADK and "OSCOKIRQ failed to assert" error
It turned out to be a bad soldered MAX chip!Seeeduino support staff were great on tracking down the issue. They've sent me a new board and everything works as expected now!Gotta luv Seeedstudio!...
View Article