|
Extracting XML flow from Ocs possible ?
Hi Howard,
I’m building an Allsky just next to OCS, from time to time the camera under the dome will need some heating when humidity and temperature reach a certain level. An idea has crossed my
Hi Howard,
I’m building an Allsky just next to OCS, from time to time the camera under the dome will need some heating when humidity and temperature reach a certain level. An idea has crossed my
|
By
koal01
·
#353
·
|
|
Re: relay outputs
I have made the modification and it works as I wish now.
Thanks
I have made the modification and it works as I wish now.
Thanks
|
By
Laurent HOUSSAYE
·
#352
·
|
|
Re: wifi integration evolution ?
Running full OCS on a ESP32 would be terrific, this MCU is cheap and fast.
Would you intend to build a PCB based on the ESP32, the 38 pin version i suppose, with selected features (as the Mini in
Running full OCS on a ESP32 would be terrific, this MCU is cheap and fast.
Would you intend to build a PCB based on the ESP32, the 38 pin version i suppose, with selected features (as the Mini in
|
By
koal01
·
#351
·
|
|
Re: wifi integration evolution ?
No plans for the Teensy but adding the capability to run the OCS on the ESP32 has crossed my mind.
The Ethernet webserver in the OCS is a mirror of the ESP8266/ESP32 WiFi, not exactly the same, but
No plans for the Teensy but adding the capability to run the OCS on the ESP32 has crossed my mind.
The Ethernet webserver in the OCS is a mirror of the ESP8266/ESP32 WiFi, not exactly the same, but
|
By
Howard Dutton
·
#349
·
|
|
Re: wifi integration evolution ?
That's what I want to hear.
That's what I want to hear.
|
By
Howard Dutton
·
#348
·
|
|
Re: relay outputs
Yes that capability is in the OCS.ino file...
Probably should make it something you setup in Config.h since the need to do so comes up quite often.
Yes that capability is in the OCS.ino file...
Probably should make it something you setup in Config.h since the need to do so comes up quite often.
|
By
Howard Dutton
·
#347
·
Edited
|
|
Re: relay outputs
Sorry I should have looked first at the this forum where this issue was already reported and answered...
Sorry I should have looked first at the this forum where this issue was already reported and answered...
|
By
Laurent HOUSSAYE
·
#346
·
|
|
relay outputs
Hello,
All my relay outputs are high when not activated, and turn low when activated. Is it normal? Can it be set the other way round?
Hello,
All my relay outputs are high when not activated, and turn low when activated. Is it normal? Can it be set the other way round?
|
By
Laurent HOUSSAYE
·
#345
·
|
|
wifi integration evolution ?
Hi Howard,
In the future is there any wifi integration in your roadmap on OCS ?
I'm building a second OCS wich would be a nomad version mainly to get the weather webpage.
I was wondering if using few
Hi Howard,
In the future is there any wifi integration in your roadmap on OCS ?
I'm building a second OCS wich would be a nomad version mainly to get the weather webpage.
I was wondering if using few
|
By
koal01
·
#344
·
|
|
Re: New OCS developments
I will given adding this feature consideration at some point.
I will given adding this feature consideration at some point.
|
By
Howard Dutton
·
#342
·
|
|
Re: New OCS developments
Hi!
Is there any chance in the future any slave mode or connecting to the OnStep?
I'm thinking about close the roof after parking, and open before unpark. And parking on a safety closing.
Is this an
Hi!
Is there any chance in the future any slave mode or connecting to the OnStep?
I'm thinking about close the roof after parking, and open before unpark. And parking on a safety closing.
Is this an
|
By
Zoltán Pásztor
·
#341
·
|
|
Re: x axis direction on graphs
This time has arrived.
All suggested changes/fixes are addressed in the code but untested. I expect it'll all just work.
Some of these changes are kept disabled by default and must be enabled in
This time has arrived.
All suggested changes/fixes are addressed in the code but untested. I expect it'll all just work.
Some of these changes are kept disabled by default and must be enabled in
|
By
Howard Dutton
·
#340
·
Edited
|
|
Re: Simple wind sensor
I added the cup anemometer example code to the OCS on github. The example code is functionally identical to what's below (compiles to the exact same thing) but the names of variables etc. were
I added the cup anemometer example code to the OCS on github. The example code is functionally identical to what's below (compiles to the exact same thing) but the names of variables etc. were
|
By
Howard Dutton
·
#339
·
|
|
Re: Simple wind sensor
This is the reason it's 0.015 not 0.03. Two switches, twice as many pulses for a given wind speed so the multiplier is 1/2 as much.
This is the reason it's 0.015 not 0.03. Two switches, twice as many pulses for a given wind speed so the multiplier is 1/2 as much.
|
By
Howard Dutton
·
#338
·
|
|
Re: Simple wind sensor
Well, I find this calculator: https://www.calctown.com/calculators/rpm-to-linear-velocity
So, with 80mm "anemometer arm" radius (measured at now) => 120 RPM gives 1 m/s. This is OK, because that gives
Well, I find this calculator: https://www.calctown.com/calculators/rpm-to-linear-velocity
So, with 80mm "anemometer arm" radius (measured at now) => 120 RPM gives 1 m/s. This is OK, because that gives
|
By
Zoltán Pásztor
·
#337
·
|
|
Re: Simple wind sensor
The # of switches is irrelevant. I was going to change the wording in the code comments but that just makes the subject even more confusing so I'm leaving it as is. Instead imagine the mechanics
The # of switches is irrelevant. I was going to change the wording in the code comments but that just makes the subject even more confusing so I'm leaving it as is. Instead imagine the mechanics
|
By
Howard Dutton
·
#336
·
Edited
|
|
Re: Simple wind sensor
This is the design of the anemometer.
https://www.thingiverse.com/thing:2523343
There is 2 magnets, so 1 revolution is 2 HIGH events.
And here is a sentence from the creators notes:
"The perimeter
This is the design of the anemometer.
https://www.thingiverse.com/thing:2523343
There is 2 magnets, so 1 revolution is 2 HIGH events.
And here is a sentence from the creators notes:
"The perimeter
|
By
Zoltán Pásztor
·
#335
·
|
|
Re: Simple wind sensor
The following should work I think. Just substitute this for the similarly named section/functions (they are just place-holders for the real thing) in Weather.ino
Naturally this logs the average wind
The following should work I think. Just substitute this for the similarly named section/functions (they are just place-holders for the real thing) in Weather.ino
Naturally this logs the average wind
|
By
Howard Dutton
·
#334
·
Edited
|
|
Re: Simple wind sensor
Perfect. This accuracy is enough, this is not a weather station.
Is this implementable to the Weather.ino?
Perfect. This accuracy is enough, this is not a weather station.
Is this implementable to the Weather.ino?
|
By
Zoltán Pásztor
·
#333
·
|
|
Re: Simple wind sensor
The formula is a simple multiplier. I'm sure it isn't accurate and is entirely based on the example sketch you provided.
The 0.054 part someone came up with converts to RPM to MPH. I just factored
The formula is a simple multiplier. I'm sure it isn't accurate and is entirely based on the example sketch you provided.
The 0.054 part someone came up with converts to RPM to MPH. I just factored
|
By
Howard Dutton
·
#332
·
|