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...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello, let it be clear that I could be wrong on this, but so far, based on the example provided by the nordic semi, I got the impression that the ble mesh is built almost...
Hello Nordic People,
Today I visited the NordicTechTour in Eindhoven, NL.
At the end we were given the "thingy" - quite interesting and useful hardware thingy.
However...
Hi all,
I just got the Rigado BMD-350 dev board that is based on the the nRF52832 Nordic SoC and I am trying to modify the ble_app_blinky example to include 1 more characteristic...
Hello,
I am trying a IOT SDK example to connect a NRF52840 to a Raspberry Pi 3 via ipv6:
infocenter.nordicsemi.com/index.jsp
I don't use a low energy dongle because...
I've worked on nRF DFU Library on Android where you can easily do OTA DFU. Same with the nRF Connect desktop application. I was wondering if anyone knows any library (preferably...
I'm developing a BLE gateway/scanner for nRF5 Mesh BLE network, my system components are as following:
Raspberry Pi 3 installed with noble nodejs library (as I'm...
Hello,
I am using nRF52832 s132 soft device and i have read accelerometer adc 3 axis value with sample rate of 244us instead of ms. For controlling my device i have send...
log1.pcap Hi, I am developing a peripheral application that can send around 68k of data in the notifications to the central
Notifications are send at the frequency of 284...
I took the ble_app_hrs code and made changes to suit my application (increased number of peripherals, included bonding/pairing, included ble_nus, added code for button, led...
We have problems when connecting to a device running softdevice S132 version 3.0 with a tablet running Android 7.0.
When we use tablet and nRF Connect, we get Error 8 ...
I tried to add ble_nus service to buttonless app (sdk 14).
Keil doen't raise any errors and compiled project, but app is not work actuall in NRF_LOG I can see these messages...
Hello,
I'm confused regarding the nRF82840 matching network found in the datasheet and dev kit. Is the Pi-filter composed of C3-L1-C4 the 50ohm matching network or should...
Hi,
I have a Rigado BDM-300 (nRF52832) on a small custom board.
Using SDK 13.1 with SD132 v4.0.2.
I've taken a template project and adjusted it to my needs. I can get...
Not sure if there is already a worked-out example of converting analog to digital data from AIN0 and then updating a characteristic with that data.
I've worked through...