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...
I am considering using two nRF52832 or nRF51822 's for a project which requires two way BLE communication. Pressing a button on one end should cause an event on the other...
Hello, I have an adafruit bluefruit feather m0 which has nRF51822 on it, I was able to establish a connection and send data until yesterday. When I try to find my adafruit...
Hi All,
I have a general question about the FreeRTOS implementation for SDK 14.0.0.
I've added FreeRTOS onto a basic UART BLE peripheral example that I wrote. I referenced...
Hey Guys,
I'm trying to import an existing Keil project into Segger Embedded, SDK 12.3.0.
I know this link exists which explains importing prior to SDK 14.2.0. However...
In the PS v1.4 pages 13-15 related to the QFN package.
Pins 11, 12 (P0.09, P0.10) are marked with the note '1'.
On page 15, at the bottom, the notes are enumerated:
...
I have a button that will put my device into pairing mode. While in this mode, I want central devices that connect to form bonds so that when not in pairing mode I have a...
Here I document how, in Eclipse, to start two, concurrent debugging sessions to two NRF5DK boards (or other debugging probes) , connected to different USB ports of the same...
Hello everybody,
I have problems with selectivity when I scan. There are 5 peripheral devices with different " DEVICE_NAME " but the same UUID and type (same " ble_uuid_t...
Hi, I am working on a custom board of NRF 51822 driving multiple leds from pin 21 to 30. I am trying to get and transmit the status of all the pins with help of bsp functions...
Hi,
We'd like to implement a feature that allows changing a BLE connection from [central device #1 -> peripheral] to [central device #2 -> same peripheral] (similar to Apple...
Dear friends,
The nRF Connect BLE app is connected with a local device acted as Master. The app supports the configuration of the local device's GATT attribute table, and...
Hello,
After i uploaded a program on my nRF52832 i couldn't enter debug or reprogram the chip. This is the error i get when trying to erase the chip using Segger J-Flash...
Hi,
I am using peer manager to use static passkey with nrf51822, sdk11 and s130 v2.
Is the "case PM_EVT_CONN_SEC_START:" the best place to put sd_ble_gap_tx_power_set...