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.
...
I bought the nRF9160 dev kit and I can't connect to the j-link: JLinkExe SEGGER J-Link Commander V6.30f (Compiled Mar 2 2018 17:30:55) DLL version V6.30f, compiled Mar 2 2018...
Hi ,
In the target hardware I am able to detect the Nordic chipset nRF52480 by flashing USBD application on the chipset using JLINK SWD.
Now I have query related how I...
Hi!
With the nRF Mesh 1.2.0 on Android is only possible to set not group address as publishing address.
For group address happens nothing in the app and the device....
Dear,
I tried the same code on :
https://devzone.nordicsemi.com/f/nordic-q-a/43774/simple-gpio-example---nrf9160-dk/173275#173275
and my code:
The Led1,2,3,4...
I know how to set high power (8dBm) when running a nRF52840 as a peripheral (i.e. sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle, 8) ), but how...
SDK 15.2 API6.1
I am using the ble_app_blinky and ble_app_blinky_c examples and when i connect I see the "Nordic LED Button Service" and inside that i see 2 chracteristics...
Hello all,
In order to optimize my power design, I want to power my sensors though GPIO pin on nrf52832 and toggle the pin when I need to use them.
I have two sensors...
Hi.
I have an experience that I do not understand.
<main>
<timer handler>
"PushSwitch" changed to true when the button was pressed using a switch interrupt...
Dear nordic,
I have a custom board. first time its working fine and i flash the program without any issue. after few days i started to reflash the chip its show some errors...
Hi,
From last couple of months I'm working on NRF52840 chip and designed a battery operated device. I also made 5 prototype boards and I'm happy with the range test, coded...
I see two different issue from Segger ES. The below piece of code work well in debug mode, comparison of array at 2k and it fails at release mode. Wondering what's happening...
As a brief introduction, our research group uses bluetooth advertising to broadcast commands and responses between end devices and 'routers' which are connected to a PC. ...
Hi,
BLE Application on nRF52840 (pca10056) development board is being developed.
Application stopped the advertising to make device non-discoverable.
After that trying...
SDK 15.2, API 6.1
I have 1 firmware and 2 PCB it operates. PCB A was an external crystal and the sdk_config file is setup for the operation. However, PCB B uses internal...