i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Hi,
I've designed a product based on nrf52840 soc as a central Bluetooth device. I want to pair and connect to a Bluetooth device (as a slave) that implements a whitelist...
Hello,
When AGPS is activated and trying to fix location, the user see only the final respond once fix is done, but we need to know where the satellites table is stored...
nRF21540
We want to use the nRF21540 FEM to improve BLE range and performance within a building. How does the Tx and Rx amplifier operation coordinate with the BLE SoftDevice...
Hi,
Related to this topic BLE DFU, MCU to MCU (Zephyr), GATT DFU SMP Service Clinet
I would like to know if anyone has any luck in making a SMP client for DFU updates...
I moved to a new computer and reinstalled all the tools and moved my code over. Now, when I compile, I get the following error:
Here is the code from the board definition...
I have an nRF9160DK that I'm trying to get a demo running per this video: https://www.youtube.com/watch?v=rMvW3HXLErk&t=832s
The board label says PCA10090, 0.8.5, 2019...
I had used ble_advertising_advdata_update function to update my scan response data in ibeacon by getting error as mentioned below:
.\_build\nrf52832_xxaa.axf: Error: L6218E...
I'm trying to get basic i2c code working on my Nordic nFR9160DK board. I'm new to the platform and have been doing a lot of reading and searching through examples. Through...
Hi
In order to work on never zephyr version I have tried updating my ncs v1.7.1 folder to origin/main with:
git fetch origin git checkout origin/main west update
After...
Hi,
Does the ratio of gain error and offset error change when the ADC gain is changed?
For example, if the gain is 1 and the gain error is 4% and the offset error is...
Hello!
I am wondering what the At command %XDATAPRFL does? It says that it sets the application data profile but i couldnt find any info about what this really means....
Hello there,
I'm working on a "handsfree" audio guide for a museum application. Right now I'm exploring BLE to trigger the audio files based on the received signal strength...
Hi
My problem with SES are:
Variables are almost impossible to watch or view in memory, It's a lottery basically.
The other thing that bothers me is no code folding...
Hello!
I have an self developed hardware which has an NRF51422QFAB (the shematic writes 51822, but it is pin compatible). I would like to program it, but I can not. :...
How do I cancel ucb_cdc_acm_read?
What I want to do is if a timeout occurs, and APP_USBD_CDC_ACM_USER_EVT_RX_DONE has not been triggered, then I should be able to cancel...