Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi. I tri to use my soft i2c lib
It works well at nrf51 and other mcu's. But nrf52 i2c_read doesnt works properly.
Other funcs works well.
When i read byte from i2c slave...
Hello
in the zephyr 1.7 release there have NRF52 and NRF51 porting without softdevice .
in the SDK 13 ,there has Freertos example working softdevice ,is there any plan...
hello friends :)
i'm trying to make an nRf51822 evaluation board for breadboard
i used 0.1" header and power from usb connector
i'll upload my altium schematic and...
Hi,
We are doing DFU updates through a nrf51422 dongle (data passing from UART to BLE), using our own code, based on the multilink central example.
The DFU peripherals...
Hi, I'm have a question :
If i download s120 or s130 softdevice, which SDK version i need to download ?
Which version is compatible with my nrf51822xaa ?
The reason is...
Our BLE hardware is designed to send data at 50 Hz speed continuously using nrf51822.
It worked well with APP with Android 4.3 and some Android 5.0/6.0 ,we can receive data...
Hi,
I'm getting familiar with my nRF52 DK (PCA 10040).
I stumbled on something when I was doing an application that toggles LED1 on every TIMER0 event (200ms). Here...
Hi,
Id like to understand the FDS state after flashing the device. Im trying to check if the record exists then I use it, otherwise I write a valid info into the record....
Hello All
Could you please guide me. i want implement BLE with SPI interface...if i sent any command via mobile Bluetooth..then NRF51 DK should receive the Command and...
I have already changed the define NRF52, NRF52832_XXAA,BOARD_PCA10040 to NRF51,NRF51822 and BOARD_PCA10001 and adjusted the ROM and RAM areas as below.
But there...
ERROR OCCURS WHEN TESTING UART nus service on a nrf52832 custom board UART APP SHOWS LIKE THIS device doesn't support UART WHEN I TRYING TO CONNECT WITH MY DEVICE. PLZZ H...
Hi Nordic Team,
In one of our application, we need to interface BT HCI chip with Host MCU(Cortex M4 based). Below are the application profiles we need support for:
...
I am having trouble using GPIO P0_9 and P0_10 as GPIO pins. These are the pins designated as NFC1 and NFC2.
I am using the following sample code:
#include <stdbool.h...