Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hi,
I currently got the DFU mode working with my nrf52832 while it is being connected to the PC using the Particle Debugger.
I use the GPREGRET method and while connected...
Hi,
In nRF52840-QIAA Reference Layout 1_1.zip, nrf52840_qiaa_var5_schematic. pdf: are C3, C4, C22 and L1 inside or outside an RF shield?
Thanks,
Mark J
Hi Elfving,
the previous ticket find under the following link is locked. So I decided to start a new one.
https://devzone.nordicsemi.com/f/nordic-q-a/80063/bluetooth-mesh...
Hi all,
when I program Hello World sample to my own customized board base on nrf5340, no prints at all. is there any thing I missed?
when I program the Blinky sample to...
I am trying TCP program in nrf9160, in my prj.conf If I set CONFIG_LTE_LINK_CONTROL=y then it is giving CMake error,
if I make CONFIG_LTE_LINK_CONTROL=n then it will not...
Hi all,
I am trying to use an interrupt callback handler but I can't get it to work. I got the interrupt initialized but whenever the callback is triggered, the system...
Dear Nordicsemi Developers,
as the latest Zephyr LTS v2.7 has just come out for a few days, we are considering updating our firmware base SDK to a newer version. So we...
Although this is a similar question to Case ID: 116570 "sprintf with a uint64_t variable?" I am unable to use the answer: I cannot find LDFLAGS. I can find... SDK/external...
I am testing the power consumption of my client board, turning off all external functions and only remaining connected to the NB network. During the test, about every 30 minutes...
Hello, I've posted a few questions about this project but I keep running into issues - relatively new to this workflow, I guess. It's a modified ble_hids_keyboard example...
Hey all trying to understand how to add in drivers from zephyr into my project. an example like adding the w5500 module would that ential something like this ? -1) copy contents...
If I receive some string from BLE and I want to log it to RTT how do I do it?
I tried this:
char str[] = "NameX";
NRF_LOG_INFO("dev nm: %s",str);
but it can not...
In the Simple Mqtt example I noticed that the whole thing gets blocked by:
err = poll(&fds, 1, mqtt_keepalive_time_left(&client));
The keep alive is 60 seconds, this means...