Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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 Currently I want to get Double value from a Char array, but somehow when printing the Double variable, the value returns NULL.
double Val_double; char testdou[] = "7777...
Hello Dear Developers!
I have a warning when I compile Task Manager
The warning is generated at this code in cmsis_gcc.h file:
Despite this my program with Task...
Working with Jay Tyzzer ( [email protected] ) out of southern California. We're having our units tested for EMC certification and the test house has requested a DTM...
Hi,
I am using the SPI at 32MHz. I would like to add 0R series resistors to the SPI lines so that I have the option to add a 10R or so to mitigate any emissions or immunity...
I am using SES and nRF5 SDK v17.0.2.
I am tying to add a few peripherals (SAADC, I2C, SPI, etc.) to the peripheral UART example with EVK (ble_app_uart_pca10040_s112)....
Hi,
I am using 'power profiler kit 1' with the latest desktop (windows) app (nrf connect 3.6.1 and power profiler 3.0.3). The setup was working fine with the older versions...
Hi everyone,
Because of experiencing stability issues using the app_uart implementation for UART communication, I recently switched to the libuarte_async lib which works...
I'm trying to run two UARTs out of my NRF52840. Do you have an example in which both SoftDevice UARTs are used? The Nordic Infocenter SDK 14.0.0 documentation lists one of...
There seems to be a blanket statement of v5.1 compliance here:
https://www.nordicsemi.com/Software-and-tools/Software/S140/Download#infotabs
Does this apply to all revisions...
Hello, when will the v8.0.0 version of the SD for the nrf52840 be available? It seems to be listed in the SIG webpage, but not available for download on the nordic webpage...
Hi,
While trying to measure timings with input captures and pin interrupts, I noticed that the SDK-provided pin changed event is very slow : by the time my handler starts...
I am trying to port my working application from a nrf52811/s112 to nrf52832/s132, both with SDK 16.0.0. I'm at the end at the process, it builds fine on nrf52932, I just can...
I'm new to develop firmware on nRF9160-DK, and my first target to add APN to use LTE-M.
For now, I'd like to do a simple way in the below even this is temporary.
=> Hard...
Hello,
I try to transfer the thread_mqtt_sn_client_publisher example from the pca10056 to the pca10059.
Before that, I tried out the example with the pca10056, a boarder...
Hello! me and a coworker are developing a library for communicating with a peripheral via UART. The main idea is that when we send a command, we should get the corresponding...