Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi
About this link : https://devzone.nordicsemi.com/b/blog/posts/what-impact-does-the-deprecation-and-withdrawal-of-bluetooth-core-specification-v4-0-and-v4-1-have-on-your...
I want to change the ble gap address type to RANDOM_PRIVATE_RESOLVABLE. In gap_params_init(), I add these line at the end of the function
ble_gap_addr_t *p_gap_address;...
Hello. I want to build two services with custom UUIDs. I have successfuly built first one using this guide . Then I try to build second one, using the same guide, but I meet...
Dear all,
I have been using the example based the example "ble_app_uart" of nRF5_SDK_15.2.0_9412b9. Every time I found that nRF52832 will go into sleepmode after about 206...
Hi ,
I am working on customize tools utilizing the nrf python codes.
In linux I came to know about BLE libraries bluez and also about hcitools.
I have setup for linux...
Short version: Can someone from NordicSemi give me some pointers as to what the assertion at PC 0x134A2 in S132 v6.0.0 is testing? Thanks!
Long version: Since the Friend...
We will inquire about the RF identification code.
I am in the process of certifying the product before mass production.
The certification body is requesting data on the...
Hi
I used nRF5_SDK_14.2.0 to develop nRF52832. Now I have a problem. I used the demo of ble_app_blinky in the ble_peripheral files. I want to send the 2552 bytes by ble_lbs_on_button_change...
Dear Sir,
I am implementing a program in which I need to stop advertising inside the function ble_evt_handler() .
I am starting the advertising by calling the function...
Hi everyone, for the project I'm developing it's extremely important to measure RTT as accurately as possible and as such, after some SoftDevice specification I imagined the...
Hi,
I am using Ble_app_gatts central example. Applied filter on name and connection made with some device which is not Nordic BLE device.
As in this central code, after...
Hi All,
I am using Keil and GCC but I want to migrate my projject to "Seggers Embedded Studio for ARM". After following the tutorial about migration, i have been able to...
I've been doing some exercises with the FDS module to ensure I understand it and have come across an issue. When I write I am not seeing a write call-back in the fds_event_handler...
I do not know why the comparator does not compare correctly. I use AIN6 as Vin+; ANI0 as Vin-. The code is show in below. The comparator is work in differential mode.
...