Code Generator for LinkItONE
I assume you need Android's map, in that case no.Might be a useful addition.Check out http://www.forward.com.au/pfod/pfodSpecification.pdf for the current functionality provided by pfodApp.Statistics :...
View ArticleCode Generator for LinkItONE
Could you use pfodApp to gain the GPS longitude and latitude information of the linkit one, then call map and show the Linkit one's location on the map? thanksStatistics : Posted by matthew • on Sun...
View ArticleCode Generator for LinkItONE
I have just released pfodApp with SMS connections and updated pfodDesigner with SMS support using the Seeed Studio's SIM900 shield and published the Arduino support libraries...
View ArticleCode Generator for LinkItONE
cool~does it a schedule for it?If there's anything need my help, please tell me.Statistics : Posted by matthew • on Sun Jan 04, 2015 10:36 am • Replies 9 • Views 376
View ArticleCode Generator for LinkItONE
I extending pfodDesigner to support LinkItONE.When complete it will generate code for bluetooth, wifi or SMS connections between LinkItONE and pfodAppfor menu driven control.More details to...
View ArticleArduinoPhone
What is the RTC for? Just so the phone has a clock?Statistics : Posted by Jacket Chen • on Tue Oct 30, 2012 4:53 pm • Replies 63 • Views 60145
View ArticleArduinoPhone
Is there enough memory left in the Arduino Uno to support adding audio and basic voice call functionality? I am interested in this to build an Arduino cell phone. is it doable? if so, which Grove parts...
View ArticleArduinoPhone
Software:The GPRS has the function of audio and voice call. And I will post all libraries later,everyone who are interested in it can have a try.We have posted the libraries on...
View ArticleArduinoPhone
hey man , the attachment is in Chinese, do you want me to translate it to english by google?Statistics : Posted by Jacket Chen • on Tue Oct 30, 2012 4:53 pm • Replies 63 • Views 60145
View ArticleArduinoPhone
Hey little boy, do you want to counteract my efforts, i must give you color see see by the way, the man upstairs is author of Arduino Phone, and he is a Fatty. Statistics : Posted by Jacket Chen • on...
View ArticleArduinoPhone
Hardware1Modules Arduino/SeeeduinoGPRS ShieldTFT Touch ShieldGrove – RTCSelf-madec7.4V Lithium battery charging board ( circuit diagram will be shown), can also use 9V battery as power...
View ArticleArduinoPhone
Picture ShowAttachments switch.jpg (63.16 KiB) Viewed 16148 times Interface.jpg (94.07 KiB) Viewed 16148 times gprs button.jpg (88.25 KiB) Viewed 16148 times Statistics : Posted by Jacket Chen • on Tue...
View ArticleArduinoPhone
IntroductionArduinoPhone is a simple wireless phone, which has the simple functions of wireless phone, such as calling, receiving a call, sending and receiving texts and time display. Communication...
View ArticleArduinoPhone
Photos ShowAttachments 3.jpg (105 KiB) Viewed 16159 times 2.jpg (87.49 KiB) Viewed 16159 times Statistics : Posted by Jacket Chen • on Tue Oct 30, 2012 4:53 pm • Replies 63 • Views 60145
View ArticleArduinoPhone
This is our new recipe, and we would love to share it with you. Hope you like it. ArduinoPhone 2012 Copyright (c) Seeed Technology Inc. All right reserved. Author: LooveeStatistics : Posted by Jacket...
View ArticleCAN-Bus sheild int fail on any Arduino except Seeeduino
WORK Arduino Mega 2560 + CAN BUS shield1) in file "mcp_can_dfs.h" replace rows:fromCode: #define MCP2515_SELECT() digitalWrite(SPICS, LOW)#define MCP2515_UNSELECT() digitalWrite(SPICS, HIGH)toCode:...
View ArticleCAN-Bus sheild int fail on any Arduino except Seeeduino
I'm pretty sure the Mega uses the ICSP header for its SPI communication which is incompatible with the current version of the CAN shield since it uses the Digital IO (Uno pins 13 to 11) for its SPI....
View ArticleCAN-Bus sheild int fail on any Arduino except Seeeduino
Hi.I use Arduino Mega2560 and CAN BUS shield.Initialization failed. I don't know why?About SPI in pins_arduino.h :static const uint8_t SS = 53;static const uint8_t MOSI = 51;static const uint8_t MISO...
View ArticleCAN-Bus sheild int fail on any Arduino except Seeeduino
Thanks for the information.I'll play with it some more.Statistics : Posted by gjb • on Mon Mar 10, 2014 8:44 pm • Replies 16 • Views 3158
View ArticleCAN-Bus sheild int fail on any Arduino except Seeeduino
My apologies, that guide is apparently grossly outdated... SPI is definitely supported in the Arduino IDE at this time, however the Leonardo has SPI connected only to the ICSP header and any shield...
View Article