Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Cannot find dongle aka q.dongle(id) ESP32 - CC1101 #8

@a-super-admin

Description

@a-super-admin

Hello, nice project.
Should the dongle be available automatically? I can see how my MQTT shell is connecting successfully to the ESP32 but I cannot find my dongle.

[01:13:36][RFQK]       4108 T: MQTT connected
[01:13:36][RFQK]       4119 T: Subscribed to topic: RFQUACK/in/#
[01:13:36][RFQK]       4130 T: Subscribed to topic: any/in/#
[01:13:36][RFQK]       4484 T: Module 'guessing' registered.
[01:13:36][RFQK]       4484 T: Module 'frequency_scanner' registered.
[01:13:36][RFQK]       4485 T: Module 'mouse_jack' registered.
[01:13:36][RFQK]       4487 T: Module 'packet_filter' registered.
[01:13:36][RFQK]       4492 T: Module 'packet_modification' registered.
[01:13:36][RFQK]       4497 T: Module 'packet_repeater' registered.
[01:13:36][RFQK]       4503 T: Module 'roll_jam' registered.
[01:13:36][RFQK]       4507 T: Module 'ping' registered.
[01:13:36][RFQK]       4511 T: Module 'radioA' registered.
[01:13:36][RFQK]       4515 T: Setup is over.
[01:13:36][RFQK]       4529 T: Starting main loop.
[01:13:37][RFQK]       5320 W: MQTT transport not connected
[01:13:37][RFQK]       5321 T: Connecting RFQUACK to MQTT broker kerXXX.de:18XX
[01:13:38][RFQK]       6358 T: MQTT connected
[01:13:38][RFQK]       6751 T: Subscribed to topic: RFQUACK/in/#
[01:13:38][RFQK]       6764 T: Subscribed to topic: any/in/#
[01:13:39][RFQK]       7780 W: MQTT transport not connected
[01:13:39][RFQK]       7781 T: Connecting RFQUACK to MQTT broker kerXXX.de:18XX
[01:13:40][RFQK]       8820 T: MQTT connected
[01:13:40][RFQK]       8828 T: Subscribed to topic: RFQUACK/in/#
[01:13:40][RFQK]       8835 T: Subscribed to topic: any/in/#
[01:13:42][RFQK]      10029 W: MQTT transport not connected
[01:13:42][RFQK]      10029 T: Connecting RFQUACK to MQTT broker kerXXX.de:18XX
[01:13:43][RFQK]      11057 T: MQTT connected

What would be my DongleID? Also the radioA object is missing?

        help:
        > q.packet_modification.help()      # use the helper function.
        > q.?                               # tab is your friend

        exit:   just type ctrl-d a couple of times!


  Select a dongle typing: q.dongle(id)

RFQuack(RFQUACK, kerXXX.de:18XX)> q.dongle(id)
Wrong dongle id

RFQuack(RFQUACK, kerXXX.de:18XX)> q.radioA
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-7-96a3aced6849> in <module>
----> 1 q.radioA

AttributeError: 'RFQuack' object has no attribute 'radioA'

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions