Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
Hello!
I am sorry to ask a simple question that why my device can't program the ".hex" file about the demo of ble_app_hrs_rscs_relay_s130_pca10028 after I have already program...
Hi,
I have Wifi MCU connected to nr51822.
I download the binary file from a Cloud and need to transfer it via UART, so i need a C code of the nRF5x Programing tool....
Hi,
I am not able to make software breakpoints working with a Segger J-Link probe.
As an exemple, here is my assert callback function:
void __attribute__((noreturn...
Hi.
I'm using nRF51822QFAC, SDK10.0.0, S130.
I want to use DTM code to get SIG certification.
In your example, there is no source code for S130 but S110, S120, S310....
My BLE application needs to occasionally (1-2 times a year) send large amounts (several kbytes) of data, and I'm wondering about how to make this happen as fast as possible...
I am just wondering if anyone else has seen this issue.
I am working on the ble_app_uart_s132_pca10040 on the nRF52 DK.
Using the Android UART v 2.0 app I can connect...
Hi:
A peculiar problem:
I configured an Arduino (atmega328P) to be a receiver and an atmega8A to be a Transmitter Things are fine. The Arduino receives a 10 byte string...
We are developing a beacon device with 10dBm power amplifier. During software development we noticed the control signals provided by ble_common_opt_pa_lna_t align poorly with...
Hi,
As title ,
I try to add the NUS service that show on the ble_app_uart project into Multi-link project.
But it doesn't work .
I want to a central connected to at...
I want to use PWM on only one output pin. I'm using a nrf51422 and softdevice s130.
I want to be able to set the PWM and then change it again (a sequence). This is to be...
I have tried using the pre-built nRFUart Example in the Master Emulator API (2.1.11.1) and get the above error
I also tried rebuilding - no change.
I do have a PCA10000...
Hi everyone,
I'm seeing a weird issue with one of my two instances of 2ch PWMs where if I receive data from TWI, my PWM1 stops functioning and TWI stops functioning as...
A characteristic can be read/write/notify.
I have seen cases in Nordic's examples where there is an internal boolean "is_notify", and when the user sets it from the central...
I'm using an nRF51822 on a custom board with Nordic's serial DFU example from SDK v10.0.0. I'm trying to find a way to exit the serial DFU without the DFU trying to update...