×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Weather radio don't want connect

  • Posts: 2255
  • Thank you received: 223
3 years 1 month ago #68342

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

  • Posts: 1187
  • Thank you received: 370
That’s right, I was talking of weather radio.
3 years 1 month ago #68345

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

  • Posts: 2255
  • Thank you received: 223
I will reflash my arduino as the sensors are the same (or similar) from what I remember. At the moment I have no weather station and it's really frustrating as the observatory is in a different country so I can't just open the window and check if there is a clear night or not... lol
3 years 1 month ago #68347

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

  • Posts: 1187
  • Thank you received: 370
You may send me a PN if you need help.
The following user(s) said Thank You: Gonzothegreat
3 years 1 month ago #68348

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

  • Posts: 2255
  • Thank you received: 223
Doesn't look it's going to be easy to do it remotely.... so I'll build a new weatherstation here at home :)

root@heidenrod-obs:/home/Weather_radio/weatherradio# ino build
Searching for Board description file (boards.txt) ... /usr/share/arduino/hardware/arduino/boards.txt
Searching for Arduino lib version file (version.txt) ... /usr/share/arduino/lib/version.txt
Detecting Arduino software version ... 1.0.5 (2:1.0.5+dfsg2-4.1)
Searching for Arduino core library ... /usr/share/arduino/hardware/arduino/cores/arduino
Searching for Arduino standard libraries ... /usr/share/arduino/libraries
Searching for Arduino variants directory ... /usr/share/arduino/hardware/arduino/variants
Searching for make ... /usr/share/arduino/hardware/tools/avr/bin/make
Searching for avr-gcc ... /usr/share/arduino/hardware/tools/avr/bin/avr-gcc
Searching for avr-g++ ... /usr/share/arduino/hardware/tools/avr/bin/avr-g++
Searching for avr-ar ... /usr/share/arduino/hardware/tools/avr/bin/avr-ar
Searching for avr-objcopy ... /usr/share/arduino/hardware/tools/avr/bin/avr-objcopy
src/weatherradio.ino
Searching for Arduino lib version file (version.txt) ... /usr/share/arduino/lib/version.txt
Detecting Arduino software version ... 1.0.5 (2:1.0.5+dfsg2-4.1)
Scanning dependencies of src
Scanning dependencies of arduino
/usr/share/arduino/libraries/ArduinoJson/extras/tests/FailingBuilds/write_long_long.cpp:13:2: error: #error This test requires C++11
#error This test requires C++11
^
make: *** [.build/uno/Makefile.deps:849: .build/uno/ArduinoJson/extras/tests/FailingBuilds/write_long_long.d] Error 1
Make failed with code 2
root@heidenrod-obs:/home/Weather_radio/weatherradio# gcc --version
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@heidenrod-obs:/home/Weather_radio/weatherradio#
3 years 1 month ago #68355

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

  • Posts: 1187
  • Thank you received: 370
Not sure what you are aiming for. Is this the output from your remote machine?
3 years 1 month ago #68356

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

  • Posts: 2255
  • Thank you received: 223
I have this tool called "ino" which allows you to program an Arduino from the command line, it's going to be more hassle this time so do not worry about it.
Going to build the weather box here and get it working before I ship it to its final destination :)

Are the Wemos better than Arduino clone boards?
3 years 1 month ago #68357

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

  • Posts: 2255
  • Thank you received: 223
by the way, I think there's a mistake in the doc github.com/sterne-jaeger/indi-3rdparty/b...adme-WeatherRadio.md
instead of
DBE280 for temperature, humidity and air pressure
should not that be
BME280 for temperature, humidity and air pressure
The following user(s) said Thank You: Wolfgang Reissenberger
3 years 1 month ago #68358

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

  • Posts: 1187
  • Thank you received: 370
I'm really happy with the Wemos. Small, plenty of memory on board, WiFi present, and this for less than 10€.
3 years 1 month ago #68359

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

  • Posts: 334
  • Thank you received: 23
But Wemos or other ESP board does not support the FreqMeasure library that is necessary for the TLS237 sqm sensor.
3 years 1 month ago #68360

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

  • Posts: 2255
  • Thank you received: 223

oh, tell me more please.
3 years 1 month ago #68361

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

  • Posts: 1187
  • Thank you received: 370
That's right. The frequency measurement library required for the TSL237 does not support the ESP8266. It is simply not implemented (and it does not look too obvious how to do it).
3 years 1 month ago #68362

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

Time to create page: 0.594 seconds