Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
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'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
i am using uart of nrf52832. the SDK is nRF5_SDK_12.3.0_d7731ad. the uart is app_uart .when i was testing the uart sending and receing .i find that the uart is stoping where...
Hello!
We are performing certification testing for our product. We have nRF52832 chip on the board. We used "radio test" example to perform the test and almost all worked...
I'm migrating from sdk13 to sdk14 with work app.
Can't solve one weird problem. When my app start first time I initialize some data with saving by fds library to flash. There...
Hi
I get the following error when i compiled the ssd1306 library from link text to my nrf51DK..
error is: ._build\nrf51422_xxac.axf: Error: L6200E: Symbol app_error_handler...
In the nRF52 datasheets there is a statement:
"The 64 MHz crystal oscillator (HFXO) is controlled by a 32 MHz external crystal"
Is the crystal somehow oscillating at 2nd...
I am trying to compile the blinky example in the SDK 14.
I am getting this error:
makefile:111: ../../../../../../components/toolchain/gcc/Makefile.common: No such file...
I need an application that always advertise the beacon information, such as RSSI and Major and Minor value. At the same time I would like to transmit HID keyboard code. Is...
Hi
I have an application where I cannot use the FIFO buffers (HW or SW). Therefore I need an interrupt for each received byte. If I try to use the uart driver (nrf_drv_uart...
I'm trying to program my nrf52832 with an ST-LINK /V2. I can't get both the softdevice and my app on the chip.
Flashing each one seperately works fine but then when I flash...
Hello there,
I'm trying to flash my custom nrf52832 pcbs(untill I get my DKs in the tech tour with a reconfigured stm32 disco board's SWD port with keil uVision using the...
Hello.
This is my code to "wait until micro sd card is pluged".
while(1)
{
disk_state =disk_initialize(0);
if(disk_state==RES_OK)
{
NRF_LOG_INFO("Initialize...
Hello community,
I have a central device which I implemeted, it is running with SD 132 v 4 ("NRF_SD_BLE_API_VERSION=4")
) the chip is a NRF52832, I have some movement...
I have no idea how i can install this and use it.
I would like if any one can explain in detail.
Can you get picture how I can do it?
I am using ble_app_hrs_nfc_pairing...
Hi,
As of now i am using nRF52840 and SDK 14.0.0 and i can find only BLE examples and i wanted to work on bluetooth 5 where can i find examples?.
And i want IR generator...