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...
i have ble running perfect in nrf51422 until i turn timer 2 on and this is code for init timer2
void timer2_init(void)
{
NRF_TIMER2->MODE = TIMER_MODE_MODE_Timer;
...
I am running ble_uart_app in SDK_11 s130 on nRF51-dk
I am trying to detect certain pattern received in the UART Rx.
Here is my code.
void uart_event_handle(app_uart_evt_t...
I'm running SPI master (spi_master_tx_rx) at 4MHz for multi byte burst reads. As seen in the attached screenshot there are 5.5µs delays between the bytes. The delays increase...
hello there ,I am writing spi code for slave which has 19 bytes of data. my nrf51 is master.
now my slave has clock polarity =1, clock phase =1. i am uploading project...
Hi All,
I'm trying to test the ble_app_hrs_rscs_relay example on an nRF51822 (256 Ko flash / 16 Ko RAM) with the softdevice s130 but unfortunately the program is not being...
I am using ble_uart_app on SDK_11 nRF51-dk s130.
I would like to send binary hex data instead of ASCII. Looking at ble_nus_string_send(), it seems that sending binary hex...
Hi ,
Recently started working on nRF52832 and tried implementing its various applications for NFC, which includes URL, android application, name tags. Can anyone suggest...
As part of some testing, I downloaded some wrong files and seem to have contaminated the default boot files. So now when I try to download the NORDIC hex files, i get an error...
Hi ,
We are using NRF52, S132 softdevice ... Whenever we do hard reset everything works fine .. But if I do flash from my IDE (using eclipse,this is a soft reset) and it...
I have a hard time to initial a twi ,I reference the example in the SDK11.0,and I used the board is 10040,I copy the example twi sensor code in my project ,but there is an...
I'm getting the error code 0x4001 from sd_clock_hfclk_request and I can't find where the error codes are defined/explained for this function. Can someone point me in the right...
Hi,
With the following program running, how can I achieve the lowest power consumption between timer events:
nRF Timer is running with the HF crystal requested
...
51822, config a pin as output , in the param , set disconnect or connect the input pin, when config as output ,what mean disconnct/connect input pin?
I use a pin to light...
For my project to simulate the spreading of a disease I am thinking of recording the complete social network on the beacons and then collecting the data to a pc. I have roughly...