We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Hi!
For a project I need to sample an I2C sensor for a period of 1 min with 1 sec between samples with a nordic nrf52832. During this 1 min, a co-processor communicates...
I'm trying to build a custom board in VS Code to use with the nRF9160. I'm using a Thingy91, so I took the board file for that, and copied it into the project directory. ...
I need to test the SPI communication in my nRF9160DK. I had tried to run the spi_loopback but failed to create a project in segger studio. Are there any SPI tests available...
So I have taken a starting point of adding multiple characteristics in the same service using this tutorial:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth...
We're trying to use multiple nRF52833 devices with a single BLE Central (Android tablet) where the devices remain disconnected most of the time, and report back to the central...
Hi,
I've been upgrading a product we designed some years ago with the S110 softdevice on an nRF51822 to use S130 and nRF5x SDK version 12.3 so that we can use the more modern...
Is there any precompiled binaries available to transfer the Thingy:91 sensor readings via usb serial like( temp, humi, pressure, light, accel, gas, lat&lng), right now I'm...
Hello, been trying to get Mosquitto MQTT Bridge working on EC2 (where mosquitto is running). https://docs.nrfcloud.com/Guides/Messages/SetupMessageBridge/#message-bridge-setup...
Hi
Gazell libraries are provided in <SDK>/components/proprietary_rf/gzll/gcc/ and I have 2 questions about those a) I see 2 flavours: gzll_<$HW>_gcc.a and gzll_<$HW>_sd_resources_gcc...
Hello,
NCS1.9.1 periodic_adv/periodic_sync, Windows10 X64, VS Code, nRF5340DK,
my project see the frist picture:
my test project codes as follow:
see the...
This Subject has been translated with a translation tool ----------- This is about writing to nRF52840. I have created software on the evaluation board nRF52840-DK. When I...
Hi, I'd like to describe an issue i faced during project development. My setup is: nRF52840 + s140 + sdk15+FreeRtos When i disable BLE I call:
1) sd_ble_gap_disconnect ...
I just received my Nordic Thingy91 and when I tried activating the SIM, the following message came up:
"Unfortunately this SIM has expired. We are sorry for the inconvenience...
Hello,
I have been working on a project involving a custom pcb with the nRF52832 microcontroller on it. Recently, I have been trying to modify the bootloader for this microcontroller...