Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #30 on: December 18, 2010, 07:41:27 am » |
My major concern is instead receiving and decoding the RF signal. :-?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #32 on: December 18, 2010, 09:04:55 am » |
|
|
|
|
« Last Edit: December 18, 2010, 09:09:11 am by jumpjack »
|
Logged
|
|
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #34 on: December 18, 2010, 09:48:46 am » |
If just for one of them would be available tech spec on transmission protocol! Or if anybody had already reverse engineered one of them! :-?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 30
Arduino rocks
|
 |
« Reply #35 on: December 18, 2010, 10:00:27 am » |
I don't really think this will be a big issue, we just have to see what others have done, i don't expect there to be much difference in the protocols used between this and other stations/sensors that work on 433.92MHz as they are pretty standard. Will have to read some more tho.
I guess we have identified the brands under which this same weather station is sold in different countries, and that is a good thing.
|
|
|
|
« Last Edit: December 18, 2010, 10:12:19 am by aerozg »
|
Logged
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #36 on: December 18, 2010, 11:46:19 am » |
Great news! Reading around on other forums, I found out that we do not even need a receiver! We can just connect the "official" receiver to PC through the audio board to be able to detect the signals and reverse engineer it! This is the result for an Oregon Scientific sensor (TH138) I have (for another weather station):  I used this sensor because it only transmits temperature values and because somebody else already examined a sensor similar to this one: http://alyer.frihost.net/thn128decoding.htmExamining the Auriol sensors will be a bit more tricky as they transmit quite complex data:  Uploaded with ImageShack.usI don't know which sensor(s) transmitted these data, as all of them were powered; it will be easy to grab just the udometer (by un-powering all the others), but it will be quite tricky to separate data for Temperature, Wind and umidity! :-?
|
|
|
|
|
Logged
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #37 on: December 18, 2010, 01:00:17 pm » |
I tried with another sensor I have, a simple thermometer: it should be easier to decode... but I can't! Can anybody help? I highlighted values represented by the waveforms.  Uploaded with ImageShack.us
|
|
|
|
|
Logged
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #38 on: December 18, 2010, 04:44:11 pm » |
Ok, I got it:  Uploaded with ImageShack.usNow I'll try with the station.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 30
Arduino rocks
|
 |
« Reply #39 on: December 20, 2010, 04:30:48 pm » |
How is it working out for you?
|
|
|
|
|
Logged
|
|
|
|
|
Melbourne, Australia
Offline
Full Member
Karma: 0
Posts: 226
Cyborg-in-progress
|
 |
« Reply #40 on: December 20, 2010, 05:14:53 pm » |
@jumpjack: it looks like you're making great progress! Would you mind providing some detail about how you connected the receiver to the sound card? -- Jon Arduino Shield List: http://shieldlist.org
|
|
|
|
|
Logged
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #41 on: December 21, 2010, 07:08:36 am » |
I opened the receiving station, and I located the receiver part: it's a small circuit physically separated from the main; it is connected through 3 wires, labeled as GND, PWR and (unreadable); of course I guessed (unreadable) was the signal.  So, I connected GND to GND of the earphone cable connected to PC, and SIGNAL to one channel of the cable. Then I used Audacity to record "sound", using a MONO track: I had to determine by 2 random attempts which wire to connect to to get the signal recorded. Then it was just a matter of sitting and waiting for signal bursts to come from the thermometer. 
|
|
|
|
|
Logged
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #42 on: December 21, 2010, 07:12:27 am » |
How is it working out for you? Didn't yet have enough time to examine weather station data (they're very complex, and I seeone short signal every 30 seconds and one long and complex signal every 4 minutes, it's quite hard to figure out what's going on). Besides, I'm not able to use the RX I bought to get the signals, I'm missing something... Isn't it enough to connect GND, VCC and RX oin these small devices?
|
|
|
|
« Last Edit: December 21, 2010, 07:13:19 am by jumpjack »
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 30
Arduino rocks
|
 |
« Reply #43 on: December 21, 2010, 07:55:19 am » |
Very interesting stuff! I will try to replicate what you did and see if i can come up with anything. I noticed the LED on my anemometer assembly flashes red every 30 seconds, but i didn't know there is a signal sent every 4 minutes.
|
|
|
|
|
Logged
|
|
|
|
|
Rome
Offline
God Member
Karma: 1
Posts: 972
Arduino rocks
|
 |
« Reply #44 on: December 21, 2010, 08:29:12 am » |
Weird thing is that not each led flash corresponds to a radio burst sent! :-? Maybe it also indicates "data stored for further processing"? :-? The "4 minutes stuff" can also be guessed from the instruction manual, which says that first synchronization among sensor and base can require up to 4 minutes. 
|
|
|
|
|
Logged
|
|
|
|
|
|