# WebSDR

**Category:** Hardware - **Points:** 350 - **Solves:**\
**Description:**\
At nightfall, everything lights up.\
A beacon emits a signal in order to be recovered. The signal is emitted at 3.58 MHz every minute for about 30 seconds.\
Find the message emitted.

**Hints:**

> Hint 1\
> UART : (1 parity bit + 2 stop bits + 1 start bit)

**Solution:**

<details>

<summary>🚩 FLAG</summary>

```
  HACKDAY{}
```

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://writeups.ayweth20.com/2022/hackday-qualifications/hardware/websdr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
