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...
I am using SPIM3 to drive a peripheral, only using tx. And I noticed that SPI is sending wrong/corrupt bytes once in a while. See below image where the code tries to send...
I am developing a multi-peripheral product that knows all the possible connectable central Bluetooth device addresses (centrals are all NFC enabled smartphones).
When a...
I am using QSPI of nRF52480 with freqency 2M Hz. Now I want to reduce to 1M Hz,
but QSPI_CONFIG_FREQUENCY min value is 15
// <o> QSPI_CONFIG_FREQUENCY - Frequency divider...
Hi,
We are working to build our own SPI module code on nRF52832 in Segger IDE without Using SDK. But we are stuck at this point of error in core_cm4.h.
Unknown Type name...
i am trying to use flash to store and read data. I am able to do that when there is only softdevice and application. but when there is bootloader code get stuck. softdevice...
hello everyone,
In my application single central(ble_app_uart_c) scanning check each peripheral(ble_app_uart) Mac id which peripheral mac id defined by central established...
Dear DevZone community,
I'm developing a Mesh application using nRF52840, I'm developing with both the Nordic development kit (BOARD_PCA10056) and USB dongle (BOARD_PCA10059...
Hi,
I have tried changing the connection parameters (min and max connection interval) and looked into nRFGo Studio to see what the current consumption would be. In Column...
Hi Nordic Team/Fellow developers,
I wanted to understand how you guys made sure BLE stack/application is working properly? Like, how did you guys debug your application...
(SES + SDK15) Hi! I am trying to create an new firmware prototype based on ble_app_template_sample Until now I have a connectable firmware, with one service and several characteristics...
Hello, I have simple custom board with simple firmware. It's just nrf52811 advertising with 0,5 s interval. I'm considering to use Long Range advertising, but wonder how it...
Hello,
if I want to use the Nordic crypto library, I include all nrf_crypto_xx .c files. While compilation, I get in IAR an error:
"explicit type is missing ("int" assumed...
hi
i am using the nrf52832 board.
I am trying to build the ble_app_template code but i am geeting the following build error
.\_build\nrf52832_xxaa.axf: error: L6050U...
Hi, I'm using SDK15.3 on a NRF52840 chip and have some questions wrt to the peer manager and its ranking system. Once we bond with a peer, we print the full list of peers...