|
Post by SDL on Mar 30, 2019 12:55:18 GMT -8
Doxidad,
We do that to keep our costs down. We will be happy to include it in your next order, however!
BP
|
|
|
Post by triggerfish on Apr 2, 2019 11:01:56 GMT -8
More progress on the AM2315 bug. New data says over 10,000 runs and no lock ups. We will merge the new code into a GWP release, probably this weekend. BP Will that version also control the PowerSave to cycle the AM2315? Will it? And when will it be released?
|
|
|
Post by SDL on Apr 2, 2019 12:10:09 GMT -8
It's been installed and is done testing. We will be releasing it as part of a new GWP release tonight. For a strange reason we can't test it completely in this configuration (different Barometer chip) but it looks good.
BP
|
|
|
Post by SDL on Apr 2, 2019 12:10:29 GMT -8
And yes, it will power cycle the AM2315.
BP
|
|
|
Post by triggerfish on Apr 4, 2019 10:39:18 GMT -8
And yes, it will power cycle the AM2315. BP Pulled the new version and modiy it to my own needs... One thing... Where do I set the control pin for the AM2315? The OLED is controlled by D12, which I can find in the code, but my grovepowersave for the AM2315 is connected to D20. Where do I set that?
|
|
|
Post by triggerfish on Apr 4, 2019 11:08:49 GMT -8
Running the 3.16 version I see error I never seen before. Not sure where they come from. Maybe from the new AM2315 software? Tick! The time is: 2019-04-04 21:04:46.981672 ----------------- Sample and Display ----------------- ------Patting The Dog------- ----------------- Weather Sampling ----------------- ----------------- data = [0, 0] An exception of type IOError occurred. Arguments: (121, 'Remote I/O error') AM2315readCount = 0 An exception of type IOError occurred. Arguments: (121, 'Remote I/O error') AM2315readCount = 1 An exception of type IOError occurred. Arguments: (121, 'Remote I/O error') AM2315readCount = 2 AM2315temperature= 8.3 AM2315humdity= 72.7 AM2315crc= 21760 AM2315c= 21760 --Sending Data to WeatherUnderground--
|
|
|
Post by SDL on Apr 5, 2019 8:47:43 GMT -8
Show me what the error summary that is printed out. I think this means that it took 3 times to read the device. We will have to shut those out.
BP
|
|
|
Post by triggerfish on Apr 5, 2019 12:42:25 GMT -8
Show me what the error summary that is printed out. I think this means that it took 3 times to read the device. We will have to shut those out. BP That was what was in the logfile. Nothing else printed.
|
|
|
Post by triggerfish on Apr 5, 2019 12:46:35 GMT -8
And yes, it will power cycle the AM2315. BP Pulled the new version and modiy it to my own needs... One thing... Where do I set the control pin for the AM2315? The OLED is controlled by D12, which I can find in the code, but my grovepowersave for the AM2315 is connected to D20. Where do I set that? Did you see this question also?
|
|
|
Post by SDL on Apr 6, 2019 11:02:11 GMT -8
Nope! I missed that.
Line 374 of GroveWeatherPi
am2315 = AM2315.AM2315() Change to:
am2315 = AM2315.AM2315(powerpin=20)
That should do it. It's not built into GWP as this is not something everybody has.
BP
|
|
|
Post by A.Lee on Apr 8, 2019 10:21:15 GMT -8
So I don't see my post from last nite here and hope this isn't redundant but I am in the similar problem testing a colleague's kit (received last week); when powered up with all sensors attached (no solar, no FTDI) it just stops at "Alexa Disabled" and will stay that way for hours. When I remove the humidity/external temperature probe it will boot pass everythink ok, and the oled scrolls each sensor output to screen including null results for non-existent sensors (no light, uv humidity). When the humidity probe is inserted into the ic2 bus the oled will present at most 2 loops of data including real humidity and external temperature but the oled goes dark after the 2nd pass and remains that way; reset button has no effect (held down longer than the polling sequence I felt). We are planning on using the break-out card to get a Raspberry Pi connected for APRS ham radio use and the solar will be installed so the unit can be remotely installed. Right now I can boot with the humidity sensor attached and I can't operate the board when I hot connect the sensor after it gets pass boot. Also, I connected to my wifi router and it gives me 10.0.0.6 which returns a single long string of ascii including the sensor names and numerical values but the date is wrong (it thats the date and time near the beginning of the string). The 192.168.4.1 or ...244.1 time out or are not existing. Clues please? Thanks, A.Lee.
|
|
|
Post by A.Lee on Apr 8, 2019 10:22:56 GMT -8
My bad editing; ...Right now I can't boot with the humidity sensor attached...
|
|
|
Post by SDL on Apr 8, 2019 13:50:33 GMT -8
I think you have a bad AM2315. Pretty clear. Where and when did you purchase this unit?
BP
|
|
|
Post by Calesar380 on Apr 10, 2019 21:30:20 GMT -8
Hello BP; Sorry for delay; as I am helping assembly the kit I wanted to check with the owner with regard to posting any invoice information here; with regard to the maybe "bad AM2315" from Apr 8 at 250pm (thanks for the assist by the way); the owner is Ken Buscho of Cal-ESAR (we are volunteers with California search and rescue) and his order is #2673 on March 26, 2019 to #### Camden Avenue, # ### in San Jose, CA 95124. He purchased the solar power extender and the OurWeather-Complete Weathere Kit 0018-OURWEATHER-DSBT and 0021-OWSEK-01 (solar kit). He's the ham radio guy in the group so the ideal is to eventually use the breakout board to a Raspberry Pi to perform APRS. We have a FCC club id so we will make the unit data avaliable to the ham radio public. Anyway, if there are any debug sequences you want me to try - feel free, I'm sure any results will be useful to further troubleshooting. Otherwise, is it possible to exchange the humidity sensor? Thanks, A. Lee. I will check this board during the week.
|
|
|
Post by SDL on Apr 11, 2019 6:44:46 GMT -8
Calesar, OK. You are definitely in the warranty period! Here is your RMA #. Send the unit to: SwitchDoc Labs RMA# 041119-01 909 S Shelley Lake Lane Spokane Valley, WA 99037 PM me your shipping address after you have shipped and I will ask if I can cross ship.  BP
|
|