I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I have a long PDU which I need to send fragmented by indications.
So in a while loop I populate a ble_gatts_hvx_params_t hvx_params struct and call
error_code = sd_ble_gatts_hvx...
i am following this tutorial to change a Keil 5 project (sdk 12.1.0 S132 )into ses project.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fimport_ses...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi.
I am testing sleep mode using nrf_pwr_mgmt_run().
When nrf_pwr_mgmt_run() is called, it is changed to sleep mode, but it wake-up up immediately and it is changed to...
Hi,
We are getting a request from our customer on supporting on NB-IoT PoC test cases as below.
Can you please let us know how we can simulate or execute the same?
...
I have written two methods to read and write value from fds.I get FDS_EVT_WRITE call back with p_fds_evt->result=!= FDS_SUCCESS
but when i try to read it after that it gives...
Hello,
I use the method, armgcc.
The commends "make flash_softdevice" and "make flash" echo the below. It seems OK. But I cannot see the app "/nRF5_SDK_12.3.0_d7731ad...
Hi,
I'm having a bit of a problem with using friend nodes in mesh networks. I have connected a friend for 2 nodes:
1, But I do not understand the real mechanism of the...
Hi,
I am trying to receive data using USB Custom HID.
Data reception is normal using "app_usbd_hid_generic_out_report_get", but the data size is always 64 bytes.
Is...
Greetings,
We are using nrf-sdk v1.3.0.
We would like to monitor an adc channel using either limit event monitoring or maybe LPCOMP.
I was able to find "low level" documentation...
i am using ble_app_gatts example as beacon observer ,till 10 sec after powering up device i need connectable advertise after that period ,as i switch the advertising from...