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 am using the adc module to read 3 channels in an app_timer handler. I configure the adc each time i get into the handler to read the desired input and read it twice...
I am developing packet exchange process for betwween nRF51822 BLE to My MCU.
I modify to use nordic demo project.
It is place C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001...
Hi,
I created firmware to nRF51822 Development Kit but I have a problem with connection. PCA10004 board is programmed to advertising packets whole the time and measure battery...
Hi ,
We are using nordic nrf51822 custom board.
In our we are not using any external oscillator.
so here is my configuration for advertisement in ble_proximity
...
Hello,
I have posted a question regarding the HID template code for the nrf8001. I would like to say that the progress from your help has helped immensely.
Currently...
I am having an interesting issue trying to send packets. Only a very small number are being received (~1 per second even when transmitting one after another), and they are...
I want to use a UICR for device serial number. Correct me if I am wrong but it is my understanding that a UICR cannot be changed programmatically like onboard flash can. So...
I'm using the UART to talk to a GSM modem. It has hardware flow control and supports a baud rate of 115200. I'm using app_uart_fifo.c, not app_uart.c. I'm using the SoftDevice...
Hi,
Does Nordic Semiconductor provide any resources (codes, macros, documents) for work with IAR or Keil's simulator to fully simulate nRF51822's peripherals?
Thanks...
Hi,
I do:
err_code = ble_bondmngr_bonded_centrals_delete();
APP_ERROR_CHECK(err_code);
till now all is ok.
But when I do:
err_code = ble_bondmngr_whitelist_get...
Hi,
I need to delete all centrals using ble_bondmngr_bonded_centrals_delete ble_bondmngr.c function. It is working but it is not cleaning the whitelist.
So, when I do...
In the example of hid_mouse, ble device will bond master when disconnect event happen.
I try to add this two codes to Implement my idea.
err_code = ble_bondmngr_bonded_masters_store...
I write this code to set my ble device power down,but it causes reboot without any error report.
GPIO_WAKEUP_BUTTON_CONFIG(LEFT_BUTTON_PIN_NO);
GPIO_WAKEUP_BUTTON_CONFIG...
I try to use 51822 to run ANCS sample(ble_app_ancs). It work well and I can get notification source and notification attributes. But I don't see any source code for get App...