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'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...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I'm trying to use gpreg for state across toggles of nRESET. I thought it was working, but when I tested it on hardware without jtag connected it seemed that gpreg was getting...
Hello,
Finally, after some struggle, I achieved to port the bootloader to s120 V2.1.0 and work just great on a dev. board with nRF51422. But now I have another problem...
Hi, i hope i'm not duplicating any questions, but i couldn't find a similar one.
I worked with other ARM micros in both mbed and Keil before, but i'm new to Nordic Semiconductor...
Hello,
I getting started with nrf51 DK.
I followed with many blogs.
I checked errors, and fixed. And I builded the example 'blinky'
But my nrf51 is not blinked.....
Hi all,
I am doing the PTS and meet some issues here:
Using the SDK 8.0 KB demo with SD8.0;
Do the profile test with PTS dongle and tool, and return errors on...
Hello everybody,
I'm using NRF Beacon (51822) board, sdk 6.1.0.0 and s110, problem is when I enable whitelist and add the Bluetooth address of my phone( 74:51:BA:F7:60:9F...
In my bootloader I'm using sd_flash_page_erase() directly without pstorage.
The flash erase performance is exceedingly slow. It is taking 13.187 seconds to erase 132 pages...
Hello!
We are thinking about creating some devices for Apple HomeKit.
But devices for HomeKit have to go through one thing: Apple certification. And one part of the certification...
Hi
Maybe silly question:
I was wondering: if I cast a pointer to a uint32_t to an array "buff" of uint8_t, what is held in buff[0], MSByte or LSByte?
Or in other words...
Having just upgraded to the Soft Device 6.0.0 and SDK 5.1.0, I can no longer flash my nRF51822 from Keil. I get this in the Keil console:
Load "C:\\Users\\Eliot\\dev\\nrf51_sdk...
Hi,
I'm designing a four layer flex PCB with the nRF51822-CFAC and recommended ST BAL-NRF02D3 balun and PCB trace antenna (not chip). I have a couple of questions.
...
Greetings,
Using the "central multilink" example project, how do I stop scanning if no advertisers are found? I see a case BLE_GAP_EVT_TIMEOUT in function on_ble_evt() but...
Hello
I found similar questions but no answer?
In the manual is written that I can control the parity bit in manual mode with the TXPARITY register but I can not find how...
what may be the reason for app_assert _callback error in s130,ble_central_and_peripheral that occurs from the following 2 lines
sd_softdevice_enable((uint32_t)NRF_CLOCK_LFCLKSRC_XTAL_75_PPM...
I have Rezence SDK working well with Keil uversion with wired and wireless debug without any issues on either nRF51 and nrf51822 DKs. When I port the project to Eclipse with...