mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
59
README.md
59
README.md
@@ -1,5 +1,13 @@
|
||||
# Lora SA(Spectrum Analyzer)
|
||||
|
||||
# Supportted boards:
|
||||
- Heltec Lora V3 128 x 64 OLED
|
||||
- Heltec Wireless Stick V3 64 x 32 (Not tested)
|
||||
- Heltec Wireless Stick Lite V3 No Display (Not Tested)
|
||||
- Heltec Vision Master E290 - e-Ink 296 x 128 (No OSD)
|
||||
- Heltec Vision MAster T190 - color TFT 320X170 (No OSD)
|
||||
- LilyGo Radio Lora T3S3 V.2 SX1262
|
||||
|
||||
## RF Spectrum Analyzer using Lora Radio
|
||||
|
||||
<img src="https://github.com/user-attachments/assets/4caeb467-1964-4184-ab20-ba68b97144aa" alt="LORA hardware" width="200"/>
|
||||
@@ -213,3 +221,54 @@ or buy :
|
||||
|
||||

|
||||
We are using pin 41 as a Buzzer trigger. Connect buzzer + leg with pin 41 and - leg with the ground (GND). You can change the buzzer pin in the code.
|
||||
|
||||
## DFRobot OSD Wiring
|
||||
**Heltec V3 -> DFRobot OSD** <br />
|
||||
GND -> GND <br />
|
||||
3V3 -> 3V3 <br />
|
||||
26 -> SCK <br />
|
||||
34 ->MOSI <br />
|
||||
33 ->MISO <br />
|
||||
47 -> D3 <br />
|
||||
|
||||
More photos you can see there: <br />
|
||||
https://github.com/Genaker/LoraSA/issues/11
|
||||
|
||||

|
||||
|
||||
# Camera to DF robot Wiring
|
||||
**Camera -> DFRobotOSD** <br />
|
||||
Video out -> In <br />
|
||||
GND -> GND <br />
|
||||
3v3 -> 3V3 Heltec or some 3v on FPV <br />
|
||||
|
||||
# DFRobot to Drone or VTX(video transmitter)
|
||||
**DF Robot -> VTX or** <br />
|
||||
Video Out - Video IN <br />
|
||||
|
||||
```
|
||||
// SPI pins
|
||||
#define OSD_CS 47
|
||||
#define OSD_MISO 33
|
||||
#define OSD_MOSI 34
|
||||
#define OSD_SCK 26
|
||||
```
|
||||
|
||||
## Joystick Wiring
|
||||
https://www.aliexpress.us/item/2251832815289133.html
|
||||
https://www.amazon.com/dp/B00P7QBGD2
|
||||
|
||||
**Loystic -> Heltec V3** <br />
|
||||
SW -> 46 <br />
|
||||
VRX -> 19 <br />
|
||||
VRY -> X has not been implemented yet <br />
|
||||
+5v -> 5V <br />
|
||||
GND -> GND <br />
|
||||
|
||||
## Buzzer/Beeper Wiring
|
||||
TMB12A03 - in my case. Low voltage is better. <br />
|
||||
**Buzzer -> Heltec V3** <br />
|
||||
(+) -> 41 <br />
|
||||
GND (another) -> GND <br />
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user