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...
Dear Nordic Team,
Thanks for supporting.
My application is central act as a non connectable scanner and display the advertising packet through UART without fail. Please...
Hi guys,
First issue: is that the mergehex.exe fails everytime when trying to Write the merged file. The Error is ERROR: An error occured while writing the file. this has...
Hello.
Now I'm using nRF51422 and SoftDevice S310. And I'm trying to pass Bluetooth Consistency Check and PTS.
I read this question and answer.
devzone.nordicsemi...
Dear Nordic,
I see nRF52832 already support Bluetooth5 on-chip from your offical website, we want try a long range case, but not find the relate code, is it supported on...
Hi - I have followed the compiling instructions and downloaded the project to the nrf52840 PDK and it does not work. By debugging, no error codes are there during the execution...
Hello I have trouble that when I call sd_ble_gattc_read() I get error NRF_ERROR_BUSY .
This also happens only when I discover more services (before I discover Alert Notification...
Hi Expert,
I use nRF52DK and SDK "nRF5_SDK_12.3.0_d7731ad_test\examples\ble_peripheral\ble_app_hids_keyboard"
I saw many NRF_LOG_INFO and infocenter said should have many...
Hello,
I want to change the TX address or channel "on the fly". Since this did not work for me, I read the following post: "Is it possible to change TX address on nrf24l01...
Hello everybody!
How can i read the temperature, the battery-% or other data from the Thingy when using the Linux console and not the SDK? My steps so far
1. With i was...
I am estudying and modifying the light switch example.
the example shared in the SDK, this example works as star network. (1 client and 3 (or many) servers) where:
- The...
Hi,
I' writing an app based on ble_thread_dynamic_template with added CoAP utils, but with a few changes. Program works fine, I am able to communicate over CoAP, but after...
Hello!
Last time I've described issue with connection problems in large thread network https://devzone.nordicsemi.com/f/nordic-q-a/29867/thread-mesh-network-capacity-problem...
Hi,
I have encountered a 404 error:
<<<
HTTP ERROR: 404
Problem accessing /help/pdf/nwp_017.pdf. Reason:
ProxyServlet: /help/pdf/nwp_017.pdf
Powered by Jetty...
Hi,
I am trying to send stream of data over BLE. I am using nRF52 development kit and in that ble_app_uart code is running. I want to send continuous data to the UART and...