Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
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...