Fabian Peter Hammerle
Fabian Peter Hammerle
@dependabot squash and merge (automatically generated comment)
@dependabot rebase (automatically generated comment)
@dependabot squash and merge (automatically generated comment)
@dependabot rebase (automatically generated comment)
@dependabot squash and merge (automatically generated comment)
@dependabot rebase (automatically generated comment)
Hi, receiving is not officially supported yet. I implemented some basic support (private / unstable API). You can receive packages by calling `transceiver._wait_for_packet(timeout_seconds=21, gdo0_gpio_line_name="GPIO25")` (or similar) Example: https://github.com/fphammerle/wireless-sensor/blob/v0.4.0/wireless_sensor/__init__.py#L150 Currently, I...
Yes, I do. Actually, I have been using `transceiver._wait_for_packet` for several months already but I haven't found time to make the method / API public yet.
Yes, see `CC1101._get_received_packet`. In summary: ```python self._read_burst( start_register=FIFORegisterAddress.RX, length=self._read_status_register(StatusRegisterAddress.RXBYTES) ) ```
Hi, sorry, I do not have enough resources/time to provide support. You first need to know all the properties of the FSK2 signal (center frequency, bandwidth, sample rate, preamble/sync word)...