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...
Hey,
I would like to send data from Central to Peripheral. I follow by ble_app_uart example, however I need to send a float type variable, so I split it to the total and...
I have 2 identical nrf52832 development boards with PCA10040 V1.1.0. One is running the ble_ant_app_hrm example from the nRF5_SDK_11.0.0_89a8197. This example appears to run...
Hello,
I'm developing a product using nRF51822 which is intended to work with iPhones (only iPhones for now; iPod/iPad and Android later).
I need some kind of document...
Hello,
I'm trying to recreate the PWM_library example from the v.11 SDK in a new file in Keil. I have compared the debug settings in my project to the debug settings to...
Hi there,
I am following the thread to use JlinkExe and JlinkRTTClient. I encountered a situation which i don't understand.
After running JlinkExe (go to the folder...
Hello,
I am trying to remake an nrf52 project in Keil and ran into a problem regarding stdint.h. There is already an "include <stdint.h>" statement and Keil has not reported...
Hi,
I am testing the NUS using the UART example in the SDK11 with the PCA10040 board.
Since I want to achieve the maximum speed of transmission I used the FIFO buffer...
I am having issues waking up nRF52 with s132 using the RTC interrupt. The same code is used on nRF51 with s130 and does not show this behavior.
The RTC is configured and...
Hi,
is it possible to have the same configuration as in the example ble_central_and_peripheral but with ant+ as peripheral (on nRF52)?
Thank you for your attention
I am doing externally triggered SPIM transfer on the Nrf52 using PPI.
I found that the NRF_SPIM_TASK_SUSPEND is a very power hungry operation as SPI suspend waits for the...
Hello
I have a nRF52-DK and I am trying to programme an external designed by myself but this one contains the nRF51422 chip. I am using nRFGO Studio to upload the .HEX...
I consider using " nRF OpenMesh " to implement my project.
But, I have no idea bout what's the throughput of it.
Anyone has an idea?
I find the max. content of advertisement...
Hello, I'm trying to make two nRF52832 connect to each other on their own. Currently, it seems that the ble addresses are reversed when printed by ble_gap_addr_print in different...
Hello,
I'm looking for a solution to achieve best possible resolution timestamps of received advertising packets for BLE. Is there any specific chip that you would recommend...