Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
nRF5_SDK_12.3.0_d7731ad
s132_nrf52_3.1.0_softdevice
PCA10040V1.1.1
HI team.
I use experimental_ble_app_buttonless_dfu example to do test. But it doesn't work after...
Hello All,
I'm trying to get my application based on a nRF52832 to use as less power as possible and I've noticed that when the nRF_LOG UART is enabled it draws around...
About DM_LOG, DM_ERR, I define ENABLE_DEBUG_LOG_SUPPORT in Options for Target->C/C++->Define, the "string" will be sent over UART.
But ADV_LOG still does not work,How should...
Hi Nordic,
I am using ESB_DPL SDK ver 13 for communication between one nRF51822 transmitter and multiple nRF51822 receivers with data whitening. I do not want the receiver...
I ported both the provisioner and provisionee program respectively to 2 different boards, but couldn't detect the advertising package of neither.
Do they send exclusively...
Hi all
I've two questions regarding errata 156:
Am I assuming right that, as long as I don't use WFI or WFE, this errata has not effect?
Are the two consecutive...
Hi. I'm using nRF52832.
I want to add LEDs. Can it drive 20mA for LED?
As I see the datasheet, GPIO pins have "High drive" function. What deos it mean?
I hope your reply...
Hello,
I am having difficulty downloading an application using the sample images provided. It looks like the application boots into the bootloader, there is a brief message...
Hi,
I modified the blinky_freertos example from SDK 12 slightly to perform the following:
I have one timer and one task. The task blinks a LED and then suspends. In...
I'm trying use an nRF51 PDK to upload firmware (or, rather, just confirm that I can upload firmware) to one of these modules:
www.wireless-tag.com/.../WT51822-S4AT.html...
Hi,
I am new in BLE and working on existing product. i am adding BLE functionality in the existing product hence having one host MCU on my board. My product will be in...
Hi There,
I am doing current measurements on the nrf52840 in sleep mode with no RAM retention and I am getting different values based on how I take the measurements. Please...
I am attempting to interface a Winbond flash device with the NRF52. The
datasheet does not specify the idle state of MOSI when reading from the device. However, I cannot...
We started with the default project that have no heap.
Added mallocs to the system and they seemed to succeed, without realizing heap was set to 0. They did not return NULL...