if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
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...