-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tx works, Rx doesn't #44
Comments
On compile I get this warning:
|
Can you validate with console output and (better) with an SDR? |
I verified that the rfquack package is able to transmit with an SDR (SDR saw the transmission). I will have to look at console later today to see if there are any messages with receive. |
You may want to set it in promiscuous mode. |
According to this issue #36 promiscuous is broken on the cc1101 |
Sorry, I thought I would be able to log using pio device monitor in one window while issuing commands in the other. I am getting an error that something is already connected when using pio device monitor and trying to issue commands (I am using tty to issue commands). Makes sense though, since it is two different processes trying to access serial. Am specific way I can log while issuing commands over tty? |
You should check what else is using that serial port |
Yes, I am connecting to the dongle via wire/serial (rfq tty -P /dev/ttyUSB0). Serial protocol only allows one connection. Pio device monitor would be a second connection. |
If you grep for "debug" into the Python code you'll find a flag that you can set to "True" and that will allow you to see all debugging messages coming from the node (now they're filtered). |
Closing for now. I haven't done much with it. Been focused on the YS1. Will circle back again at some point |
Why closing it? I'm affected by same bug. |
Same here. Send is working but RX does not receive anything. |
Reopening. I made further attempts without success. I am fairly sure the Promiscuous issue is also at least part of the cause here. |
Circling back. I have been deep in both Radiolib, CC1101 Datasheet, Ti Forums and other sources for a while now. Couple things:
|
Describe the bug
Like others on discord I can get rfquack to transmit using the feather esp32 and CC1101, but I get nothing, not even noise when receiving.
To Reproduce
Using a pull from the latest
Expected behavior
Both Rx and Tx work
Additional info (please complete)
The text was updated successfully, but these errors were encountered: