Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
We are developing an IoT device that utilizes the nRF9151. We would like a review in the second round of our schematic and layout to understand if there is any issue that...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
I installed NRF connect I successfully built project when I flash I get success, but actually I can see project is not flashed what and how can I debug that ?
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Good day!
I am working on a custom board which has NRF52 and am using SDK 12.2.0 and in that, I want to stream BNO055 data. The base code I'm using is ble_app_hrs. The problem...
I want to set gpio using one interrupt and want to clear it using another interrupt funtion?
It seems i can only use the toggle funtion ,if i use the nrf_drv_gpiote_out_set...
Problem Statement: For one of our requirement we have to switch tx power in steps in ascending order continuously.
We are using ble_radio_notification feature to achieve...
Hi,
I'm trying to receive sensors data from three fdc1004 that have the same address. Can you have three TWI interfaces at the same time? How do you modify the nfr_drv_twi...
Hello,
I've just started using Segger Embedded Studio v3.30 for my development and I've been having trouble setting it up. I followed the instructions in this blog but...
Hi, I am programming on Thingy 52 to try to get it work like one of my nRF 52840 DK. Basically, I want Thingy to send beacons with data periodically and another Thingy to...
I have followed the tutorial given in the Nordic Devzone for using eclipse and haven't faced any problems while compiling and uploading the example "blinky".
I made sure...
Hi, ,
I am working on the nrf52832 development kit and want to program it as an I2C master. I have download the nRF SDK v12.3 but I am unable to understand the code written...
Hi guys
I am wondering what could be better for my system:
Multiples nRF52 central and peripherals (uart input/uart output to simulate keyboard and display)
SDK 13 ...
HI,
We use nrf52832 on a device with sdk 14.1.
Our product has to work at different temperature (between 20 and 70°C).
We did some measure and found this :
...
Hi, I have met an issue that the "ANT_CONFIG_TOTAL_CHANNELS_ALLOCATED" can't set more than 15 in ant_multi_channels example. Now I have a project that it need receive 100...
Hello all,
I am having some trouble changing the color of the LED in the Thingy via code in C# with Unity. I am picking up on a project and the previous workers managed...
Dear comrades, I am trying to advertise a simple packet with the nRF8001 embedded in the RedBearLab Blend Micro board using it as a beacon.
I am using the ble_broadcast...
i was using the serial example in examples/peripheral/serial and i Want to display integer value int i=1234 on the serial terminal(putty).I want to convert the int value to...