|
Re: New OCS developments
Also, you might be running out of ram on the Mega2560 and seeing it crash.
Really, if the Mega2560 is (largely) left behind with OCS3 I don't care as I'm not omitting features.
Also, you might be running out of ram on the Mega2560 and seeing it crash.
Really, if the Mega2560 is (largely) left behind with OCS3 I don't care as I'm not omitting features.
|
By
Howard Dutton
·
#476
·
|
|
Re: New OCS developments
You can also turn on the debug mode and see what it says at boot.
It'll tell you if the sensors were found or not.
There aren't many debug options now, it just shows messages for everything in VERBOSE
You can also turn on the debug mode and see what it says at boot.
It'll tell you if the sensors were found or not.
There aren't many debug options now, it just shows messages for everything in VERBOSE
|
By
Howard Dutton
·
#475
·
|
|
Re: New OCS developments
Thank you for patching and checkling the weather sensor code.
Thank you for patching and checkling the weather sensor code.
|
By
koal01
·
#474
·
|
|
Re: New OCS developments
Concerning the bmp180 I think the library is properly installed, BTW the sensor works fine in ocs2, I was meaning a compatibility with Ocs3 as there is no parameter for this specific sensor in the
Concerning the bmp180 I think the library is properly installed, BTW the sensor works fine in ocs2, I was meaning a compatibility with Ocs3 as there is no parameter for this specific sensor in the
|
By
koal01
·
#473
·
|
|
Re: New OCS developments
Looks like it uses a different library.
https://github.com/adafruit/Adafruit-BMP085-Library
Looks like it uses a different library.
https://github.com/adafruit/Adafruit-BMP085-Library
|
By
Howard Dutton
·
#472
·
|
|
Re: New OCS developments
I would have to check.
Code looks ok.
Looking at the code there was an issue, patched.
Code looks ok.
I would have to check.
Code looks ok.
Looking at the code there was an issue, patched.
Code looks ok.
|
By
Howard Dutton
·
#471
·
|
|
Re: New OCS developments
Trying to get the point across, this is in heavy development, don't count on it working.
Still, the testing is helpful, I patched the Teensy watchdog code for that case where it's not enabled.
Trying to get the point across, this is in heavy development, don't count on it working.
Still, the testing is helpful, I patched the Teensy watchdog code for that case where it's not enabled.
|
By
Howard Dutton
·
#470
·
|
|
Re: New OCS developments
Testing the latest version on the Teensy 4.1 i can read this error in the compilation around the watchdog although it is not activated in the
Testing the latest version on the Teensy 4.1 i can read this error in the compilation around the watchdog although it is not activated in the
|
By
koal01
·
#469
·
|
|
Re: New OCS developments
I did a short test of OCS 3.a on the mega 2560 this afternoon.
As i was on the usb supply I could display the webpage but i had just two weathers sensors working (temp and humidity), other sensors
I did a short test of OCS 3.a on the mega 2560 this afternoon.
As i was on the usb supply I could display the webpage but i had just two weathers sensors working (temp and humidity), other sensors
|
By
koal01
·
#468
·
|
|
Re: New OCS developments
I've moved all of my larger projects to VSC now, this was the last one. The other revelation was the creation of my task manager, that untied my hands when working in the Arduino environment. Makes
I've moved all of my larger projects to VSC now, this was the last one. The other revelation was the creation of my task manager, that untied my hands when working in the Arduino environment. Makes
|
By
Howard Dutton
·
#467
·
|
|
Re: New OCS developments
Another update:
The OCS3 willl now compile for the Teensy3.5/3.6/4.1 and I added a hardware timer based watchdog.
Not as good as the real thing (which the Mega2560 has) but better than nothing, as the
Another update:
The OCS3 willl now compile for the Teensy3.5/3.6/4.1 and I added a hardware timer based watchdog.
Not as good as the real thing (which the Mega2560 has) but better than nothing, as the
|
By
Howard Dutton
·
#466
·
|
|
Re: New OCS developments
Just added support for analog temperature sensors too (both weather and thermostat) like the LM35, TMP36, etc.
Just added support for analog temperature sensors too (both weather and thermostat) like the LM35, TMP36, etc.
|
By
Howard Dutton
·
#465
·
|
|
Re: New OCS developments
No problem. The thermostat now has (untested) BME280, BMP280, DHT11/21/22, and Si7021 support.
No problem. The thermostat now has (untested) BME280, BMP280, DHT11/21/22, and Si7021 support.
|
By
Howard Dutton
·
#464
·
|
|
Re: New OCS developments
Got it, thanks Howard
By
Fernando Nino Sr
·
#463
·
|
|
Re: New OCS developments
That isn't done. My intention is to add the other relevant sensors same as WEATHER has.
THERMOSTAT is inside. WEATHER is outside.
You can't change the #defines there. If you want an outside BME280
That isn't done. My intention is to add the other relevant sensors same as WEATHER has.
THERMOSTAT is inside. WEATHER is outside.
You can't change the #defines there. If you want an outside BME280
|
By
Howard Dutton
·
#462
·
|
|
Re: New OCS developments
Just a quick question about the section on Thermostat, is there a reason to use a BME280 instead of the BMP280 or DHT11? I guess the question for inside the Observatory do we really need the BP? I
Just a quick question about the section on Thermostat, is there a reason to use a BME280 instead of the BMP280 or DHT11? I guess the question for inside the Observatory do we really need the BP? I
|
By
Fernando Nino Sr
·
#461
·
|
|
Re: New OCS developments
Thanks, I found it. Looks like I need to get a Teensy board. Nicely laid out script. Looks like VS Coding.
Thanks, I found it. Looks like I need to get a Teensy board. Nicely laid out script. Looks like VS Coding.
|
By
Fernando Nino Sr
·
#460
·
|
|
Re: OCS 3 power relays question
Let alone tested.
By
Howard Dutton
·
#459
·
|
|
Re: OCS 3 power relays question
I only changed Config.h settings where required or very desirable. They were close to what I feel is optimal to start with.
Good. I patched the little typo for the RevP compiles now.
I skipped over
I only changed Config.h settings where required or very desirable. They were close to what I feel is optimal to start with.
Good. I patched the little typo for the RevP compiles now.
I skipped over
|
By
Howard Dutton
·
#458
·
|
|
Re: OCS 3 power relays question
Magical, nearly everything solved.
I didn't know i could copy all my Power panel from OCS 2 and paste it to OCS3, nice !
The sensors errors have also disappeared, for the bmp280 after a google
Magical, nearly everything solved.
I didn't know i could copy all my Power panel from OCS 2 and paste it to OCS3, nice !
The sensors errors have also disappeared, for the bmp280 after a google
|
By
koal01
·
#457
·
|