reading rfm69 packet transmission

2022-02-03 Thread Chris Gorman
Hello All, I have two rfm69 boards [1] connected to two avrs and they are sending messages to each other over the airway. Once I got this working I thought it would be fun to inspect the messages being sent with my rtl_sdr. I can confirm the message is being sent over serial on the receiver. I

Re: Here's how to get the N321's LO sharing to work in GNURadio 3.9 with UHD4.1.0.5

2022-02-03 Thread Paul Atreides
Hey Daniel. Glad you like it. The functionality is there for now, but I have some reservations about recommending this for upstream. TLDR: more work probly needs to be done for the changes to be stable. My suggestions/concerns on upstream changes are as follows: 1) If the file system naming c

Re: PDU - cdr format

2022-02-03 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi Jacob, Assuming that data are encoded text values how to print it as a test using Message Debug block? My goal is to print the data in the console. czw., 3 lut 2022 o 14:34 jacob napisaƂ(a): > A PDU is a special type of PMT pair object that consists of a PMT > Dictionary (of metadata) and a P

Re: PDU - cdr format

2022-02-03 Thread jacob
A PDU is a special type of PMT pair object that consists of a PMT Dictionary (of metadata) and a PMT Uniform Vector (of data). This is defined as such to make operating on PDU type data somewhat standardized. Depending on what you are actually trying to do you have a few options. If the string

Message Debug - printing in ASCII mode

2022-02-03 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi Community, I am following tutorial about Packet Communications and I am able to replicate all steps but one where the Message Debug block prints the message in verbose mode. I don't see this mode in my configuration. I see the out

PDU - cdr format

2022-02-03 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi Community, Does the cdr part of the PDU has to be a PMT uniform vector? What if I want to fill the cdr with string type of data?