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...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hello Guys,
I am facing an issue with nrf52840 usb dongle.
I am using an external debugger J-Link for debugging the target ic.
During development, i have succesfully...
I am integrating flash storage example ( nRF5_SDK_17.0.2_d674dde\examples\peripheral\flash_fstorage) in ble_app_hrs_rscs_relay (nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral...
I am trying to implement bonded pairing with a project in which I already have NVS configured for user data. When implementing bonding, I understand that I need to remove...
The term advDelay is being used for the 0-10 ms random delay added to the fixed advertising interval. Since it is set by the link layer and can't be controlled by us, I want...
Hello,
I'm evaluating power optimization on nRF52. I'm using a Power Profiler Kit II and a nRF52-DK board.
I tried a lot of configuration and everything work as expected...
Hello,
I am trying to learn bluetooth using nrf52840 USB dongle. I have created an application from sample beacon and i would like to use I2C to implement my own driver...
unable to use time.h file
i have used:
#include time.h in main.c
added time.h file from C:\Keil_v5\ARM\ARMCC\include\time.h
when i use
time_t T = time(NULL); srand...
I have recently upgraded my working stack based on nrf sdk for thread and zigbee v2.0.0 to nrf sdk for thread and zigbee v4.0.0
But since then my mtd's are not getting commissioned...
We have built our application in nRF SDK for Thread and Zigbee. Since nRF SDK for Thread and Zigbee is in maintenance mode now, we plan to move our application to nRF Connect...
Hi,
I had my application based on nRF_SDK_For_Thread_and_Zigbee, and now I am porting my application to nRF_Connect_SDK.
When I use the nRF52840 DK board for testing...
How to define four different 128 bit uuid service characteristic? write and read operations on 128 bit uuid please give me some examples operations on 128bit uuid in pyth...
Hi NORDIC:
Current NRF9160 MODEM mfw_nrf9160_1.3.1.zip, I want to update to mfw_nrf9160_1.3.0.zip,
But an error is reported during the upgrade:
how can I update to...
I have modified this project to set the current date via a bluetooth service instead of UART. But as soon as we try to access any of these static variables from the bluetooth...
Here's what does work, new attribute set as read/write. I can configure then see on connection tab.
When i change to notify or indicate, the Current Time Service...