if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hello, I was reading through the OpenThread Commissioning Guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_commissioning.html ) Attempting...
Hi
I am interested in the Non-IP Data Delivery support in the nRF9160 module.
1) Is there or is there no support at the moment? If not, is it planned and when will...
Hi,
My program suddenly stop working and I get this error message
This happening when I want to go in Debug Mode (Debug > Go).I cannot start the program anymore.
I...
Hi Nordic Team!
I am working with nRF5340 DK and nRF Connect SDK 1.5.0
I wanted to use Firmware Upgrade (FOTA) feature with the mesh . So, I have started with Bluetooth...
device_get_binding() this function has many parameters ,very Incomprehensible to use, in the nordic samples i use debug step by step to find what port what pin to be used...
Hello,
I am looking at the schematic for the nRF5340 DK and see that there are no external load capacitors for the 32 kHz crystal which has C_L = 9 pF. Therefore, we are...
Hello!
Hardware: nrf52840 IDE: Segger Embedded Studio SDK: nrf5 SDK 17.0.2
I've been having trouble getting IN reports to work on macOS. I based my code off of the generic...
At present, the nrf52840, sdk package is components_V15.2.0, it will restart probabilistically when the USB is connected to the computer for charging. The hardware reset register...
I use nrf52840 and max30003 and SD card that saves my ECG data. I've tried to make a lot of ECG and this one is the best. But I don't know why some ECG PEAKS are positive...
2021 05 18 west update new source mkdir -p ncs west init -m github.com/.../sdk-nrf --mr master ./ncs cd ~/ncs west update west zephyr-export //// ~/ncs/nrf/west.yml
name...
HI
When I use thread networking program, p0.7 pin is not controlled as IO port, but it is used well in other programs. What's the matter?Is this pin occupied by thread networking...
I already had a look at the custom characteristic tutorial and have completed it. Populating the Sensor value with characteristic is the next step where I am facing trouble...