--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
To post to this group, send an email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/0587fd9b-4f92-457b-9c5a-9bb647ee5e3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
However for some quick, short-distance prototyping tests in a controlled environment I consider this a fancy cheap and handy option. In some cases you don't even need an antenna/wire at all, just place the receiving device near the VGA adapter.
Sure, for productive use I would also recommend other solutions...
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
To post to this group, send an email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/730f5807-ea8f-435e-a1ef-094cb582a65d%40googlegroups.com.
In principle https://github.com/zuckschwerdt/tx_tools/ should work. My LimeSDRs are broken though, and I can't test.If you want to use some "cheap ASK transmitter" you need to AM decode the signal first. Use rtl_433 with `-w file.am.s16`, but you'd still need to recover timing. Look at the VCD output (`-w file.vcd`) -- that should be the most "direct" way. Perhaps code a universal "vcd_transmit"?
I'm quite sure I've never written anything like this. My current repositories are only forks of existing open source projects like rtl_433, librtlsdr and osmo-fl2k. There's so self-written code present until now.
Probably you found a comment originating from these projects, I can't check right now.
Peter, if you are not looking for real-time processing but learn-and-replay then you might want to compress the input to a simple list of timings. I.e. don't store and process the IQ files (.cu8) but the demodulated ASK output. Maybe have a look at the VCD file. If there is some consensus on how to store an ASK/FSK signal for replay with OOK or CC1101, … then we could implement that as rtl_433 output.
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/6deded5d-1621-4cd9-81d3-9eded98c15a3%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+unsubscribe@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/acdc5d02-6a9a-4a14-bf60-4bff90e503c3%40googlegroups.com.
... hmmm... it should be really pretty straightforward to write a parser with e.g. gpio output for cheap ook transmitter - to start with.. now I just need to find some time :)) If implemented general enough including hw abstraction, it could be used as a basis for interesting framework which would be complementary to rtl_433...I will share my results if I have any..
The actual transmission starts at 21s in and is plain PPM (pulses of fixed widht, gaps vary):(a bit of preamble and 5 repeats)--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
I'll take a look at the VCD writer, likely I have bug in there.VCD is "human readable" (YMMV), but for a simpler parser on your end we could also come up with a similar but dumbed-down format.
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/2fc01e91-ff03-41da-a412-f05f1db5b121%40googlegroups.com.
btw.. even when I use rtl_433 -r file.cu8 -w file.vcd it still creates the .vcd with ^@ instead of ' ...Maybe it is somhow specific to environment.. I'm running it on raspberry pi..
On Tue, Oct 9, 2018 at 10:08 PM Peter Drozda <pdr...@gmail.com> wrote:
... hmmm... it should be really pretty straightforward to write a parser with e.g. gpio output for cheap ook transmitter - to start with.. now I just need to find some time :)) If implemented general enough including hw abstraction, it could be used as a basis for interesting framework which would be complementary to rtl_433...I will share my results if I have any..
The actual transmission starts at 21s in and is plain PPM (pulses of fixed widht, gaps vary):(a bit of preamble and 5 repeats)--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/b2gUT1M-tPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl...@googlegroups.com.