Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...
Hi,
I want to do the application DFU with nrf51822 in Python.
The application code I use is dfu_test_app_hrm_s130.zip in nRF51_SDK_10.0.0
As I know, the .bin file...
Hi,
I'm having trouble installing SDK12 on Keil 5.21a
When I run the installer it goes through the process but after the process the files in Keil (pack installer app...
my central application is scanning for, and connecting to, only a single pre assigned peripheral device/address.
This central device is used in a high RF/BLE peripheral...