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...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hello,
I am developing one Zigbee based product for that I am using nRF52840 and light_bulb examples and modified as per my requirement.
Till now everything successfully...
I've just found through some trial and error that SoftDevice (s130 at least) on the nRF51 DK handles a sequence of notifications in the following manner:
call sd_ble_gatts_hvx...
Is it possible to (central side) send scan request fill the content based on received advertise information?
We want to control scan request message based on advertise content...
I am an experienced developer but struggling to understand nRF9160. Where can I find .h files defining HW? Where can I find data sheets describing peripherals? My task is...
Dear friend
Based on sdk17.0.2, in the ble_app_hrs routine, set NRF_SDH_BLE_SERVICE_CHANGED to 1, and by observing with nrf connect app, you can see that the Android phone...
If you take a 1K variable to a local variable, the AP will drop.
Static variables do not fall off.
I think it's a stack size issue, but how do I specify the stack size...
I am trying to get an nRF52811 to do extended advertising.
I am using: nRF5_SDK_17.0.2, version 7.2.0 of s140, SEGGER Embedded Studio 4.52, Windows 10
I have stripped...
I would like to confirm the update process when using nRF5SDK160098a08e2. I am aware of the following update process ----- Startup process: -MBR checks NRF_UICR->BOOTLOADERADDR...
Hello there,
I know how to measure the current based on Nordic tutorial. However, if I connected an external accelerometer by connecting Vdd and Gnd from nordic ev kit to...
Hi,
I want to run a CoAP server with Zephyr on a Thingy:91 over NB-IoT. Now I noticed that the Thingy only gets a private IPv4 address (10.x.x.x) from my provider which...
Hi, I am working on my custom made board, and I use P09 and P10 as digital outputs. I am aware I should disable NFC by adding the preprocessor: "CONFIG_NFCT_PINS_AS_GPIOS...
Hi All:
As the topic...........
1.what is the relations between the HID descriptor and data IN/OUT buffer?
2.Is the USB generic HID receiver_Function and tansmit_Function...
When launching the nRF9160, the following error occurred: <inf> at_host: UART check failed: 12. Dropping buffer and retrying.
Under what conditions does this come out? ...
I am trying to add DFU to my project, so I merged in the code from the example in the SDK as follows:
I included the same .c files as the example project
I copied over...