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'd like to know if it’s still true that the DFU bootloader (i.e with BLE transport) is strongly coupled to the SoftDevice version. In other words, if we do a SoftDevice over...
From page 520 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16
If the watchdog is configured to generate an interrupt on the TIMEOUT event, the watchdog...
I am trying to flash all three images together. I have the firmware updating working, but if you flash them together, the bootloader doesn't know that the application is programmed...
Hi,
We are preparing the first "production" run and we are looking on alternatives for production programming and testing, so far our factory used nRFgo for the pre-series...
I need to have more than 30 servers (and 1 client) in a mesh, so I increased the SERVER_NODE_COUNT value. But this results in a static assert in config_server.c:
How to...
Hi,
I know that this issue is well documented in the forum, but I have read everything and tried all of the suggested fixes, but nothing worked.
I am trying to Enter systemOFF...
Hi,
I have tried to find out how to aks the current time and set it, without success.
time(NULL) returns invalid data. What methods I should use to get the current time...
I want to simply put signal (sine wave) from signal generator into analog input and use saadc. I have program which uses ain4 and ain5 pins. So I was just wondering how I...
Basically I have modified the ble_app_uart example to connect multiple centrals(android devices),
now i want to transfer the string to all android devices which are connected...
Hello,
Would like to know the performance(i.e, latency when network size increases with respect to payload) of Thread, Zigbee, BT mesh wireless protocols. Is there any documentation...
I have some questions that I hope some of you fine engineers can shed some light on. First, some story time is probably in order. Skyrocket Toys developed a line of IR tag...
Hello All,
I am working on nRF51822 custom board. For programming I am use IAR Embedded Workbanch IDE in windows 7. For reference i am use nRF SDK 8.1.0.
Write now i am...
Hi! Found in this post https://devzone.nordicsemi.com/f/nordic-q-a/43514/nrf9160-http-and-other-examples about http client example, and link to repo to examles. All libs is...
Just a heads up that the file nRF5_SDK_15.3.0_59ac345/external/micro-ecc/build.sh in SDK 15.3.0 has Windows line endings and thus can't be executed in a terminal:
$./build_all...