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 use nrf51822 sdk130 (central device) and nrf51822 sdk110(peripheral device). I want to get rssi value of the peripheral device using the central device without connection...
Hi Hung Bui,
I am working DFU now, all the thing's good for nFR52832, but in same way nFR52840 not work, I just wonder nFR52840 is ready for DFU?
Thanks.
JG
HI,
I want to turn off the broadcast timeout, but when I change the broadcast timeout macro to 0 when the program does not work,
Modify as follows:
#define APP_ADV_TIMEOUT_IN_SECONDS...
I'm attempting to use Peer Manager with my nRF52832 module as a peripheral with an Android 7.0 phone as the central device.
My program is a mix between the NUS example...
Dear Nordic,
I have built a board using nRF51422, and I've just manage to populate it and start it up.
I'm using a modified example (peripheral_lbs), and everything seems...
Hi, I have an Adafruit Feather52 board which is preloaded with a serial DFU bootloader and the S132 Softdevice, of which I also have the merged Hex file. I would just like...
Hi,
I am designing a custom PCB using the nRF51422 chip. I have a program that I developed on the nRF51-DK. The program reads the capacitance value of a proximity sensor...
Hi All,
i need some helps. I need a device that can connect with one phone only, so i have created a whitelist wih size of 1.
During the life of device the device can...
Hello, I'm pretty sure the new BLE 5 will come out soon and it will integrate the mesh. And if mesh needs to be done at a protocol level, it must be the softdevice.
So...
Hello iam using softdevice 110 and SDK 10.0.0, i have implimented dfu in my project, i want to update a region in EEPROM by calling pstorage_update() function before calling...
A while ago I asked this question devzone.nordicsemi.com/.../.
Yesterday I re-installed MDK 8.11 after a computer crash and I had IAR version 7.60.1 and version 8.11.2...
Hi,
I need to design a small nRF52 board On 24mm Dia 2-layer PCB, same like nRF51822 Bluetooth Smart Beacon Kit (nRF51822 Coin-Cell design). Please find the attached Schematics...
Hi everybody.
I encountered issues with the formentioned setup. In my project I'm using latest SDK 13.1, softdevice S132 v.4.0.2. I'm compiling the project with latest...
Hi to everybody,
I am working with a custom board based on the nrf52832, while trying to integrate to my existing application the DFU functionality I am having problems...