Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Hi,
I am using sdk_17 and nrf52810. I have build a bootloader from the examples folder(examples/dfu/secure_bootloader/pca10040e_S112_ble) for my device. After flashing,...
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...