Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hello. I would like to use an internal RTC to keep time going even if the power is off.
1. Is it possible to implement with 'nrf_calendar' module?
2. Should I think about...
I have a battery powered iOT device using BLE, I2C, and GPIO. I am focused on reducing the power consumption. When BLE is not connected, I want to have as little power usage...
This is in response to a central sending an update. I try and follow with the central's request except I set the times to the AUTO value. If I get an NRF_ERROR_NOT_SUPPORTED...
ran nordic blinky example on nrf52840 kit
Want to know where is the transmitter power set in the code.
refer any example where we can define transmit power
Hi Folks,
I am just asking general information (explanation and/or code samples examples) to set up a secured BLE connection between multiple centrals towards one peripheral...
Hi,
I'm programming a nRF52832 for SPI communication with another device which requires some single byte TX/RX. After a lot of head-banging, I realized that the nRF52 was...
Hello there,
if i download a hex-file to the NRF52840-Dongle with the J-Link (Lite) tool, the dongle always remains in bootloader mode (red led is flashing). But if i download...
Hi,
I recently updated to version 1.5.1 of the SDK, which includes a new version of emStudio. All seems generally OK, and so far all of the real issues I've found have been...
Hi Want to implement dimmable LED light Bulb with nrf mesh SDK (one pwm and on-off ) Which example from NRF SDK i should refer for this functioality. Thanks and Regards, ...
Hello,
We are trying to develop and test our coded phy BLE interface. We have used the iOS and NRF connect app to test the 1M services and characteristics, is there an equivalent...
Hey, I've learnt that nRF5 SDK is having the capability to implement the AoD (transmit) and AoA (receive) to precisely calculate the location indoors. Kindly help me to get...
Hi everyone, I am currently carrying out tests to choose a BLE module for future development.
The system is as follows: • An STM32L433 manages the application side and controls...
Hi,
I have a question regarding BLE connection with passkey.
When starting connection and bonding process, a device can display a passkey so the other side will send this...
Hi,
I have been working on nRF since last week now. I've followed the tutorials on how to setup a custom service and custom characterics ( Bluetooth low energy Services...