Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
The new generation of nRF51822's have a few neat new features, particularly the automatic power management piece, that I would like to potentially leverage in our project...
Hello,
I'm seeing some 67.2kHz reference spurs on the RF signal when I'm turning on the constant carrier mode using the DTM interface on the nRF51822. Layout and circuit...
Two applications using the same softdevice, s110, blinky and beacon from the examples.
Flashing softdevice and beacon successfully.
Replacing beacon app by blinky successfully...
The bootloader in SDK 8.1.0 (at /nRF51_SDK_8.1.0 examples/dfu/bootloader) calls pstorate_register() twice. The first time as part of bootloader_init(), then on bootloader_dfu_start...
hi,
I have implemented a UART to receive network packets from another controller to send it over BLE.
UART config are: 8bits data, 9600 baud rate, no parity, HW flow...
Hello,
I am wondering wether I need to pass regulatory tests when I use the S130 Softdevice together with a 3rd party module such as the one offered by raytac ( www.raytac...
Hi,
So i don't have any experience of working with nrf ble chips, but i was given nrf52 DK and i need to make it work as an iBeacon. So i got the dev board working without...
I'm planning to implement a mesh network, where each node (ble device) also acts as a scanner, detecting BLE advertise messages. The mesh network would then forward the advertisement...
I noted on the release notes for S110 v8 (DRGN-5556, NRFFOETT-986), that enabling/disabling blue_radio_notifications() while the Stack is not idle can cause an assert. Does...
I need something in excess of 5mA output drive. Is there likely to be any problem with connecting two or more GPIO pins in parallel(providing I use OUTSET and OUTCLR to ensure...
Hi,
I have created a project with Keil 5.15
The simply blink app works. Now I want to play with softdevice.
The only problem is... no matter what I do, my hex file always...
Hi ALl
I have permanent error on connect command {0x05, 0x0F, 0x3f, 0xff, 0x40, 0x00 }
When I use security option, with or without PassKey. Return message is 01-03-84...
hey,
so today I updated my NRF Tools... I guess i was using an old version before.
To test our prototypes we have a test fixture where the board is programmed at the...