Skip to content
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

Can RFQuack be used with RF1100-232 USB device ? #39

Open
arthurlutz opened this issue Mar 13, 2023 · 7 comments
Open

Can RFQuack be used with RF1100-232 USB device ? #39

arthurlutz opened this issue Mar 13, 2023 · 7 comments

Comments

@arthurlutz
Copy link

Describe the bug

I am trying to use RFQuack with an RF110-232 USB device such as https://aliexpress.com/item/1005003285561543.html I can see it as /dev/ttyUSB0 so typing this :

PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python rfquack tty -P /dev/ttyUSB0 -b 19200 
# or with futher options
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python rfquack tty -P /dev/ttyUSB0 -b 19200 -p N -S 1 -s 8

RFQuack start correctly but no dongles are detected (q._dongles returns a {} so I can't select by id).

I have access to some software to configure the CC1101 chip via the USB / CP2102 USB to UART Bridge Controller (Silicon Labs). This device seems to be build by a defunct company by the name of fytoo. Firmware and PDFs (in chinese) are to be found here https://github.com/acontini/CC1101_USB

Am I trying to do something completely out of the scope of RFQuack ?

Additional info (please complete)

  • MCU: ttyUSB via CP2102 (?)
  • Wireless module type : CC1101
  • Host environment : Linux Ubuntu 22.02
  • RFQuack version, branch, or tag : master
  • RadioLib version, branch, or tag : n/a ?
@phretor
Copy link
Contributor

phretor commented Mar 14, 2023

Not out of the box. The radio transceiver CC1101 is supported by RFQuack, but the board may not be supported by PlatformIO and/or Arduino.

Do you know what MCU is onboard the RF110-232?

Have you checked it it's supported by PlatformIO?

@arthurlutz
Copy link
Author

The MCU seems to be an ATMEL MEGA48PA. It seems supported by plateformio : https://docs.platformio.org/en/latest/boards/atmelavr/ATmega48P.html

@phretor
Copy link
Contributor

phretor commented Mar 15, 2023 via email

@arthurlutz
Copy link
Author

arthurlutz commented Mar 15, 2023

Here are a few quick picture, if this a way forward I can probably do some higher resolution pictures to make it easier to read.

IMG_20230315_204153
IMG_20230315_204149
IMG_20230315_204143
IMG_20230315_204137
IMG_20230315_204104
IMG_20230315_204050

I believe some information about this USB stick is archived here : https://github.com/acontini/CC1101_USB/ (most documents in Chinese)

Another source of information is http://www.yesyes.info/index.php/electronics/rf1100-232-rf-433mhz-transceiver-module/

@phretor
Copy link
Contributor

phretor commented Mar 15, 2023 via email

@jradm87
Copy link

jradm87 commented May 4, 2023

Hello, @arthurlutz , let me know if you got it running, I have the same device.

@adminy
Copy link

adminy commented May 25, 2024

me too! Let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants