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 ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
We are using NRF52832 based Module in our design. Currently BLE Services & characteristics used in our firmware: 1. Custom Service characteristic 1: 37 Bytes characteristic...
Hi,
I understand that BLE Logical Link Control and Adaptation Layer Protocol is responsible for protocol multiplexing capability.
Can you please explain what kind of protocol...
Hey,
when i call:
otLinkSetChannel(OTInstance, ThreadChannelToUse);
from the very beginning of the programm:
void main(void) { int ret; ret = InitLEDs(); InitTemperatureMeasurement...
We are using nrf5340-dk to communicate with nrf5340 custom board and trying to search for the other sensors' addresses. There is secure mode and unsecure mode CPU. Which mode...
Hi.
My first attempt to get SAADC to work was:
NRF_SAADC->INTENSET = (SAADC_INTEN_RESULTDONE_Enabled << SAADC_INTEN_RESULTDONE_Pos) | //A result is ready to get transferred...
Hi,
Can I connect a 3.7V Li ion battery to the dongle VBUS keeping the SB1 and SB2 configurations as default?
Would this 3.7V applied to IC's VBUS pin cause any issue...
I want to view extended advertising, auxiliary advertising , LE coded data.
i had installed nrf sniffer app wireshark but it doesnt display this.
Ellysis bluetooth tracker...
Hello,
I am working on NRF52805.
I am able to debug my program with J-link using SEGGER.
However, when I try to download the program it seems like it is not running...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central.
Is it possible to change the Tx Power while connected to the device? I made it possible to change...
Hi,
I am migrating my project from SDK15 to SDK 17.0.2. I am using NRF52840 development kit and using s140 softdevice for bluetooth services. When I load the softdevice...
Hello.
I'm trying to make very simple iBeacon. So, I modified an example of 'ble_app_beacon'.
Things what I have done are below
1. wrote J-Link OB-SAM3U128-V2-NordicSemi...
Dear supporters team,
I would like to create a new project, It has a feature scan BLE peripherals and print name of peripherals
Could you help me suggest step by step...