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,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi,
In the nRF52840 Product Specification 1.7 , page 34 chapter 4.4.1.9 INFO.VARIANT, I read that the hex code of variant "AAF0" is 0x4141 45 30. However the description...
Configuration :
IDE : SES V5.70a
SDK version : NRF5_SDK_17.1.0
Board : NRF52840DK
Hello,
I'd like to use 4 channels of the ADC in a scan mode at a high frequency...
Hi,
I am working on an application to transfer firmware file via BLE-GATT to nRF52833. Can you kindly suggest any sample code for me to evaluate.
Thanks,
Ubaid
Hi,
I've been following this tutorial regarding connecting my BLE device to another Bluetooth module:
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting...
Hello,
I have a question regarding NRFX_SPIS_XFER_DONE event. Documentation says that this means "SPI transaction has been completed."
I'm curious if this event is triggered...
Hi,
I have just bumped the NCS I am using for my project to version 1.9.1. After this update, I found a bug in the Zephyr code.
On line 214 of zephyr/subsys/net/lib/lwm2m...
After some advice here, Typically I use the native or recommended IDE's for the platform I'm working with and generally have no issues getting up and running. This time around...
Hi,
I am using NCS v1.9.0 and have a question about datatime module.
It seems to have NTP and Modem clock sources, but I don't want to use either clock source. I have...
Hi
Thank you for your attention to my question, I would like to inquire how to control each channel of hardware PWM individually, We have 6 LED lights, each LED has different...
Hi, I am running Sample DFU app based on peripheral_lbs suggested by nordic on BL653dvk : https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
is it possible to transfer my emulated code from the nRF52840 to the nRF 52811? How do i do that? Or a better question; how do i write my code on the nrf52811 using the nRF52840...
I am working from this video:
https://webinars.nordicsemi.com/developing-bluetooth-low-energy-6
Which nRF5340-DK build configuration should I use please?
nrff5340dk_nrf5340_cpuapp...
Hi all.
I've imported nRF Blinky into Android studio but got this error:
Minimum supported Gradle version is 7.2. Current version is 7.0.2.
How can I fix it? Just change...
According to the way our production and the way we update the firmware.
I will need a bootloader for nrf5340, so I can update the firmware via SPI.
What will be the best...