×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Building the induino MeteoStation with 3d printed housing

  • Posts: 271
  • Thank you received: 72

By the looks of that output, you are on the old version with no updates.
Your output should be like this.



I'm working on the howto, and will atleast upload a work in progress on my github sometime today.
Proud owner of Observatory 17b - A remote Linux observatory.
Website: Observatory 17b
Build thread @ SGL: Starting summers observatory project
Last edit: 6 years 6 months ago by Magnus.
6 years 6 months ago #19518
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
yeah, I just realised... doh... fixed now
LOOP BEGIN	
IR read, start	
IR read, done	
DHT read, start	
Read OK
DHT read, done	
BMP read, start	
BMP read, done	
IR Radiance read. No checks, use flashlight and check output value	
RESULT	
IR:9.67, P:101156.00, HR:43.60, DEW:7.08, IR Radiance:111.00, Temp HR:19.80, Temp IR:21.09, Temp P:21.10
 
 
LOOP BEGIN	
IR read, start	
IR read, done	
DHT read, start	
Read OK
DHT read, done	
BMP read, start	
BMP read, done	
IR Radiance read. No checks, use flashlight and check output value	
RESULT	
IR:9.61, P:101148.00, HR:43.60, DEW:7.08, IR Radiance:111.00, Temp HR:19.80, Temp IR:21.13, Temp P:21.10
 
6 years 6 months ago #19519

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
What's with the message "IR Radiance read. No checks, use flashlight and check output value". ?
I can see the value and it changes.
Last edit: 6 years 6 months ago by Gonzothegreat.
6 years 6 months ago #19520

Please Log in or Create an account to join the conversation.

  • Posts: 271
  • Thank you received: 72
The [sensor] read, start and [sensor] read, stop will show you if the execution of the code crashes when trying to read the sensor.
(You will only see read, start and not read, stop)
There is no code for reading the irradiance (only checks analog pin value), so only way to see if it works is by shining some light on it.

It's only for debugging. If the last line you see is IR read, start with no stop you must figure out why the IR sensor fails.
Proud owner of Observatory 17b - A remote Linux observatory.
Website: Observatory 17b
Build thread @ SGL: Starting summers observatory project
6 years 6 months ago #19522

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223

ok, so the "IR Radiance:111.00" is the raw data. This value goes from 0 when the solar panel is fully covered to whatever when it's exposed to the natural light.
6 years 6 months ago #19525

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
Testing it on my Ubuntu laptop.
Only HR is showing


6 years 6 months ago #19529
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
I guess I also have to modify the meteostation_sk.xml file. right?
6 years 6 months ago #19530

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
looking at the console on my Ubuntu laptop I see a lot of the following message:

Driver indi_duino: Arduino::sendUchar():write():: Resource temproarly unavailable
Driver indi_duino: during write 0x01 ()
6 years 6 months ago #19531

Please Log in or Create an account to join the conversation.

  • Posts: 271
  • Thank you received: 72
YesNo

Not sure why its not up. Did you swap branch so your are on the updated induinoMETEO after you where working with meteoTEST?

It's not done, but i have a work in progress version of the HowTo / tutorial.

github.com/magnue/induino_meteostation_h...onfigure-print-build
Proud owner of Observatory 17b - A remote Linux observatory.
Website: Observatory 17b
Build thread @ SGL: Starting summers observatory project
6 years 6 months ago #19532

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
I have swapped to the correct branch


Stephanes-MacBook-Air:magnueINDI stephanelucas$ git checkout induino-meteo-updates
Switched to branch 'induino-meteo-updates'
Your branch is up-to-date with 'origin/induino-meteo-updates'.
Stephanes-MacBook-Air:magnueINDI stephanelucas$
6 years 6 months ago #19533

Please Log in or Create an account to join the conversation.

  • Posts: 2247
  • Thank you received: 223
a little bit more verbosity on the error:
2017-09-17T11:58:20: Driver indi_duino: FAIL.HR  pin 8 set as DIGITAL INPUT
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0xf4 (?)
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0x08 )
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0x00 (
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0xf0 (?)
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0x6d (m)
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0x08 )
2017-09-17T11:58:20: Driver indi_duino: Arduino::sendUchar():write():: Resource temporarily unavailable
2017-09-17T11:58:20: Driver indi_duino: during write 0xf7 (?)
2017-09-17T11:58:20: Driver indi_duino: numiopin:20

same apply to many pins ^
6 years 6 months ago #19536

Please Log in or Create an account to join the conversation.

  • Posts: 271
  • Thank you received: 72
I found this issue on a 3rdparty indi_duino driver with the same error as you have.
Looks like the issue was solved by changing the hardware used to connect to the arduino.

There are some debugging first, and then a message that it was solved with a OTG Usb cable.

github.com/dokeeffe/indi-aldiroof/issues/4

Not sure how you are connecting, and if this applies?
Proud owner of Observatory 17b - A remote Linux observatory.
Website: Observatory 17b
Build thread @ SGL: Starting summers observatory project
Last edit: 6 years 6 months ago by Magnus.
6 years 6 months ago #19537

Please Log in or Create an account to join the conversation.

Time to create page: 0.412 seconds