Hi,
I'm working with a fleet of devices using the nRF52840 and NCS 2.6.0. Some of these are older devices with a bootloader that only supports RSA signatures, and I cannot...
Dear Sirs
I try to read SoftDevice version using
ble_version_t version; sd_ble_version_get(&version);
As I understand I get version of SoftDevice in field subversion_number...
We have been fighting with the Distance Measurement Toolkit for a while (see other ticket ). As we needed to move forward, we started the implementation of LE Secure Connection...
Hi, I've recently acquired an nRF54L15DK, and started the development on BLE, I'm fairly new to Nordic's enviroment. In the last couple days I've been trying to build the...
How can I differentiate between a brown-out and an initial power-up on the nRF54L15? In my project, I need to detect a brown-out event in order to trigger specific actions...
Hi
Is it possible and what is the correct way to implement main clock trimming at runtime? Which NCS version this works on?
I see there is already some setup going on...
Hi
I am try to developing ble mesh gateway to connect and controll different nodes using nrf52840. Please give guidline to do this. I think proxy node is bridge of host...
Hi,
We are using the Experimental Bootloader example from nordic SDK 10. The project is a good example on how to check for authenticity and integrity of the update package...
Hi.
I'm doing a project of wireless sensor network. It is a small network of less than 6 elements, so I'll use piconet. I have ble_app_hrs working perfectly. But only with...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
In section 7.5.2 of the nRF24L01 Datasheet it states:
PTX enters RX mode and waits a time period for an ACK packet each time a packet is transmitted.
During this...
Not really a question, but I found a potential issue with the Battery Service module in ble_bas_battery_level_update() . This is in both SDK v10 and SDK v12.
The problem...
Up to this, we've been prototyping with MDBT40 module in our prototypes. We want to move to a completely custom PCB using the nRF51822 SoC for a number of reasons (space and...
Hi,
I am using nRF51-DK with softdevice S130 and SDK 12.0. I am working on the BLE central role with ble_nus_c service. I am able to setup the multiple connection with...
Hello,
In the last month i bought the nr52-dk, my first two steps handling it were:
the getting started tutorial and some other tutorials to get the feeling of the...
I am doing some test with the Battery Service on SDK v10, and found out that if I have not enabled Notification on my phone, calling ble_bas_battery_level_update() returns...
Hello.
For routing purpose, I use GPIO pin for NFC for spi, driving a screen.
I start a screen integration with the with the spi peripheral example projet. Using the define...
I am using the nRF52 (SDK12.0.0) to create a very simple BLE application (maybe based on the BLE_APP_HRS example). The system will have a button, LED and interrupt pin from...
Hello,
we have successfully run Nordic chip together with iPhone and we are able to get notifications from iPhone to the embedded device using ANCS via Bluetooth LE.
...
I am using the nfr51 dk and a standalone nrf51822 based ble module for prototyping & testing purpose.I plan to make my own custom pcb for final production.In both the above...