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...
Hi,
i have recently bought a development kit for the nRF24LE1 chip. Untfortunately there was no CD included, as described in the following user guide.
data.icbank.com/...
The nRF51822 Bluetooth Smart Beacon Kit has P0.09 and P0.11 connected to the programming connector P2 (Pin 3 and Pin 6). From the User Guide :
Can I use them as UART...
I have a Rigado BMD-300 Evaluation Board with a BMD 301 module attached. Using the Texas Instruments SmartRF Packet Sniffer, I see the message being broadcast approximately...
Hi,
I've studied the "ble_HID_template.ino" example and I've come up with some doubts and need some clarifications in some points, they are listed below:
1 - Does nRF8001...
Hi.
First, I use nRF52832, s132, softdevice 3.0.0
I will save identifier that is first scan data(8byte).
And, I ignore Later scan data.
Next, UUID's some part...
I recently updated my nRFConnect version to 2.2.1, which alos updated my Command Line Nordic tools. After this update, nRFConnect is " Unable to read connectivity firmware...
I am using a tab with some application in which if we kill the app ble_disconnect will happen and led will blink means it goes from connected to diconnected state.
path...
In the Light Switching example the Health model is used, but is it mandatory to used this model for Bluetooth Mesh applications or I can choose not to use it if i don't deem...
Hi everyone,
We're using our own customized BLE service with nrf51 on the one side and Android Smartphone on the other.
While connecting to the GATT I'm getting Error...
Forgive me if this is a stupid question, but I am new to programming microcontrollers other than Arduino and SPI in general.
I have a DAC that has a 16-bit register and...
Hello,
I am using 10 bit ADC read VDD voltage convert into mv without using any external voltage divider circuit, as per following function:
static void adc_configure_battery...
I'm embarrassed to say that the loopback I2S example, while able to show me that data can be sent and received through I2S, wasn't enough to help me achieve a simple demonstration...