chickion / arduwind

Automatically exported from code.google.com/p/arduwind
1 stars 0 forks source link

Nanode hangs during streaming to Pachube #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Nanode to Pachube software is in beta and hangs randomly (both in the 
anemometer and the energy meter applications). 

As in each case the Nanode D3 input takes the pulses produced by the anemometer 
reed relay or by the energy meter CF output, and perform a precision time 
interval under interrupt mode (interrupt 1), we suspect there is an 
interference between the interrupts at pin D3 and the 
EtherShieldsimpleClient.pde timer interrupt code as we notice not hang when 
interrupt 1 attached to pin D3 is disabled.* We currently use Arduino IDE 0022 
and hopefully just released IDE 0023 or RC2 will help solve this hang issue. We 
will try soon

Original issue reported on code.google.com by thierry.brunetdecourssou@gmail.com on 22 Nov 2011 at 9:32

GoogleCodeExporter commented 8 years ago
- IDE 0023 did not fix the bug.
- Just got latest EtherShield updated code at https://github.com/jcw/ethercard
- There are numerous modifications so arduwind code has to be adapted 
accordingly.

Original comment by thierry.brunetdecourssou@gmail.com on 23 Nov 2011 at 8:18