Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
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...