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...
I am trying to do a ramping PWM. I want to update PWM every 25ms by increasing the duty cycle by 10%. I tried to setup a timer, by calling app_start_timer() on repeat mod...
Can you clarify how FLASH_SIZE, defined within the linker_section_placement_macros setting in the Segger Embedded Studio project file is used? Specifically: should it reflect...
In the light switch example, I try to change the network-key and then get some new unprovisioned servers provisioned.
The servers seem to get provisioned, but the client...
Hi,
I am working on NRF52840 preview DK using SDK version 15.3
I have compiled and loaded the Secure DFU bootloader onto the device, and also successfully got the BLE_BUTTONLESS_DFU...
I am using the mesh SDK version 2.2 (I think - I renamed the folder when I started, but I can't find a reference to the version number in the library! I am sure it is 2-point...
Hi,
How to calculate the free Ram and Flash after I loaded bootloader + SD + App on a running nRF52840?
I want to know ways to measure during critical RAM load too.
...
Hi, what is the correct way to erase all the connection params of a zigbee router device (not coordinator), and restart to search for a network automatically in production...
Hello,
I am using SDK 15.2.0 ,nrf52840. In my application we are using bluetooth and USB. The application works good. The device advertise and can get into the application...
Hello,
I have SDK v15 and there is not much information in infocenter also about these two functions related to my doubt.
( NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF & nrf_pwr_mgmt_run...
Hello, I'm starting evaluation of the Mesh Light Switch Demo both on DK PCA10056 and on Dongles PCA10059. I 'm using SEGGER IDE and made sure to properly set target in Preprocessor...
Hi , i tried to modify the template example from the sdk 15.3 but im getting an compilation error from " nrf_log_backend_rtt.c"
SEGGER_RTT_Conf.h: No such file or directory...
Trying to up load mqtt_simple sample, however getting bus fault on terminal. have browsed after the same issue here, but don't work after doing git pull ect...
here's...
How to correctly reinitialize the BLE stack when using FreeRTOS?
I can not find in the libraries where the task for the work of the stack under FreeRTOS is created.
Stopping...
We have a connection between our nRF52832 (server) and a tablet (client). We're trying to transmit some data at a rather high throughput. The connection parameters are as...