I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hi,
I was developing my customer board with nrf52832,and started with ble_app_uart .
I added SPI flash with sck 3, miso 1,mosi 0,ss 2 and it works fine.
but now i restart...
I am using a 3rd party nrf52832 module and I am trying to program it and debug it using the nrf52840 board debugger output pins (swclk, swdio, ground and power). The connection...
Hi,
I am using
Custom Board(nRF52840)
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
My board has two leds and two buttons for door...
The AWS FOTA sample starts the download of my app_update.bin file that I created and loaded into an s3 bucket.
The file downloads (you can see in the attached logs) but...
Hi, I'm using the Nordic DK52 (52832) along with SDK 15.0 to prototype an application where I can send some data from a sensor attached via UART to an BLE-enabled application...
Hey guys,
Ive been trying to add the USB power detection to our device and for some reason I can't get the desired result.
The device is a 52840 using SDK 15.2 and SD...
In order to test my custom BLE protocol on my device I am attempting to use the pc-ble-driver-py Python module (either 0.11.4 or latest version) to connect to my BLE peripheral...
Hi,
Is there a way to disable bonding? I am having issues when I delete the paired device from my phone. After I delete the pairing, nordic still has the stored keys for...
We are developing a Bluetooth device around the nRF52840 SoC. The time has come to investigate the production part of things.
Since we have been developing and designing...
Hi Devzone:
Where can I find full document on how to use nrf_power_gpregret_set?
Background: I am planing to do buttonless DFU without BLE but through usb cdc acm.
After...
Dear support team, we are trying to make the device ST IIS2DLPC (accelormeter) talk via SPI to the dev board PCA10040
We are using the evaluation board STEVAL-MKI191V1 wich...
Hello,
I am trying to build the lwm2m_client sample on my ubuntu 16.04 machine. I tried building for nrf9160_pca10090ns and nrf9160_pca20035ns The build fails with:
...
Hi,
I am using SEGGER/SEGGER Embedded Studio for ARM 4.12, I used Two working Examples ble_app_gatts_c_pca10040_s132 and flash_fstorage. I am getting these errors "undefined...
Hello,
For our project I'm using a LIS2DH (accelerometer) that is supposed to trigger an interrupt on its pin INT1 when a movement is detected.
I use nRF52832. Before...
Hi
I'm not familiar with C language, I tested the saadc example in SDK, it worked well in P0.02
But I dont see how they set CH[X].PSELP or CH[X].PSELN (V(p) and V(n))...