I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hello,
In my current project designed around nRF52840 incorporating many peripherals (limited power budget) and many central devices. Each peripheral can connect to any...
Hi
I am using NRF52810 with Softdevice S112 7.0.1 and SDK 16
I want to ask about the behavior of the softdevice notification queue on disconnect. I have seen these two...
Hi .thank u for reading this .First sorry for my english. This is the story:
I try to make a flexible mesh using multi nrf24l01+ more than 10 nodes. I searched so many topic...
While running a Scan in nRFConnect 4.24.3 on Android 10, Nokia 6.2, I see the first Advertisement from my BLE Device. That device advertises different sets of ScanData over...
Hi ,
I am working on a project where i need to publish wifi scans over ble , issue is that when ever we try to send data over it either send or not sent to avoid data loss...
Does Nordic have some solution for this? Device would be a WiFi+BLE gateway, which runs Linux, and can support advertising scan for at least 300 beacons, and have Ethernet...
Hi, I am running into issues where the nRF9160 (in NB-IoT mode) does not seem to handle cell changes reliably. I am using modem firmware mfw_nrf9160_1.2.0 . I made a simplified...
Hi Nordic guys,
I'm trying to create a pin pairing between an NRF52 DK and iPhone.
I've created this function to do that:
I've added that function in the ble_peripherical...
Hey! I am using nRF52 DK, SDK 15.2.0, and softdevice s112. I have an application that reads some data with the saadc, advertises, sends data if a connection is made or stores...
Hello
I am facing problem from many days on buttonless DFU.
Whoever from Nordic approaches kindly give a customized solution rather than other links. I have almost gone...
I am developing a BLE to LORA interface using nRF52840.
The LORA transceiver needs a 32MHz clock. Is there any way that I can get the nRF52840 to generate this?
I will...
nRF52840, SDK16.0.0, S132v7.0.1
I'm checking the accuracy of an LFXO 32KHz oscillator for manufacturing test purposes.
My rough plan is:
Initialize and clear TIMER3...
I use nrf52832 on my device and SDK version is nrf52 7.0.1. Yesterday I found it can not be find in bluetooth list,but it work on well in other Android devices like HUAWEI...
hello Nordic
i am working with nrf52832, sdk 16.0 , s132
i am trying to organize my code with attention to each function return value
i have tried looking at all...
Hi everyone,
I am writting a custom firmware and I am stacked on how to manipulate properly BLE events. First of all I have a handler function that listens for BLE events...