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...
Hi,
After building and testing separate HTPS and GPS examples, I am getting modem errors when combining both projects into one application. One of our goals is to send GPS...
I am experimenting with the UART example. I can connect the nRF USB port to the USB port of my computer. I used realterm to see the serial output. The example works as described...
Hello.
I'm migrating an existing project from SDK 15.3 to SDK 17.0.2.
I'm having trouble updating my build scripts, specifically merging the settings page + BL + SD +...
Hi,ALL:
As top:
1.When Compiling file NRFX_TIMER.C,it warns :ISO C99 requires whitespace after the macro name. AND :"APP_TIMER_V2" redefined。 and I only can find the APP_TIMER_V2...
Hi,
I am using 2 esb devices to test my packet send and received.
My use case is:
1. Node-1 and Node-2 is power-in in PRX mode
2. Node-1 switch to PTX and send a packet...
Hello guys,
I am new in the BLE world.
I am currently using a BLE Android application running on a tablet + nrf52832 communication with another chip through UART.
I...
I understand only the flash memory that stores the boot image is available. We need ca 32 Kb of persistent storage. How can that flash memory also be used for additional persistent...
Hi, all
I'm using nRF52832 pca10040, s132.
I successfully read peripheral characteristic using 'ble_app_uart_c' example.
However, I read once only when the connection...
Hi,
I am struggling to find out why my device will not immediately start my application after an OTA DFU upgrade.
I am using buttonless DFU on a custom nrf51822 board...
HELLO,All: When using SDK5 From 52840 change to 52833 ,There are some errors,as below: 1.Output/Release/Exe/ble_app_hids_mouse_pca10056_s140.elf section `.init' will not fit...
Hi:All:
A: Since I have getten help to make left/right button working well, but I just want to know the dataflow from the button being pressed to released. 1. It means that...