Search found 5 matches

by damienlehmann
Fri Dec 14, 2018 3:42 pm
Forum: IO-Warrior English
Topic: iowarios 24 basics
Replies: 12
Views: 17039

Re: iowarios 24 basics

OK, but how can I join the file?
by damienlehmann
Fri Dec 14, 2018 12:13 pm
Forum: IO-Warrior English
Topic: iowarios 24 basics
Replies: 12
Views: 17039

Re: iowarior 24 basics

Hi,

I've written a little code to change sdp610 address under daqfactory.
How can I share it here?

Damien
by damienlehmann
Sat Apr 30, 2016 1:45 pm
Forum: IO-Warrior English
Topic: iowarios 24 basics
Replies: 12
Views: 17039

Re: iowarios 24 basics

Hi, I'm able to use the IOKit functions in dacfacfory (via the extern function), I am able to get the serial number and other basic function, but I don't understand the structure of the data I have to send... I've read this datasheets, but I'm steal lost: http://www.codemercs.com/downloads/iowarrior...
by damienlehmann
Fri Apr 15, 2016 11:21 am
Forum: IO-Warrior English
Topic: iowarios 24 basics
Replies: 12
Views: 17039

Re: iowarios 24 basics

Hi all, thanks for your help. I finally understand the procedure to read a sdp 610 sensor, you first have to write 0xF1 once to ask the sensor to send pressure on a read ask, then each time you need a reading, just send a read command (1 byte without 0xF1) So with simple I2C you just have to select ...
by damienlehmann
Thu Mar 03, 2016 5:19 pm
Forum: IO-Warrior English
Topic: iowarios 24 basics
Replies: 12
Views: 17039

iowarios 24 basics

Hi, I'm a total beginner with I2C and my iowarrior 24, so I get sarted by using "Simple-I2C" soft. The dongle is connected with this two devices: - MPL3115A2 from adafruit (datasheet : https://www.adafruit.com/datasheets/1893_datasheet.pdf) page 16 we can see thant the read command code is...