Need some help with SSDV

69 views
Skip to first unread message

Mika Köching

unread,
Jun 7, 2024, 2:35:31 PMJun 7
to UKHAS
Hi all!
I'm currently planning on doing a fairly small HAB launch. The payload is using a raspberry pi to capture video and an rs41 radiosonde for horus v2 messages. I already got the system to capture video and a picture every minute. The picture automatically gets encoded but I'm just stuck at the transmission aspect. I have the binary file and a cc1101 radio module but would be willing to switch to another module. I couldn't find any way to port it to wenet.
Thanks in advance


Mika, DL8MIK (Some might know me from pico-HABing)

Ben Z en de rest

unread,
Jun 7, 2024, 2:58:25 PMJun 7
to uk...@googlegroups.com
add a LoRa module (rfm98w, or some good look alike) to the Raspberry Pi as radiochip.

The Pi In The Sky (PITS) software takes care of all your needs :-) 


Ben

Op vr 7 jun 2024 om 20:35 schreef Mika Köching <mika.k...@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "UKHAS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ukhas+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ukhas/896d3abb-8dbf-4c11-bcdc-c35fa38be727n%40googlegroups.com.

Mika Köching

unread,
Jun 7, 2024, 3:26:50 PMJun 7
to UKHAS
I already saw that project but couldn't find any documentation ragarding the capturing of a video whilst txing pictures. I really need that feature because I won't have another camera. I know it's a risky move but anything else would weigh too much for me.

Mika

Mika Köching

unread,
Jun 8, 2024, 1:53:09 AMJun 8
to UKHAS
Forgot to say that I'd like to be able to use a standard ham radio receiver or an SDR so I can have more stations participating in receiving. I did try using RadioLib on an Arduino but couldn't find a way to transmit binary data over e.g. rtty.

David Akerman

unread,
Jun 8, 2024, 2:00:39 AMJun 8
to UKHAS
When you say you have the binary file, do you mean that you've converted the jpeg image file to ssdv format?

If so, then all you need to do is transmit the bytes from that SSDV file, in packets of 256 bytes.  You'll want to intersperse those packets with periodic telemetry sentences.  I have a settable ratio in my code so I can get a telemetry packet out every 10 seconds or so. 

Dave

Mika Köching

unread,
Jun 8, 2024, 4:40:25 AMJun 8
to UKHAS
Oh, I forgot to write I already have that working as well. The only problem is transmitting it. As I wrote I'd like to use something more common in ham radio around here than lora. Will be looking at your code. I'm really bad at c so I've used python for now but I can't seem to get around c.

Sasha Tim

unread,
Jun 8, 2024, 7:47:44 AMJun 8
to uk...@googlegroups.com
Just to clarify - you already do have SSDV encoding working?

Then you really have a few options options:

- Try to port Wenet code
- Use RTTY to transmit SSDV (eh)
- Use FSK with an SX1278 chip but receive with an SX1278 chip (easiest way out)
- Use LoRa with something like gr-lorasdr
- Use FSK with a high speed packetized SDR demodulator

The last one is something I'm currently working on, but it's a long journey. 

--Sasha VE3SVF

Mika Köching

unread,
Jun 8, 2024, 8:12:48 AMJun 8
to UKHAS
Yes. I have SSDV packets. I do not need any telemetry packets because of the rs41 on board. Will look into lora using the sx1278. I'll hopefully be able to use python.

Sasha Tim

unread,
Jun 8, 2024, 8:54:49 AMJun 8
to uk...@googlegroups.com

Mika Köching

unread,
Jun 8, 2024, 9:08:27 AMJun 8
to UKHAS
Just found that as well. Have a friend who owns some lora modules which I'll try out.
Reply all
Reply to author
Forward
0 new messages