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,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello,
I develop a BLE central device based on nRF52 (with the newest connectivity firmware and SoftDevice with API v3) and the pc-ble-driver in version 2.0.
Since my...
Hello Everyone,
I am working on nRF51 I need to save data with timestamp (current date and time).
Is there any example code is available so I can set current time and...
Hello,
Recently read about FIDO’s U2F authentication protocol for NFC and Bluetooth smart.
https://fidoalliance.org/fido-alliance-equips-u2f-for-mobile-and-wireless-applications...
hello everyone,
I am doing a project about Ibeacons. I need to make a selfmade bluetooth smart beacon (excuse me for bad English). I found a schematic circuit design of...
Hi all,
I am trying to get an Android Nexus 5X app to work with an NRF chip, and facing some problems, specifically with writing to a characteristic. Really hope to get...
Hi,
I discovered unusual behaviour in a SPI read transfer.
My transfer consists of writing one byte (peripheral register address) and receiving one byte (contents of...
SoftDevice Version s132 SDK Version
12.2 Kit NRF52832 PC10040 DK
I am trying to run the ble_app_beacon example after importing the project into Segger Embedded Studio...
Hi,
My application always stops at the end of ble_stack_init() exactly at:
return sd_nvic_EnableIRQ(SWI2_IRQn);
of the function softdevice_handler_init.
My board...
I am working on a project using the nRFDK51 as BLE scanner with s130 and BLE peripheral an nrf51822 custom PCB design. The BLE peripheral is the device we are developing for...
How many nRF52840 chips can be used simultaneously? Can all data and advertisement channels be used at maximum capacity (2Mbps/each) to result in an overall throughput of...
Hi,
I am running an nrf52 (board PTR5628, no external 32kHz crystal), having some leds blinking at startup just prior to start advertising. 75% of the time when I power it...
Hello all,
I have created a BLE application on nRF52 PCA10040 devboard with S132 SD, in which I would like to use a PWM with the PWM_Driver .
My pwm source code as below...
Hello,
I am new to nordic nrf51822 and want to program nrf51822- www.raytac.com/.../MDBT40 spec-Version A5.pdf using jlink ( world.taobao.com/.../537881589911.htm .
I...
Dear friends,
As it said in title,when using 52832,s132 softdevice,what is the max number of packets that can be sent in one connect interval ? In which document i can get...