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!
SDK Version: v2.6.0
I am getting build errors when trying to use PWM for an RGB LED. I have followed guides provided by Nordic but I must be getting something wrong...
Hi, as I am beginner, will be please anybody kindly help me with my first project? I'd like to connect to an MQTT broker available at 89.24.xxx.xxx:2223 (mosquitto 2.0.18...
Hi,
I have a question about ESB channel setting.
When I set the channel by calling esb_set_rf_channel, how is it set? Bluetooth Classic channel format? Bluetooth Low Energy...
Hi,
We have a custom board that includes an ST LIS2DE12 sensor. I followed what looks like the normal procedure to create an out-of-tree driver for it by refactoring the...
Hello community,
I am stumbling into a very strange phenomenon.
I'm using a nRF7002DK running a custom firmware that reads data from a bunch of sensors and forwards these...
I am new to the nRF52840 and the whole Nordic environment, so this may be a pretty basic question. I couldn't find any other blog entries that fit.
I am developing a manufacturing...
I use the nrf connect sdk together with vscode.
My application is a workspace application with the following structure:
. ├── application │ ├── build │ ├── CMakeLists...
Hello
I want to flash a nRF52840dk dongle with the programmer from nRF Connect for Desktop. My application is a BLE central with MCUBOOT.
When I click "write" it asks...
Hello,
I am working on the nrf_crypto_aes_ctr_pca10040 example provided in the nRF5 SDK. I have not modified the example; I am using it as it is from the SDK. However, when...
I would like to experiment with changing the frequency of the rangings, but I cannot find where the values are located in the nrf_dm sample. What is the best way to change...
Hello Everyone,
I am trying to develop a BLE-based Smoke Sensor, is there a sig-defined service or profile that's suitable for that sensor to be compatible with other...
Hi,
I have a working application where at some point, I erase some part of the flash with following code :
On nRF52 aPageAddr is:
(not sure why other variables are...
Hello,
I am evaluating the nRF5340 for a potential BLE audio application. I was able to program the kit following the instructions and using the build script (or through...
I am starting to experiment with the nRF 5340 Audio DK. I already have quite some experience with the nRF52 DK platform.
My goal would be to implement a simple guitar effect...