Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
We use our own board with both nRF52840 and nRF9160. We run into a problem trying to implement a circuit that enables the nRF9160 to reset the nRF52840. Things work fine if...
Any suggestions for the simplest lightest way to add basic printf to a debug uart?
nRF52840, SDK 17.0.2, Nordic SES 5.30a, using nrfx_* drivers
I've looked at app_uart_fifo...
Hi Dev Team,
I am facing a strange issue in which my code stops after a random time without any error messages. I currently have 5 timers running for different tasks and...
I'm having a hard time understanding the control flow in the Python implementation of pc-ble-driver. I've looked at the example and I can somewhat understand each step, but...
Hi , i am trying to merge ble_uart client example together with a project that I built using the app_pwm and uarte driver and I cant seem to manage is it possible to show...
Hi, I'm using nRF51822 and SDK 12.3.0 and S130 2.0.1 for our development. As I work on bonding the device to the phone, I found out an interesting thing. Sometimes the nRF...
The nRF9160-DK has:
IMEI nrf-xxxxxxxxxxxxxxx
FCC ID: 2ANPO00NRF9160 IC: 24529-NRF9260
When I try to downlead the certificate from the nRFCloud account, I get error:...
I am using nRF52810 Eval board for our project. I am using NRF toolbox UART function to control the PWM and UARTE function . I have tested PWM and UART separately with NRF...
Hello Everyone,
I am developing a Zigbee-based device using nRF52840.
So far all functionalities are working without any problem. Now for device load detection, we are...
Hi There,
I'm working with E-Ink display connected with nRF52 chip. I have a base library to display images and works very well.
Now I'm trying to use GFX library...
When creating my own project in Keil for the NRF51. I get this error when including files that include nrf.h. I do not have this problem in the example projects with the NRF51...
Hello, I've been trying to setup TWI with 3 sensors and so far I had no luck (custom board). Here's the situation: 1) 3 sensors are connected to nrf52820, SCL to P0.15, SDA...
I am a beginner who just received nRF52840 and working through Getting started with nRF Connect SDK (nRF52 Series). Everything worked fine until I got to chapter "Testing...
Hi all,
I have a wireless configuration that includes 5 peripheral devices (nRF52840 custom boards) and one central device (tablet) with a custom app.
All peripherals...