Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
Hi,
I have 3 images that I need to flash on the device (nrf52840 on the nrf9160DK if it matters). They are a trivial boot manager and two application images. I have read...
Hi I plan on using two UART modules from the nRF52840 which is why I am trying to use the app_uart_init however at this stage I keep getting the following error:
undefined...
Hello, I've been having problems getting the AWS_FOTA sample working on a nrf9160 DK.
At first, the device got stuck as it was downloading the firmware update, at 2%....
I'm currently working with the nRF9160 DK and received it fresh from the box probably around 2 weeks and I successfully activated the SIM card from the Nordic Cloud and eager...
Hello,
I need to develop an app for the nRF51822 and am using SES on macOS and SDK 10.0. All SDK examples do not have SES solution files. Is there a simple process for creating...
Hi Team,
We are using nRF9160 DK and we would like to verify all the peripherals associated with the nRF9160 SIP. I could not find any applications or examples to verify...
I am trying to use the littlefs fileystem in Zephyr to hold the configuration parameters and cloud identifier for each of our devices. It would be really nice to build the...
Dear Nordic: My use scenario may be a little complex. I try to describe it clearly. A device developed on NRF52832/S332/SDK13, acts as a combination of Bluetooth central,...
Hello,
I have received Thingy 91 for demo purpouses including the SIM from iBasis, but I am unable to set up the device as it is not connecting to the cloud.
I have linked...
Hi,
I use a board from Adafruit with NRF52832 to make a POC (Proff Of Concept) (Adafruit Feather nRF52 Bluefruit LE - nRF52832 - PRODUCT ID: 3406).
I use the Arduino IDE...
Hi,
Problem description
I wrote a program that initializes the modem (LTE-M) and goes on to send one UDP packet every second (is just the counter).
The server receives...
Hi,
I'm trying to implement some direct advertising, but I'm a little lost in the process.
Could you provide me with an example of code ? I read somewhere that ble_app_hid_mouse...
Hi,
I want to make RPI bluetooth //meshctl app works along with nRF Mesh App. Objective is to make Raspberry pi has non provisioned node, use nRF Mesh to add RPI has provisioned...
When I use the nRF Sniffer on a 52840 or 52832 with Wireshark I can see the RSSI values for each advertising message for all 3 channels (37, 38, 39). So for each advertising...
Hello I would like to use both UARTES in the exemple "ble_thread_dyn_mtd_coap_cli_pca10056_s140". I tried to adapt this example using the example "nRF5_SDK_for_Thread_and_Zigbee_v4...