-
I am trying to use the PandwaRF to detect the base frequency of signals in the range 433.5 MHz to 434.5 MHz. I have used the API for Android, and have used rfSpecanGetRssi to get RSSI values in this r…
-
Hi,
Dongle's firmware is upgraded to the latest versions.
When I tap 'Power off' on the PandwaRF app, the dongle doesn't turn off.
The 'auto power off' is disabled.
Thanks
-
Requirement from rchadwick in http://pandwarf.boards.net/thread/46/first-impressions-new-user:
> The Spectrum Analyzer would sweep an entire band, or better yet all bands. When it detects a strong …
-
Last sdk 0.9.10 not work on arm64
`java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.app.test/app_lib/libusb1.0.so" is 32-bit instead of 64-bit`
Test device - Xiaomi Redmi Note 3
LSDsl updated
5 years ago
-
a) change start freq to center freq in specan. (Now if I want to scan 868.0 Mhz, I need to input 867.5 Mhz (then graph shows from 867.5 to 868.5, center freq 868.0))
b) change freq input box to dro…
-
On behalf of TadasSu:
when Rogue migration is available for CC1111 pops up, there is no CC1111 FW flavor in FW tab (shows unknown) and I need to reboot pandwarf to get it work again
-
Attempting to build the sample Android App for a Galaxy S7 running Android 8.0 I receive the following error in logcat, and a crash of the app as soon as it opens
> java.lang.UnsatisfiedLinkErr…
-
Hi,
I've had the PandwaRF dongle for about 10 days. The USB connection for both Rx and Tx worked well with the original firmware.
Then, I upgraded the firmware as suggested by the PandwaRF appli…
-
If I have a data buffer of 15-20 Kbytes to be transmitted, how can I minimize the probability of Tx failure:
- by calling txSend() once for the whole data
or
- by dividing the data into multiple bl…
-
Hi,
I downloaded the source code from https://github.com/ComThings/PandwaRF/tree/master/SW/Android/SampleApps/PandwarfSDK and opened it in Android Studio. Unfortunately, the sync procedure failed a…