I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
Hello!
I am experienced in using mbedTLS on other platforms, and am in the process of porting my implementation of COSE (RFC 8512) to the Nordic SDK.
As a starting point...
HI NORDIC, I met a problem that Bootloader coulde jump to application, and the application crashed with freertos and softdevice SDK13.0. However the application could run...
After reprogramming with mfw_nrf9160_1.2.0 and nrf9160dk_asset_tracker_ltem_2020-04-29_bc7ade8b.hex
the nRF9160 fails to connect properly. LED3 blinks continually, LED4...
Hello,
currently i am using nRF52832 board with Nordic SDK 16.0.0 and softdevice version 7.0.1
i have separated DFU service and bootloader code. added dfu service in my...
Hello all,
I'm still learning C at this point of stage. What I ended up was following a tutorial online on simple BLE project controlling the on-board LED.
The tutorial...
This is a 2 part question concerning the LFCLK input levels as well as how to test the LFCLK frequency against the HFCLK frequency to make sure they are consistent.
In this...
I am currently working on a project using the MAX30102 Heart rate module. This sensor has red & ir led's. I connected the the max30102 sensor to the nrf52 DK as follows VDD...
Hi,
I'm looking at the BLE aggregator example, it uses a service called "ble_agg_cfg_service" .
1. It looks like this service is the same as NUS ?
2. I'd like to...
Hi
I am evaluating the production of a BLE product and your chip solution looks promising.
In my case the bluetooth will be connected to PC and it should be recognized...
There are a number of issues in ble_advertising that relate to changing the status of advertising in response to events. Specifically the current adv mode is not changed on...
Looking at the schematic diagram of the ISP-1507-AX Test Board….
www.insightsip.com/.../ISP1507_AX_TB_Schematic.pdf
… I can see that there is the possibility to connect...
Hi
I am using ble_app_uart code from ble_peripheral folder and nrf_connect app to receive/send data.
I have interfaced external sensor with UART pins and receiving data...
Hi I am using UART code from nRF5_SDK_16.0.0_98a08e2\examples\peripheral.
I have checked loop back with default UART pins,which are 5,6,7,8.
Now I want to interface some...
Hello,
I am using a nRF52DK (PCA10056). When I connect the board, the J-link drive opens up, but it does not detect on nRF Go Studio, nor is it flashing any code. I am using...
I'm using the USB CDC ACM example to write a message to a com port. I can receive messages fine except there is one problem. I am receiving the characters one character at...