Open Guacamole-1 opened 4 years ago
There are still some pending pull requests with fixes for the python3 port.... https://github.com/atlas0fd00m/rfcat/pull/79 https://github.com/atlas0fd00m/rfcat/pull/80 With the changes from the mentioned pull requests _rfcatbootloader should work fine.
There are still some pending pull requests with fixes for the python3 port....
79
80
With the changes from the mentioned pull requests _rfcatbootloader should work fine.
nothing changed
10 hours trying to update firmware to the yard stick one and cant find a way to make it work
i apologize, @Guacamole-1 once i looked into your concerns, it appears i failed to update the print statements for rfcat_bootloader.
i've pushed an update which should remedy this. please test it out and let us know how it works.
thanks! @
I'm getting this error instead after pulling the latest version. Any fixes?
kali@kali:~/rfcat/CC-Bootloader$ python rfcat_bootloader
File "rfcat_bootloader", line 198
if _name_ == '_main_':
^
SyntaxError: invalid syntax
just pushed the update. please try again.
also, be careful when pushing new firmware! SDCCv3.8.0 does not work with RfCat and could possibly corrupt the bootloader.
if you are compiling and pushing your own firmware, be sure to use SDCC v3.5.0 or prior!
just running into some of these issues. not sure what the problem is yet, but there is certainly an issue.
i have pushed the firmware update with the rfcat-firsttry worked no problem. the version of sdcc that i have is 3.5.0
i have a question can you transmit sound or at least a beep in the fm range (with the yard stick one)?
it depends.
RfCat does not transmit, to my knowledge, in the "FM Radio" range (88-108MHz). it
gets close, but not quite.
but if it did, the best you could do is ASK with a baudrate to transmit 0's and 1's....
not exactly the highest quality sound... but anything can be translated to sound. eg.
GQRX and SDR to capture and spit sound out the computer's audio.
--
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
On Tuesday, September 29, 2020 4:10:37 PM EDT Guacamole-1 wrote:
i have a question can you transmit sound or at least a beep in the fm range? —You are receiving this because you commented.Reply to this email directly, view it on GitHub[1], or unsubscribe[2].[3]
[1] https://github.com/atlas0fd00m/rfcat/issues/82#issuecomment-700958701 [2] https://github.com/notifications/unsubscribe-auth/ ACLBRBYA3ZPD5XOZP7DR7NLSII5L3ANCNFSM4R23KK2Q [3] https://github.com/notifications/beacon/ ACLBRB676FMMNXUCQ57LUWTSII5L3A5CNFSM4R23KK22YY3PNVWWK3TUL52HS4 DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFHD4P3I.gif
thanks for the headsup, btw. glad to know it was broken, and now that it worked for you.
it depends. RfCat does not transmit, to my knowledge, in the "FM Radio" range (88-108MHz). it gets close, but not quite. but if it did, the best you could do is ASK with a baudrate to transmit 0's and 1's.... not exactly the highest quality sound... but anything can be translated to sound. eg. GQRX and SDR to capture and spit sound out the computer's audio. … -- _____ / "i am a information technology remote \ \ consalternating engineer." -ddtek / --------------------------------------- \ ^_^ \ (oo)\ (__)\ )\/\ ||----w | || || On Tuesday, September 29, 2020 4:10:37 PM EDT Guacamole-1 wrote: i have a question can you transmit sound or at least a beep in the fm range? —You are receiving this because you commented.Reply to this email directly, view it on GitHub[1], or unsubscribe[2].[3] -------- [1] #82 (comment) [2] https://github.com/notifications/unsubscribe-auth/ ACLBRBYA3ZPD5XOZP7DR7NLSII5L3ANCNFSM4R23KK2Q [3] https://github.com/notifications/beacon/ ACLBRB676FMMNXUCQ57LUWTSII5L3A5CNFSM4R23KK22YY3PNVWWK3TUL52HS4 DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFHD4P3I.gif
just for curiosity can ask why it cant transmit?
it can transmit just fine, but only in the defined frequency ranges the radio was created to use. for the most part, this includes the following ISM Bands (for CC1111 dongles like the YS1): 315MHz, 433MHz, 868MHz, and 915MHz. for the CC2511 dongles, you can interact with 2.4GHz at up to 500kbps.
you can push the boundaries of the defined specs around those frequencies farther than the documentation suggests, but not exceptionally far. since FM Radio signals are in the 88-108MHz ranges, the radio and analog front-ends simply can't support interacting with a common FM radio (or AM radio, since the AM radio bands are in the kHz)
RfCat uses ChipCon radio chips. they are not software-defined. they are software-configured, but definitely a fully hardware radio.
im trying to update firmware and im getting this error, im assuming it is using python3 instead of python2 how do i fix that?