Hi, I'm encountering an issue with one particular nRF52832 unit (we use nRF SDK 15.2.0). The problem is that a value 0x20 (decimal 32) is being written to a memory address...
Hello, I searched the forum for similar issues and found a few, such as
I am currently implementing a PSRAM is66wvs4m8 on the Thingy 91 via SPI, using SPIM3.
The problem...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hello,
I used to be working with the nrf sdk 2.7.0. For running unit tests for my project I build and run the unit test application for qemu_cortex_m3 like this:
...
According the nPM2100 page "nPM2100 comes with exceptional software support for Nordic’s nRF52, nRF53, and nRF54 Series" but doesn't mention "nRF91 Series".
Currently I...
Hello,
on nrf52811 I want to do advertising once per second. Is it possible using SDK and Zephyr to register an event that advertising was sent - completed? If I understand...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
I would like to support app_button, however I need to configure a pin as NOPULL and trigger on a low to high transition without debouncing.
I don't see a way this can co...
HI,
We survey APPLE's ANCS right now! But we have a question that need your help.
I use ios device ios 8.3,ble softdevice 8.0
I have some questions about the pairing...
Hi,
I tryed to compile code for DFU from GitHub, but every time some file is missing, then I must search it on net, then download for 100 times!!! When I thought I finished...
Hello,
I have to transfer 256 bytes over BLE using a nrf51822 with s110 SD. I have used the steps in the guide in this post: devzone.nordicsemi.com/.../ and it works fine...
Hi all,
The ble_app_keyboard demo could not connect to ipad smoothly like followed operation:
1.use two iPads(ios8.2), iPad A and iPad B;
2.use the ble_app_keyboard...
Hello there,
I have a question about compatibility of dongle with ble_peripheral examples.
I have been using pca10028 nRF51-dk running ble_peripheral examples (+S110)...
Hi,
I am using nRF51822 controller for my development. I implemented the system sleep mode as below.
for (;;)
{
power_manage();
}
void power_manage(void)
{
uint32_t...
Hello, I found that there has been SDK update for NRF52 regarding NFC. Currently, it looks like NFC is just used for tagging.
I'd like to know whether I can use NFC peripheral...
Where can I find the BLE_GAP_EVT_ADV_REPORT value if I am using S310 SoftDevice?
Without it I cannot use my client to get advertising data from server. Or is there any other...
Hi Nordic:
I have two questions about SoftDevice s130:
Device A,B,C,D are using s130.
When this device (called A) is a peripheral and connected with a tablet...