Grove Temperature & Humidity Sensor - inaccurate readings
Hi,I have 2 of the TH02-based Grove Temperature & Humidity sensors (SKU: 101020074). Both of them return inaccurate readings: the temperature is about 3C too low, and the humidity is about 20% too...
View ArticleNFC Grove
Hi,I bought a Linkit One Arduino board. I'm trying it out with the NFC Grove. The code in the wiki (http://www.seeedstudio.com/wiki/Grove_%EF%BC%8D_NFC) using UART interface without cutting the...
View ArticleDRC reports strange errors ?
Can I approve this errors and send gerber files to seeedstudio for fab?Kind regardsStatistics : Posted by milosavljevicuros • on Mon Dec 01, 2014 3:08 am • Replies 1 • Views 18
View ArticleDRC reports strange errors ?
Hello,I downloaded project from here : h t t p s : / / github. c o m / r o b e l i x / n a n i n oBut when I run DRC,Eagle is reporting 78 errors stating that there are overlaps and dimensions...
View ArticleAlternative dso firmware [Application Software Design Entry]
No, I am sorry because the user apps are in object oriented C++See the "Sierpinski triange" sample code for reference:https://github.com/gabonator/DS203/blob/master/Source/Gui/User/ScreenSaver.hAfter...
View ArticleAlternative dso firmware [Application Software Design Entry]
Loaded your firmware last night and started calibration. Excellent contribution, thank you.I see there is a user app section. Is this based on jpa's pawn? If so how do I load my apps?Thanks,...
View ArticleAlternative dso firmware [Application Software Design Entry]
It is my first Christmas gift.... Thank you and merry Christmas GabonatorStatistics : Posted by gabonator1 • on Tue Dec 25, 2012 4:49 am • Replies 75 • Views 30202
View ArticleAlternative dso firmware [Application Software Design Entry]
Ok, I think this is the right time to join the competition officially. Most of you probably know, that there is a firmware that was focused more on clear and simple user interface instead of reliable...
View ArticleAlternative dso firmware [Application Software Design Entry]
You are probably at this address:https://github.com/gabonator/DS203/tree/master/Binand you right-clicked the APP_G251.HEX to save it to your HDD. This file is over 1MB, and when you look inside it, you...
View ArticleAlternative dso firmware [Application Software Design Entry]
HiThank you for the great job.I do have a problem though.I have download firmware from link raw.github...The hex file is 407KB. The uppgrade went OKAfter that i have downloaded the hex...
View ArticleGrove Temperature & Humidity Sensor - inaccurate readings
I was initially comparing the temperature and humidity readings to those from an off-the-shelf meter. When I received the 3rd Grove sensor, I compared the readings from the 1st 2 sensors I bought to...
View ArticleGrove Temperature & Humidity Sensor - inaccurate readings
how are you determining the readings are incorrect? Is there a way to log the data?Statistics : Posted by gigamegawatts • on Sun Nov 23, 2014 12:32 pm • Replies 3 • Views 145
View ArticleCAN Shield RX blinking but no data
What version of the library were your using?Statistics : Posted by ncoop23 • on Wed May 21, 2014 8:05 pm • Replies 7 • Views 881
View ArticleCAN Shield RX blinking but no data
Got it working. Had to set up a filter and mask.Statistics : Posted by ncoop23 • on Wed May 21, 2014 8:05 pm • Replies 7 • Views 881
View ArticleCAN Shield RX blinking but no data
Just a note on the messages:As a ref, one of the messages is an extended frame with this detail:Rate: 250.000 kBaudArb.ID:0x800*Length: 8Data 00 00 00 00 00 00 00 00 These packets come at a rate of 1...
View ArticleCAN Shield RX blinking but no data
Hello,I'm interfacing to a CAN Bus running at 250kBaud and am just using the sample read program with the speed changed to 250. I can see the data coming through with my CAN analyzer hooked to my...
View ArticleCANBus and MODBus
Modbus is a high level protocol most often used with RS485.A quick Google search turns up this gem: http://playground.arduino.cc/Code/ModbusMasterSo the concept is certainly possible. I might have to...
View ArticleCANBus and MODBus
I think you got the concept right. There is a TCP Modbus protocol, but I am after serial modbus.The arduino would need to be a slave on the canbus and master on the modbus.Statistics : Posted by...
View ArticleCANBus and MODBus
joederousse_84 wrote:Hello! Very new to Arduino, so new that I don't have one yet. I do have a Polabs Pokeys56e, and some experience programming it. I am much more experienced in PLC programming and...
View ArticleCANBus and MODBus
Hello! Very new to Arduino, so new that I don't have one yet. I do have a Polabs Pokeys56e, and some experience programming it. I am much more experienced in PLC programming and visual basic...
View Article