Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
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...
We have 3 devices , 1 central-peripheral and the other 2 peripheral devices (client), all nrf52840 custom board. The central-peripheral device should scan and connect the...