Hi,
I am currently evaluating the Channel Sounding functionality for indoor localization. I would like to check how much Energy my Initiator and Reflector consume for...
Hi,
I am not able to connect to AWS MQTT (using sample code for AWS ) . I am getting Error code -11 every time . CA cart and keys added in code.
Same keys are working...
[This page]( https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK/GetStarted#infotabs ) Includes a video, under "install and get started", but no download...
Dear Staff,
we bought some nRF52840 usb dongle .
Could you please:
provide a link/reference in order to send BLE packets in particular:
Eddystone packets in advertising...
I’m using the Zephyr nordic,npm1300-charger driver on an nRF52840 to control the nPM1300 PMIC charger. At runtime I need to be able to turn charging on and off—on command...
I have a greenfield project that I am currently working on and I am trying to work out the best approach to limiting access/features via Bluetooth.
In the past we have used...
I have an SPI peripheral that has an odd protocol and in trying to sort out why it was acting up I finally caught a logic trace showing about a 13us break in the SPI data...
Hello,
I am using HID mouse/keyboard examples from SDK to learn creating custom HID device.
Besides using four buttons on EVK to simulate motion action. I would love...
Hi All,
I'm currently setting up three nRF52840 DK nodes, two nodes are routers and one is an end-device. My plan is to introduce more node in the network later on. The...
Hi,
We created a faster & simpler alternative to gazell for the nRF24LE1 (our IoT sensor) that supports 100s of transmitters (PTXes), is individually addressable, has session...
Hi
I'm using the NRF51422 with hardware UART.
Brief outline of the configuration:
115200 Baud, 8-N-1, no HW flowcontrol
SoftDevice S130 V2.0.1
lib: app uart fifo
...
Hi all,
I am using the softdevice S130 v2.0.1, plus one application derived by the ble_app_uart and the single bank bootloader (SDK11) on a custom board with the nRF51822...
Hello community
I'm trying to do a central app, for this im using the example of UART_Central with the SDK 13 and SD S132.
During the events cycle I am having only the...
Hi,
when executing the following code in my application. if face chip reset time to time. I've investigated code to find the bug origin and then notice that i ve a difference...
i am using Nrf52840 with SDK 132 and version 13.
here is the initialization
ble_radio_notification_init(APP_IRQ_PRIORITY_LOW, NRF_RADIO_NOTIFICATION_DISTANCE_5500US...
I am using ble_app_hids_keyboard example from SDK : nRF5_SDK_12.2.0_f012efa with nRF52 Dev kit. In that example, keys_send() Function is calling under BSP_EVENT_KEY_0. which...
Hi Sir,
I want to run the spi master example code with my nrf52832 board. In sdk11.0, have mentioned for pca 10036, the CS pin should be 29. If that was the condition,...
Sir, I have interfaced nrf board(Master) with msp430(slave) device through spi communication. And Everytime when i am debugging, i got different data(ie,. data which was sent...
Sir,
I wanted to know about transfer of data from nrf to msp430 via spi pins. For this condition, which function/api is used for transmission of single data to slave. What...