Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
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...