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 would like to evaluate the long range demo with the 15.2 SDK (original 15.0 is used). Opening the project and trying to compile it gives some errors like "no such...
Hi support team,
I have found that RESN and RESP are typically 160 ohms, customer would like to know their stability and temperature coefficient.
Regards
Salas
HI,
Version: SDK15.3,ble_app_template,custom board with nrf52832
I'm trying to change my device name by writing data from bluetooth
when getting 0xdd 0x06 ........,it...
Hi What is the minimum clock frequency that the TWIS module will work with? Obviously the I2C spec minimum is about 100kHz however the device I am communicating with is using...
Hi,
Is it possible to use the modem firmware mfw_nrf9160_1.1.1 (delivered with nRF Connect SDK 1.2) with nRF Connect SDK 1.1?
We will move to nRF Connect SDK 1.2, but...
Hello, we are integrating a BLE board (nrf52832) into our system, and the ble_app_uart example project is perfect for us, so we are starting with that.
What we are seeing...
After reading some questions about the Thingy:91 here in the forum, I start asking myself, if the Thingy:91 without a nRF9160 DK is usable at all.
Any experience with that...
Hi, I'm working on a design with nRF52832 + chip antenna. I'd like to add a PI network to be able to tune the antenna before production.
I'm working with this antenna:...
OK, I have an app that succeeds in starting advertising and then arrives in the main event loop, following which I go to the NRF_BREAKPOINT_COND trap.
Since I do not have...
hi,
I am using Running Speed and Cadence Service structure, when i raise a write command (bt_gatt_write) from the client I was expecting a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
OK, so I have figured out that I can put some of my advertising content into the scan response if there is no room in the advertising packet, but what do I do if there is...
I just bought the nordic thingy91 and managed to connect it to the cloud. but since then the device doesnt appear to come on at all? I thought the battery has died but when...
My application is using multiple features such as BLE UART, Proximity and TWI.
I've two twi sensors triggered when needed. and one of them generate an int to wake up the...
I discovered a bug in nrf_ble_scan_uuid_filter_add. The "Check for duplicated filter" code does not only a partial comparison on the p_uuid_filter with the p_uuid data object...