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 trying to use read/write authorisation on a characteristic in order to get/set a connection specific value of a characteristic
I am am having issues getting the new...
Greetings,
In my application I have another device (STM32) communicating to a NRF52 via UART. When the STM32 needs to be reset, the NRF52's RX pin is pulled low. When the...
My goal is to have a writeable characteristic that I can reject on my peripheral, based on the state of the application.
In my test application, based on the nus uart service...
Hi guys,
I'm trying to start with a simple IO toggle program on the nRF52 on a Thingy52 board. I have erased the micro so there is no soft device. I'm working in Eclipse...
I just downloaded SDK 13 and noticed that S130 (nRF51x) is no longer supported.
Does this mean that there won't be any bug fixes for the SDK / API for anyone using the...
I've followed migration document of S132 5.0.0 and to my positive surprise my existing SDK 13.1.0 code for nRF52832 seems to run without issues.
Are there any caveats of...
When starting nRFgo studio it crashes instantly. I have tried uninstalling it several times. It appears to install correctly including all the J-xxx components, but will not...
Hi,
I have a device in the central role that connects to a device with a specific name. I then do a db_discovery_start to get the handles of two of the characteristics...
Hello,
I'm trying DFU/bootloader.
Using nus service
Switch to dfu when necessary
At this time, watchdog (2 Sec) enable state does not execute the bootloader...
Hi,
I am mobile developer and very new to mcu programming. Due to our new product's requirements, I have to write program with new bluetooth chip. So if nrf51 and nrf52 series...
To find a clean channel for 2.4g Band to avoid the wifi channel, nRF24L01p would sweep frequency for all the channel (2400M~2525M). But looks like nRF24L01p not support to...
Hello guys!
I'm trying to port the TSS service to one of my projects.
This project is based on SDK13.1 while the Thingy is on SDK12.1
I have a lot of problems with...