I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to...
Hello to everyonel.
I am working with the Light_switch example of Mesh 3.1 on nRF52832 (PCA10040). At this moment, I am trying to understand how I can send a message from...
Hello!
I want meashure pulse time via input capture.
I configured NRF_P0, NRF_GPIOTE, NRF_PPI and NRF_TIMER1.
It work fine, but in datasheet I found next text: ...
Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to...
Hello,
I've got an nRF52832 embedded in a module (Telit RE866). As such, I can't see the markings on the chip and have to resort to reading the FICR registers to identify...
I'm working on a project where two devices are trying to get an estimate of the channel between them by taking RSSI measurements over a period of time. I am having a problem...
Hello,
I have custom board with nRF52840. Most of the time It works on USB power, but it also has a battery. It has some peripherals that powered via USB too (LED w2812b...
I've been trying to add UART support from the uart example to the ble_app_template example. I've enabled all the required drivers and options in sdk_config.h and included...
Hi Nordic,
I am trying to encrypt the advertising data(UUID,Major,Minor,etc.,) of nrf52832 through ECB-AES electronic codebook mode encryption in ctr mode
i had added...
Hello
I am trying to read a multiplexed button matrix, using the BSP button interrupt example. I am doing this on a custom made PCB with an NRF52840 on-board. This is...
Does anyone know how to get real GPS data on the nRF9160 DK (PCA10090) evaluation board? In the file "autoconf.h" changing CONFIG_GPS_USE_SIM to 0 did not work. Is there another...
When trying to write a long buffer to external flash via SPIM0, I found the TXD.MAXCNT is limited to 255.
I'm directly manipulation the registers. When I wrote 256 into...