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 am getting a
<debug> app: char val length 22 <debug> app: Failed to initialize characteristics. Error code: 0x04 <debug> app: Unable to create RegCertDataList characteristic...
Greetings,
In the nRF5 SDK for Thread and Zigbee v4.1.0 There's the "Zigbee CLI Agent Example".
Under this example the section "Using CLI to control lightning devices...
Hi, guys
I am debugging the I2S feature on nRF340DK, when I completed the initialization of I2S pins configuration and start I2S, the SCK,LRCK and MCLK pins can produced...
I'am new for this platform and working on nRF Connect SDK v1.6.1 with SES on windows.
i plan to develop based on a sample project. so, for example i select file-->open nRF...
I am trying to run and test the ots example but I am not able to connect to device with the nrfConnect or any other app? Please guide me as to how to check the ots service...
I am doing power optimizations on a custom hardware that has nrf9160 and nrf52833 on it. These are connected via GPIO pins and I use two pins to send interrupts to each other...
Hello. I am downloading a custom board (nrf52810) using the nrf52832-dk board as shown below.
I compressed and managed the project file after taking over for company business...
Dear Team,
We are developing a product based on ble mesh. We are planning to select NRF52840 as master device and nrf52832 as slave device. Slave devices should be more...
In the ble_app_beacon example in nRF SDK 17.02, there are two defines namely APP_BEACON_INFO_LENGTH (0x17) and APP_ADV_DATA_LENGTH (0x15). The former defines length of the...
I am trying to port some code from the nrf52840dk (PCA10056) to the dongle (PCA10059) and everything seems to work fine until an interrupt is triggered. All serial output...
Hey! I have a project with custom board with nRF52833 and I would need help with just getting data from sensor via i2c and sending it via bluetooth to mobile device. For some...
Hey!
I would like to use the nrfjprog executable from the nrf command line tools for flashing the nrf9160 modem firmware. I read some older tickets about this issue and...
I have a requirement to start the MCU with extended non connectable advertisement for few minutes and then activate normal connectable advertisement for another few minutes...
Hello,
We have an app_timer that runs periodically for the application, and we are also using BLE peripheral code. Once the application timer expires, the event handler...