In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
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...