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...
Not sure if this is the proper venue for a bug report:
In nrf_nvmc.h (from SDK v12.2.0)
/**
* @brief Write consecutive words to flash.
*
* @param address Address...
Hi,
We need to add WeChat / AirSync functionality to our nRF52-based product. Is there any support available from Nordic for this kind of environment? For example ble_wechat_service...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
hi,
i can't find the ID for softdevice_s140
run cmd : nrfutil pkg generate –help
--sd-req TEXT The SoftDevice requirements. A comma-
separated list of SoftDevice...
Hello,
I´ve got a problem with the primary services discovery when register more than 1 vendor specific UUID.
I´m actually connecting one Cadence Sensor and one Motion...
Hello!
I have problem with DFU bootloader on nRF51822-xxAA.
For first, I made all steps for upload bootloader(erase chip, upload SD s130, upload bootloader).
I used...
Hello, I use nRF51822 based device with s110 softdevice. I noticed that data exchange is different on different connected centrals.
For test I used Windows and Android powered...
Hello,
I have my project up and running using the "nrf51-micro-esb" project. I can successfully set my device to PRX mode and have it receive payloads just fine. Similarly...
Hi,
I have an issue about power consumption with a board nrf52 10040. The consumption should be 100µA but is 500µA. I found an errata about that in ' infocenter.nordicsemi...
We're using nRF52 to read two sensors data: one is an ADC chip using SPI; the other is a PPG sensor using I2C. MCU sampling rate is 250Hz, meaning every 4ms, MCU will poll...
Hi all!
I'm a beginner developer.
I start my work with nrf51822, download examples e.t.c
Now I try to download my code in real PCB with external 16MHz crystal.
Code worked...
-----------------------------EDIT--------------------------------------
I've changed topic name, because not buffer overwrite is the problem.
I need some mechanism for...
I am working on a project for college in which I need to build my own PCB. The code works fine on the Dev Kit but on the PCB, the bluetooth is not showing. I have tried looking...
Hello,
I am using nRF UART v2.0 android app and I have added my custom logic above it. I am using this phone as the central device and nrf52 with sdk 12 as the peripheral...
hi
i am using two dongles.one would be sending sensor data from gpio to other through ble.i need a example code for those two.could you please tell me which example i can...