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...
Hi dear Nordic engineers and enthusiasts,
I am currently testing and researching on the functionalities of Nordic Thingy 52 in Bluetooth Mesh . I have tested with the provided...
Hi
I am trying to use the TWI on nrf52840 but i am unable to get it to work. its getting stuck somewhere. I dont have a logic analyzer so i am unable to check if the signal...
Hi,
I'm doing some experimental evaluation of BLE Long Range. I use the ble_app_att_mtu_throughput example with parameters:
ATT MTU: 247 bytes
Data length extension...
I am trying to test out the whitelist that I have created for the nrf52832 client. I have edited the whitelist so it will only allow one device to be bonded and added to the...
Hello, We have choose NRF52840-QIAA-R for our design, can you give me more infrmation on microvia use between layer 1 and layer 2 please?
What is drilling and pad dimension...
hello,
When looking at the 3 different migrations scenarios at
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrfx_migration_user_guide#getting_started_replace_nrf_drv_options_migrate...
Hi, just posted this question on the Github project of the iOS app but I think this is the "official" place to ask...? :) anyways https://github.com/NordicSemiconductor/IOS...
I am trying to upgrade from nRF Connect v2.3 to v2.4 for Windows 10 (x64), but antivirus software(offline (Avira) and online versions) gives warning message "BDS/Androm.hrhsn...
Hi,
Downloaded the nrfconnect-setup-2.6.0.exe file.
Scanned it with www.virustotal.com, and it detected a W32/GenBl.55BA2A95!Olympus virus.
Can you please check it up...
I would like to use the nRF52840 as the subject device in a EE Capstone design course. Compiler tools (both Keil and Segger) work well and will be easy to teach but I am unable...
In the "sdk_config.h",there has two options, one is TIMER_ENABLED,the other is NRFX_TIMER_ENABLED, and in the sample ,there also have"nrf_drv_time" ,what's the difference...
I am trying to program an EBYTE 2G4M04S1B module. After connecting to the NRF-DK, in nRFgo Studio, I get the "No device detected, or readback protection may be set GUI", but...
Hi,
I try to implement the access to the SoftDevice functions in an application. I started with the TWI example and want to implement fstorage module from the SDK (SDK15...
The file components/libraries/serial/nrf_serial.c in nRF5 SDK is used for UART serial tx/rx and has support for timeouts. There appears to be a bug with use of timeouts. ...