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...
In section 7.5.2 of the nRF24L01 Datasheet it states:
PTX enters RX mode and waits a time period for an ACK packet each time a packet is transmitted.
During this...
Not really a question, but I found a potential issue with the Battery Service module in ble_bas_battery_level_update() . This is in both SDK v10 and SDK v12.
The problem...
Up to this, we've been prototyping with MDBT40 module in our prototypes. We want to move to a completely custom PCB using the nRF51822 SoC for a number of reasons (space and...
Hi,
I am using nRF51-DK with softdevice S130 and SDK 12.0. I am working on the BLE central role with ble_nus_c service. I am able to setup the multiple connection with...
Hello,
In the last month i bought the nr52-dk, my first two steps handling it were:
the getting started tutorial and some other tutorials to get the feeling of the...
I am doing some test with the Battery Service on SDK v10, and found out that if I have not enabled Notification on my phone, calling ble_bas_battery_level_update() returns...
Hello.
For routing purpose, I use GPIO pin for NFC for spi, driving a screen.
I start a screen integration with the with the spi peripheral example projet. Using the define...
I am using the nRF52 (SDK12.0.0) to create a very simple BLE application (maybe based on the BLE_APP_HRS example). The system will have a button, LED and interrupt pin from...
Hello,
we have successfully run Nordic chip together with iPhone and we are able to get notifications from iPhone to the embedded device using ANCS via Bluetooth LE.
...
I am using the nfr51 dk and a standalone nrf51822 based ble module for prototyping & testing purpose.I plan to make my own custom pcb for final production.In both the above...
I recently received a redbear nrf8001 board for use with my Arduino Uno. I had intentions of using it with ANCS. Before I realized that there was a ANCS example included with...
Guys,
I am designing a Bluetooth proximity tag using nrf52832 SoC. I have designed and tested the circuit and it works fine.
What is the best method to read the coin cell...
What happens if two masters scan the same channel and try to connect with the peripheral at the same time. And second question - what if one of that masters will be on the...