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...
Connectivity board crashes after a few seconds of sending/receiving packets really fast with the following:
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at ../nrf_sdk/components...
NRF52
I have a Transmitter and Receiver. The Receiver starts and listens to the ESB.
The Transmitter starts, sends a message on the ESB and restarts. The message is static...
We are in the progress of finalizing our first Bluetooth products, based on nRF52840, S140 6.1.1 and SDK 15.2.0. We have gone through the listing process (Launch studio and...
DFU failed on nrf52832 with my custom program that is based on coexist example and not failed with blinky ???
is there any frame loss for a big hex file that want to dfu...
Folks,
Using the HID mouse ble-peripheral example code as a base, I'm attempting to add SPI support, using the SPI example for pieces of code.
Both sets of code build...
I am trying to set up ack in my PTX so that when my PRX is off or out of range I get the case TX_FAILED event and when it is on and receiving data my PTX will get the case...
Hello,
I am looking into the nRF9160 hardware. And at the moment we are only interested in the lowest level possible.
The peripherals are well documented, as espected...
Hello,
I am working on TWI master application on a nRF51 board, with a sensor associated.
I have often a problem while the reception sequence.
My application:
-> nrf_drv_twi_tx...
The latest changes to the Secure Boot sample main.c file cause compilation issues;
new main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_P0), 0);
Doesn't work.
old main.c...
SDK 14.2
nRF52832
The application I'm developing uses the flash memory to store parameters such as calibration parameters for the sensors on the product. I foresee that...
I start with the ble_template example (SDK 15.1 || nrf52382 || Embedded Studio for ARM 3.41). My goal is to transmit data (string or int) from a custom made PCB to the NRF_TEMPLATE...
Hi
I am back on the firmware end of my project after several months doing the PC and Xamarin ends in C#... Trying to remember my C...!
My device has 3 MCU's incl the...
Hi,
I am getting these compilation errors:
'NRF_DRV_SPI_INSTANCE_1' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?
'NRF_DRV_TWI_INSTANCE_0...
Though it doesn't seem to be mentioned in the product specification, I've confirmed the hint from https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/saadc_low_power...
Hello Supporters ,
I have built one application using NRF52 .in which i have interfaced sensors and Winbond[W25Q128FV] SPI Flash. now i want to store sensors data to SPI...