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...
Hi,
For some reason when i do "project -> clean target" Keil deletes the softdevice Hex file in addition to the project compiled files.
Is that the normal behavior?...
I'm interested in operating the radio off of 32 MHz to avoid multiples of 128MHz. One options being considered is utilizing an external crystal of a slightly different frequency...
I'm developing a Multi-Role device using an STM32F3 and NRF52832 with Serialization. I'm currently trying to add Just Works encryption to the Peripheral of my device (that...
Hi
For some reason I get stuck in the softdevice. I manage to capture the sequence of the addresses
J-Link>s 0001B028: DB 68 LDR R3, [R3, #+0x0C] J-Link>s 0001B02A: 18...
Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle. Thank you.
I am using the version of [nRF5_SDK_15...
I know that there is a similar question here but the problem that the question is pointing on is not solved. Even in one of the answers is mentioned:
Now I found that...
When I run the example "ble_app_hrs_rscs_relay_pca10056_s140" on the development kit while debugging, then the SVC call for enabling the softdevice will stop at Address x8C4...
Hi! I want to implement at BLE switch(PTM215B) to a nRF52 DK, The switch sends advertise messages with switch status data. So i want to create a simple central that scans...
nrf52832 code always block at nrf_spi_event_check, my application include a app timer 200s period, after timeout, drive spi to get a RF sensor for sending some data, and also...
I am working with the nRF52832, SDK14.0.0. I want to perform a flash write on a watchdog reset to save the current state. However, the watchdog resets after two cycles of...
I've used the 'secure_bootloader' project, updated with the public key, to flash on the DK. The project 'ble_app_buttonless_dfu' built and packaged as zip can be DFU'd with...
Is it possible to _send_ multiple packets per connection interval, using the pc_ble_driver (and a nRF52 or nRF51 DK) in BLE CENTRAL role?
I found some answers on the devzone...