Search found 5 matches

by motarius
Wed Jun 06, 2012 10:07 am
Forum: Freeduino USB Host Board
Topic: FHB and Interrupts
Replies: 1
Views: 14214

FHB and Interrupts

I've been working on a project that requires 2 flow sensors running on the standard interrupt pins (2,3). With only one flow sensor attached it works perfectly. However, when I attach the second sensor it causes only one of them to work, in that interrupts won't occur for the second sensor despite t...
by motarius
Mon May 14, 2012 9:06 am
Forum: Sensors
Topic: Temperature Library
Replies: 2
Views: 8748

Re: Temperature Library

Yup, I ran into a similar problem. I seem to remember that this would happen when I requested temperature from an invalid address. But I could also see it happening if it's not wired correctly. The way the Lib Temperature is written, after it requests a value from a temperature node it will enter a ...
by motarius
Wed May 09, 2012 11:46 am
Forum: Development
Topic: TMP421 Sensor mod
Replies: 1
Views: 9459

TMP421 Sensor mod

I'm doing a project with a number of your TMP421 based temperature sensors and found something that could be improved. The temp sensor works great when it's a single sensor configuration, but when you're working with multiple sensors on a bus it's hard to set each sensor's address and keep it so tha...
by motarius
Wed Feb 15, 2012 9:02 pm
Forum: Freeduino USB Host Board
Topic: Arduino 1.0
Replies: 11
Views: 30025

Re: Arduino 1.0

I was getting a number of errors on a program I had written as well. It was happening on both Mac and PC. After removing the Ch9.h, as suggested, from the includes I got the following errors: <USER_FOLDER>/Documents/Arduino/libraries/Freeduino_USB_Host_Board/FHB.h:35: error: 'MAX3421E' does not name...
by motarius
Tue Feb 14, 2012 3:45 pm
Forum: Freeduino USB Host Board
Topic: Arduino 1.0
Replies: 11
Views: 30025

Re: Arduino 1.0

I'm having the same problem(s) with the 1.0 version from the Wiki.

Environment:
Arudino 1.0
Windows 7

Messages:
error: WProgram.h No such file or directory (the file was not included in the downloaded zip)
error: 'byte' does not name a type (repeated)