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.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hi,
My project consists of 2 devices, both using the nrf52840 on sdk 17.1. One I will call the hub, the other the sensor. The hub serves as the central in a connection with...
I have been developing an application using the AWS IoT library on build target nrf7002dk/nrf5340/cpuapp and nRF Connect SDK v2.7.0, and the application connects to Wi-Fi...
Using the official nRF Connect for VS Code extension sometimes when debugging and hitting a fatal error, no backtrace is shown (backtrace seems to be mostly garbage):
...
- I am writing to request the datasheet for the NRF31562 chip. This chip is used in the dongle of my wireless mouse, which has recently malfunctioned. order to diagnose and...
I've been testing the nPM1300 and I'm running into some interesting issues. I'm using NCS 2.7.x (originally evaluated on 2.6.x) and got it to the sweet spot where the nRF9161...
After connecting the device in nrf connect app, based on the protocol of our device we are supposed to give a certain code in RX Characteristic which is present under Nordic...
Hi guys,
i show you an image here where I am sending from my board a text file ( about 75KB ) to nordic toolbox via nus, I use notify to send ( but I have similar situation...
Hi,
I have a GATT server defined with this macro
BT_GATT_SERVICE_DEFINE If I want to unregister it during runtime, how would I go about it? I saw some APIs in gatt...
This is a follow-up to case 327769.
Here is a summary of the original case, with highlights added for the crux of the problem:
Here are the details:
OS: Windows 10...
When running the ECDSA Example from Nordic, the keys are generated successfully. But when I add the code for generating CSR it fails with the error code -134 which bby my...
I need to set the public BLE address for a BLE central role device using an nRF5340.
First attempted creating an additional bluetooth identity , but it appears this is only...
During a review of production firmware I noticed an oddity that should cause a compiler error but it somehow does not.
In C, a function may not be overloaded. There are...
Hi,
My customer is trying to use both UART peripherals on the IC and have VCP on the USB, for a total of 3 “UARTs/COM ports”.
Can the USB be instantiated for VCP? if they...
Hello, I'm currently implementing BLE after I made the NRF51810 custom board. We are testing with the BLE example BLE UART with SDK 17.1.0 VER. The current setting is as follows...
Hi folks,
we're running zephyr v3.6.0 on ublox-anna-b412 module which embeds nRF52833. For our application we need multiple timers enabled next to running ble. When we were...