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...
DCDC_testing.zip
Hi,
I am in the process of reducing power consumption in micro esb mode. I use the following code, just for testing. The following code consumes 18mA unlike...
It is possible to load a new firmware in a NRF51822 PCBA using the Nordic Development Kit NRF51DK?
Do I need a special connector?
This is the beacon Module I pretend...
Hello,
I have a board with an RFDuino on it which uses a Nordic nRF51822 internally. We are seeing a few of them auto-brick when the input voltage dips too low.
My first...
I have a question about the usage of Flash Data Storage, chunks and parsing of the data retrieved from FDS.
How, when and why are you supposed to use "chunks" when setting...
Hello,
I would like to implement an interface with an external SPI ADC using the nRF52832.
The ADC has a RDY (ready) signal that goes low every time a new sample is ready...
Hello,
I have simple custom PCB with nRF51822.
I am trying to make it advertise like a beacon, by program it with ble_app_beacon example from nRF5_SDK examples.
I have...
I'm playing around with the experimental ble hrs with NFC pairing example, and I cannot seem to get it to work with my Android 6.0.1 Moto X Pure. I tap the phone to the NFC...
I have been trying for a long time to implement ble_uart_app with static passkey on SDK 11 s130 on nRF51-dk.
There are a couple of threads on this feature.
devzone.nordicsemi...
I am using ble_app_uart SDK_11 s130 on nRF51-dk.
I want the received characters to be buffered into a string until a new line character is received. The relevant code for...
Hi,
I am trying to attempt the RTT tutorial and I am not able to complete the first task.
I have included the SEGGER_RTT.h deader file, copied RTT and Syscalls folders...
Hi, In my project I need to read a characteristic value, I'm using nRF51822, nRF5_SDK_11.0.0_89a8197 and s130_nrf51_2.0.0_softdevice while I reading it takes around 700ms...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
When opened, it losses all "defined symbols" on Preprocessor tab on...
I am relying on the link below to implement pstorage.
infocenter.nordicsemi.com/index.jsp
I am also using device_manager in my app which may conflict with pstorage....
I'm using SDK_11 on nRF51-dk. I'm trying to use pstorage to store configuration settings. There are threads providing examples for pstorage but none for SDK_11. Which is an...
Hello,
I have include stdio.h library file and configure uart . Used printf to print data over uart to terminal.
Now I wants same thing reverse get data(scanf) from terminal...