Weather Station Hardware > The WxTech Dream Machine

Arduino receiver for Acurite 5-in-1, tower, and maybe lightning sensors

<< < (2/2)

mangus580:
It would work for me...  I could also do facebook messenger, and google hangouts too if either of those work.  Send me your email address (use a private message if you prefer to not post it public)

Thanks! 

I figure I am missing something simple, knowing my track record with things LOL

mangus580:
Thanks Joe for the quick help!  Solved my issue, and it works great now!

Just to document for anyone needing it in the future....

In the D_Interrupts file, locate:


--- Code: ---void handler()
--- End code ---

and change it to:


--- Code: ---void IRAM_ATTR handler()
--- End code ---

Joe stated that something was changed in the Arduino IDE that requires this modification.

Thanks again Joe!!

mangus580:
Another update....  Some library changes have effected the code for the BMP280.  If you want to use a BMP280 with this, you need to find and comment out the following lines:


--- Code: ---digitalWrite(LED_BUILTIN, !bitState);    - in D_Interrupts

digitalWrite(LED_BUILTIN, HIGH); // start with LED off   - E_Setup
pinMode(LED_BUILTIN, OUTPUT); // LED output   - E_Setup
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version