Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
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...