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,
I am using sdk 12.2.2 and customised nrf52 board. I am using gcc makefile to compile my code. I want to add .lib file in my code so how should I add .lib file in...
Hi,
I want to send "ON" message to server node over mesh network when a client node receives "hello" via UART from PC
I was able to merge UART example from nrf5 sdk with...
We are using BMD300 module in our custom design, but we are facing issue in programming BMD300 using j-link segger. The device is not getting detected in nRFgo studio. But...
Hi
We are having our current NRF application working with S132 SoftDevice v3.0.0 API and we want to port our application on S132 SoftDevice v5.0.0 API and also want to use...
Hi,
Im not sure if im doing something wrong or what, but i've been hitting a wall when trying to use the radio example transmitter and receiver.
No matter what i send...
Hi , im using the ble_app_uart project on nRF52832 chip.
Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins...
Hi.
Im trying to implement the timer example from the sdk15 in my own project but i get a error i dont understand.
'NRFX_TIMER0_INST_IDX' undeclared here (not in a function...
Hi,
I'm having some trouble when trying to implement a custom service with two characteristics (SDK 15.0). My central application is not able to write to the cccd handle...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...
Hello,
I'd like to evaluate the performance of an L2CAP CoC on the nRF52840. I was hoping to find an example project which uses this feature but I couldn't see one.
Is...
Hello,
I'm attempting to test the maximum throughput of the nRF52810 using S112 v6.0.0.
The Soft Device Spec v2.0 for S112 implies in Section 15.7 that there is a mechanism...
Hello I am using the nRF52832 in an application where it will be exposed to high magnetic field strengths (e.g. 30,000 Gauss) during normal use. I wanted to know if there...
Hello,
In my project, there is a need to use a service to transfer body temperature. For this I would like to use the standard body temperature service - Health Thermometr...