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...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
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...