Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...