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 add peer manager to multilink_central example on SDK14.1.0 based on the ble_app_hrs_c example. The code is running on nRF52832 and softdevice S132 5.0.
It...
hi,
I need combine to SAADC with BLE interface. The following is the code I have written. However, I'm unable to transmit information via bluetooth. Can anyone help me with...
Hi,
I have found this link devzone.nordicsemi.com/.../ . It seems you need to change SDK or softDevice to make it work with FreeRTOS. Could you please share more information...
Connecting to J-Link via USB...FAILED: Can not connect to J-Link via USB. I am using the BLE Sniffer 1.0 and when I star the Sniffer I get the error code that my software...
Hey guys,
I'm trying to make the FDS work with BLE and the scheduler.
But something doesn't right when I use the Softdevice and scheduler with the FDS.
Must I register...
Dear all,
I have nRF51 DK and I use mbed CLI to build my application that is simple mbed-os-example-blinky.
Also I have SDK11.0.0 and I built the ble dfu bootloader (...
Hi there
I did an upgrade of the bootloader from SDK 12.2 to SDK 14.2. I am using the nrf52832 chip. It is basically the same as the secure BLE DFU example from the SDK...
Hi everybody,
I was looking for a better way to update a data, like a 32-bit-word, without the need to erase the entire page. Part of this question is already been asked...
I was going through all the supported SDKs for the nrf52840 and in all of them, it is mentioned that the ESB and FreeRTOS support is not there yet. Could someone please let...
Hello, I'm trying to implement a buttonless DFU via ANT for a custom nRF52 board. I've got the 212 v4.02 Softdevice and I'm using the 14.0.0 SDK. I am able to transmit and...
Dear
i want to nrf52832 to collect accelaration sensor data(SPI communication 8MHZ).
The sensor output datas per 250us,nrf52832 will lost the sensor interupt when 52832...
Good evening. I write a project on nrf51822 in which there are a number of services with a set of characteristics (write and read). I need to limit access to some characteristics...
Hello, I am working through the tutorials to understand how to better use the SDK. I am currently on the Advertising tutorial and have gotten a strange error that doesn't...