Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Wifi module
#41

Please check my edit
Reply
#42

That sounds exactly like this one...what are your connections on the TX board...can you remember or did you document it....the station is so cheap it is a good source for the instruments
Reply
#43

On the TX board, it's the usual RJ12 type supplied in situ from Werk
Reply
#44

yes but the wiring to that plug is what I was chasing..the pin for pin wiring. You must have looked at it. ...Oh mine is wireless so is yours wireless as well?  if it is then the 4way plug you plug into the wireless module at the head unit did you just plug that into the TX board?
Reply
#45

Yep, Just plug her straight in.
Well that's what I did.
Reply
#46

hahaha crap...surely it cant be that easy :Smile same for the temp and humidty and rain?
Reply
#47

(19-05-2018, 09:16)markkkk42 Wrote:  hahaha crap...surely it cant be that easy :Smile YES
same for the temp and humidty                 NO
and rain?                                                 YES

for the temp and humidity you will need a SHTxx or in a pinch a DHTxx
Reply
#48

I built a new TX board. it appears to be working..well transmitting but I dont have any sensors connected yet. The booting screen has TWR  the R is red...is that for Radio?...the comled is always on as well regardless of whether the TX board is transmitting or not. I changed the radio receiver out with a new one and the comled is still on solid. i cant remember but did it flash when it gets data from the TX unit?
Reply
#49

(19-05-2018, 12:56)markkkk42 Wrote:  ...The booting screen has TWR  the R is red...is that for Radio?...the comled is always on as well regardless of whether the TX board is transmitting or not. I changed the radio receiver out with a new one and the comled is still on solid. i cant remember but did it flash when it gets data from the TX unit?

H Mark,

The best suggestion I can give you is for trying to spend some time trying to fully understand how the WeatherDuino works, otherwise a lot of things may seem like an issue.
Having the transmitter working does not mean that it is sending all the data the receiver needs to initialize properly. At least it need to receive three types of data packets: Temp / Hum, Wind and Rain.
What is happen is that the receiver isn't receiving Rain data, thus the letter R being red. Have you configured the TX to send at least T, W and R data? I talked about that some posts above. For testing purposes, there is no need to have the Wind and Rain sensors attached to the TX interface, but the TX software must be configured to send data from these sensors. See example bellow.

Quote:// --------------------------------------------------------------------------------------
//   Define which data this unit will send. 0 = Not send this data, 1= Send this data
// --------------------------------------------------------------------------------------
#define ID0  1   // Temp/Hum Data
#define ID1  0   // Not Used
#define ID2  1   // Wind data
#define ID3  1   // Rain data
#define ID4  0   // SolRad / UV data
#define ID5  0   // Hardware Status - System Temp, Battery Voltage etc
#define ID7  0   // Send Soil & Leaf Temperature Data
#define ID9  0   // Send Soil & Leaf Moisture / Wetness Data

The mean of the TWR letters and the initialization sequence is explained in lots of topics on the forum, and it is now also explained on the WeatherDuino Wiki too! Please give a look to it.

Until the receiver finish the initializing sequence properly, the COM Led always be on. By the way, this leds only blinks when the receiver is communicating with Cumulus or other weather software, when used in stand alone mode, after the initialization it will remains always off.

Reply
#50

Excellent...consice and presice...now I am a lot more informed. I will start chasing it now
Reply




Users browsing this thread: 1 Guest(s)