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...
hello
i am working with simple ble mpu example it is working fine but when i am trying to connect nrf52 DK with my android phone over bluetooth it is showing
the device...
I have analysed the light switch client and server example apps where the light switch is also the privisioner.
They both start and initialise a bit differently although...
Hello,
I used translation software.
I used the function to enable DCDC mode
I used sd_power_dcdc_mode_set ().
I want to use the optimal mode for power supply voltage...
Hello,
i'm using an nRF52832 as a Bluetooth to UART bridge, similar to the APP UART example.
Another controller (Cortex M7) is connected to the UART. I'm using UARTE with...
Hi,
I'm using two sensors with the same device address through I2C.
each sensor is supposed in a specific period of time (not working together), each sensor has a different...
I am writing a mesh beacon application based on Mesh SDK v0.10's beacon and light switching examples.
A very kind Nordic employee has provided an example on how to combine...
I'm having a problem with using all the memory in the nRF52 Thead SDK 0.10.0. Namely, even if I run one of the smallest examples (e.g. aes one from crypto examples) the flash...
I am using softdevice132, sdk 14.0, pca10040 dk,
when i add nus service to the dfu example, it is not working. there were also some warning about iram start address, which...
I just saw the news that Nordic is providing a free Segger Embedded Studio IDE and the sample projects from SDK 14.1 include the Segger project. I downloaded it and the license...
As I understand we have some problems with time sensitive actions while using softdevice with active ble connection. So here's my questions:
Are there some possible...
Hi All,
I am working on pca10040, nrf52832 and s132. I am using ble_app_uart and sd card, where i want to transmit data received over ble to the sd card.
Can you help...
If there an example on how to test the Raspberry PI border router ( infocenter.nordicsemi.com/index.jsp and some nRF52840 Preview DK together with the official Thread commissioning...
Hello,
I have an application which requires the firmware to be updated on the field. In our device the embedded microcontroller Atmel 328 is connected to nRF52832 through...
When programming the bluetooth mesh light control demo example found in the bluetooth mesh SDK, i get this error using J-Link RTT Viewer:
0> <t: 0>, main.c, 116, -----...
As I know, I need to do watchdog feed on bootloader.
but what If watchdog reload value is long enough for DFU?
for example, if DFU via BLE takes 2-3 minutes, generally...