Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
My application involves the Nrf52 using softdevice and a slave only SPI ADC running at approximately 26khz. The ADC has a pin interrupt to indicate data ready. There seems...
Building nrf_delay.c (or anything else including nrf_delay.h ) with NRF52 defined produces:
arm-none-eabi-gcc -I C:\Nordic\nRF5_SDK_11.0.0-2.alpha\components\device -D_DEBUG...
Hi, someone know whi when i press disconnect on iphone the nrf51 restart from the mail?!
Why if i disconnect android device the chip does not restart as the iphone?! is normal...
I'm trying to build BLE driver 0.5.0 for 64bits.
I've downloaded:
MinGW 4.8.2 64bits
boost 1.56 and compiled it using address-model=64
CMake 3.4.1
Python...
Hello Nordic community:
I've read about Serialization in the nRF51 SDK doc and would like to prototype an example with it.
I saw a notice of it being removed post 7...
Hi,
Is it possible to get a more detailed description of the GPIO block than what is available in the reference manual? Specifically i'm interested in how the disconnect...
Hello Everyone,
I want to run a couple of test on the nRF51422 radio. However, how do I go about checking the firmware on these devices without the use of a motherboard...
Our device fetches fused quaternion from MPU and transmits via NRF 51822.we are using 3.7v li-ion battery.we are using Non-volatile memory.
Currently we are facing these...
I am trying to run BLE central peripheral dual role on nrf52 pca10040 with nrf_uart as service. Also, I have redbearlab BLE nano as peripheral (nrf51822 based).
I am getting...
Hi, I would like to ask that, whenever I put my function in main.c, the borad become undiscoverable.
I'm using nRF51 with ble_app_uart_s110_pca10028, and below are my function...
use nRF Toolbox APP to bonded peripheral device even disconnect and connect don't need input PIN code again, but when I turn off BT the APP lost bond information. next time...
Can the S120 work without RTC XTAL?
Iam using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, false);
but it still hangs in the softdevice_handler_init...
Hello,
I am attempting to implement the TWI drivers from the SDK for a nrf52832 chip for a pca10040 board. I am using the twi_hw_master files to drive my TWI and insofar...
Hello.
Since i migrated from 1 to 2 SPI bus, IRQ Handler at completion is not called. Can I use 2 easy DMA SPI ?
1 bus was working fine.
here is my config
/* SPI...