Created Wed, 07 Mar 2012 22:54:50 +0000 by scoprire
Wed, 07 Mar 2012 22:54:50 +0000
HI,i'm a newbie, I would like to create a datalogger for a motorbike, i would like to use ChipKit Max32 and
Thu, 15 Mar 2012 15:50:59 +0000
70 reads and no one response me? initially i've think to do this with arduino but in his forum someone told me that's arduino it's too slow.. it's chipkit fast enough?
Thu, 22 Mar 2012 20:06:29 +0000
Hello,
Chipkit is indeed faster than Arduino, it has a 80MHz clock but in order to answer your question it would involve knowing how fast you would need to refresh or capture the data from there you should be able to do some rough calculations to figure out if you can accomplish this.
Best Regards, Ryan K
Thu, 22 Mar 2012 21:26:04 +0000
I'd like to caputure the data at last every second, better 2 time at second..
Thu, 22 Mar 2012 23:45:43 +0000
Hello,
Every second sounds pretty reasonable. It depends on the communication capabilities of your devices, how fast you can run the I2C and SPI at. You should do some hand calculations to see how many cycles, roughly, it would take to access all your devices.
Best Regards, Ryan K
Fri, 23 Mar 2012 00:00:09 +0000
openlog run from 2400 to 115200bps
Mon, 26 Mar 2012 11:22:11 +0000
someone can let me know the time needed for the read of this sensor? http://www.futureelectronics.com/en/technologies/semiconductors/analog/sensors/temperature/Pages/6266423-MLX90614ESF-AAA.aspx?IM=0
Mon, 26 Mar 2012 15:29:42 +0000
Are you going to use it in I2C or PWM mode? If I2C, then the time to read it would be however long 100Khz I2C takes to send the command to read the value and then receive the value.
*Brian
Mon, 26 Mar 2012 15:39:12 +0000
if i use PWM the time is near 1second, i2c how many time needed?
Mon, 26 Mar 2012 17:40:16 +0000
Well, the time to actually read out the value will be much, much shorter than that. However, the time it take for the sensor to accurately read will probably not change based upon communication mode. So I'd say still probably 1 second.
*Brian
Mon, 26 Mar 2012 17:42:59 +0000
I was wrong. In reading the data sheet in more detail, it looks like you can poll the device over I2C as fast as you want for new readings. The PWM is really, really slow (1 or 2 second PWM period), so I'd go I2C. You should be able to read it many times per second that way.
*Brian
Mon, 26 Mar 2012 21:04:03 +0000
thanks a lot, i'v order today chipkit and the sensor, i will keep you informed
Thu, 26 Apr 2012 02:30:55 +0000
Thanks kitkat & dan kauye,
OK. Now that the AUTOMOTIVE Board is created, I am going to move this topic to that board. Lets meet up there.
Thu, 10 May 2012 12:59:22 +0000
Where can I find the AUTOMOTIVE board?
Thu, 10 May 2012 17:52:24 +0000
i still creating the board, it's not yet complete.. I've some trouble with IR temperature sensor and now i use other sensor and i had to create an amplification circuit other developments will be add on the forum