Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
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...