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,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi we are in the preproduction phase and we see that in the market there are two order codes NRF9160-SICA-B1A-R and NRF9160-SICA-R.
Looking at the datasheet it looks like...
Hi there,
I am trying to obtain a .hex file for my project for Release Configuration. I don't see the .hex file get updated in the pca10040\s132\ses\Output\Release\Exe directory...
I am a electrical engineering student in my final year of study and am developing a product for my final year dissertation.
The project idea is to help identify sickness...
Hello,
I am using,
iPhone 7
iOS v14.8.1
nRF Connect for Mobile iOS v2.4.13
I have used nRF Connect for Mobile on android which shows this menu when peripheral...
I am using the NRF52840-DK and using the Zigbee light bulb example.
1. The DK board successfully connects to the zigbee network - Z2M in this case.
2. I have added an...
Hi everyone, my colleague developed a firmware using Arduino Nano 33 BLE and PlatformIO. Now I have to rewrite the code using Segger Embedded Studio. The problem is in the...
Hi there, I am developing a peripheral to central system with nrf52840 base on NUS service. Now I tried to increase the MTU of the peripheral to 247 to increase the transfer...
Hi,
I am using NCS for development and configuring GPIO pin as input, but I found the GPIO can't configuring as NO-PULL mode. There are only two options: Pull up and Pull...
Hi,
I am working on ble_bms_app template. While the nrf52840dk is connected to laptop, I don't get JLINK connected notification on the desktop. Sometimes i get the connected...
Hello.
I'm using nrf52832 (S132 v7.0.1, SDK v17.0.0) to develop peripheral roles.
Setting UUIDs for advertisements, services, and characteristics. At that time, sd_ble_uuid_vs_add...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central and Android device (Bluetooth 4.2) as advertise. Android devices use nRF Connect.
I can set...
We are aiming at a low pin count interface between modules. Ideally we would like to use the programming pins for both programming and as an I2C interface. Is this possible...
Hello,
I am new to Nordic, Zephyr and Linux. I have been going through the "getting started guide" on the zephyr docs website and ran into this problem not being able to...