Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 02:36:44 02:36


Login with username, password and session length


Pages: [1]
Print
Author Topic: Wifi protocol analyser  (Read 5276 times)
0 Members and 1 Guest are viewing this topic.
OscarH
Junior Member
**
Offline Offline

Posts: 46

Thank You
-Given: 149
-Receive: 13


« on: November 29, 2021, 08:34:15 08:34 »

Hi Great Sonsivri crew members

I'm looking for a tool to analyse/visualise any wifi data exchanged in between 2 devices.
Goal of my project is to replace a commercial weather receiver by my own receiver.
I have wind direction, speed and external temperature I'd like to monitor and archive (and eventually publish on Windguru).
Unfortunatley, I don't have the protocol available, so I would like to 'spy' the exchange and 'emulate' existing receiver with my own device.

Any suggestion on tools to be used ? A free version would be even better  Smiley.

Thanks  - OH
 
Logged

All mushrooms are edible. At least once...
kripton2035
Junior Member
**
Offline Offline

Posts: 58

Thank You
-Given: 23
-Receive: 130


« Reply #1 on: November 29, 2021, 04:32:49 16:32 »

what is the brand/model of this weather station ?
Logged
OscarH
Junior Member
**
Offline Offline

Posts: 46

Thank You
-Given: 149
-Receive: 13


« Reply #2 on: November 29, 2021, 05:17:51 17:17 »

It is a Misol WS1040 weather station.
Now, I'm just wondering if the RF link between the main station and anemometer is Wifi or through a separate/proprietary protocol.
OH
Logged

All mushrooms are edible. At least once...
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #3 on: November 29, 2021, 05:59:27 17:59 »

Hi OscarH,
this weather station works using the frequency of 433MHz.
So it is not in Wifi.

Generally they use a proprietary protocol but some time somebody do reverse engineering to decode they protocol.
This is usefull to intercept the temperature with by example an Arduino.
If you use SDR (Software Radio) it is possible to analyse the frame send by the transmiter:
http://labalec.fr/erwan/?s=sdr&searchsubmit=
https://www.rtl-sdr.com/tag/universal-radio-hacker/

This tool using SDR can decode a lot of Weather Station and other stuff (some time Weather Station use the same protocole, so even it is not exactly the same reference this tools may detect yours)
https://github.com/pm-cz/rtl_433

Hope this help ?
regards.
Logged
Sideshow Bob
Cracking Team
Hero Member
****
Offline Offline

Posts: 972

Thank You
-Given: 230
-Receive: 959



« Reply #4 on: November 29, 2021, 07:34:14 19:34 »

I think the protocol can be downloaded from here
https://www.robotics.org.za/WS-WH24CP-1
What I think is going on is that the communication dongle is a 433 receiver with a serial to USB converter. Not knowing for sure in any way though. It is just my gut feeling
Logged

I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum
devetka
Newbie
*
Offline Offline

Posts: 29

Thank You
-Given: 6
-Receive: 131


« Reply #5 on: November 30, 2021, 05:54:28 05:54 »

SDR is best way to go about it for all narrow channel communication like 433MHz, as mentioned already, but you might want to check this project too

https://github.com/aquaticus/nexus433

it uses digital 433MHz receiver that decodes ASK/OOK and you can use the output and decode the digital data if the weather station uses ASK/OOK (some do, not all). The project concentrates on the remote temp/humidity sensors but you can expand if your weather station uses that modulation.
Logged
OscarH
Junior Member
**
Offline Offline

Posts: 46

Thank You
-Given: 149
-Receive: 13


« Reply #6 on: November 30, 2021, 03:26:37 15:26 »

Titi, Sideshow Bob, and Devetka, this is changing the original approach I was thinking about.
Based on what I have seen in above posts, it looks like I can gather data from anemometer using an Arduino, store values and publish them on the web.
Still some job to be done, but I now foresee a way to do it.
Just looking for some spare time, as probably most of us  Grin
OH
Logged

All mushrooms are edible. At least once...
Sideshow Bob
Cracking Team
Hero Member
****
Offline Offline

Posts: 972

Thank You
-Given: 230
-Receive: 959



« Reply #7 on: November 30, 2021, 05:32:14 17:32 »

Titi, Sideshow Bob, and Devetka, this is changing the original approach I was thinking about.
Based on what I have seen in above posts, it looks like I can gather data from anemometer using an Arduino, store values and publish them on the web.
Still some job to be done, but I now foresee a way to do it.
Just looking for some spare time, as probably most of us  Grin
OH
Would it not be more easy to download data from the indoor tablet unit to a PC. Using the serial link built into the tablet module. Not that it is wrong in any way to do what you plan to do. 
Logged

I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum
OscarH
Junior Member
**
Offline Offline

Posts: 46

Thank You
-Given: 149
-Receive: 13


« Reply #8 on: November 30, 2021, 05:48:35 17:48 »

My plan was to remove completely the indoor tablet and collect directly the data from sensors.
The real reason is that information I need are not the one displayed on the tablet (typically max and min wind speed, average wind speed over a period of time, distribution of wind direction, etc...).
I'm a windsurfer/windfoiler and this is information I'm checking remotely before any trip to sea side.
I know this could be perceived as luxurious, but it is part of the fun side of the game :-)
OH
Logged

All mushrooms are edible. At least once...
Sideshow Bob
Cracking Team
Hero Member
****
Offline Offline

Posts: 972

Thank You
-Given: 230
-Receive: 959



« Reply #9 on: December 01, 2021, 09:06:36 09:06 »

My plan was to remove completely the indoor tablet and collect directly the data from sensors.
The real reason is that information I need are not the one displayed on the tablet (typically max and min wind speed, average wind speed over a period of time, distribution of wind direction, etc...).
I'm a windsurfer/windfoiler and this is information I'm checking remotely before any trip to sea side.
I know this could be perceived as luxurious, but it is part of the fun side of the game :-)
OH

Yeah I see. Your idea to use an Arduino sounds quite right for your use. You can get a lot of  433MHz modules for the Arduino, with code examples. And also if you want more shall we say realtime collection of data. Using a PC could be quite impractical. It is better to use some cheap module (like an Arduiono/ Raspberry Pi) for the collection of data. And just hook up the PC when needed. One thing you should perhaps look into is the memory capacity(RAM). Depending on how much data you need to store. It could be that an Arduino is somewhat limited regarding RAM capacity. Say you want store data every minute for 24 hours. 24*60 is 1440. And I will guess 16 bit is is needed for temperature and wind speed. That will say you need 4*1440 at least 5760 bytes of RAM at least. It could be that that a Raspberry Pi 4 or Raspberry Pi Zero module would be better choice. As those have more RAM and a SD card reader included.  
« Last Edit: December 01, 2021, 11:40:04 11:40 by Sideshow Bob » Logged

I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum
darik
Newbie
*
Offline Offline

Posts: 16

Thank You
-Given: 27
-Receive: 27


« Reply #10 on: January 18, 2023, 08:42:45 20:42 »

Check "Universal radio hacker " - investigate wireless protocols like a boss  Grin 

https://github.com/jopohl/urh
Logged
norkimo
Junior Member
**
Offline Offline

Posts: 68

Thank You
-Given: 33
-Receive: 71


« Reply #11 on: January 20, 2023, 08:18:36 08:18 »

When reverse engineering some RF alarm devices I found some good success connecting a logic analyzer directly to appropriate traces on the PCB between the MCU and radio front end. You may consider it as well, and do the same on the transmission side. It's an easy way to get a very "clean" signal. Since you have physical access to the transceivers, it may be easier to take advantage of it.
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC