I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hello,
I am trying to configure my NRF52 dev kit (PCA 10040) to work with pwm using the build-in timer. I used some code from the low_power_pwm example but when I am using...
I am working in a project.The project had defined the manuf_data that it didn't need the company_identifier(bluetooth core 4.0). Is there any way does not show company_identifier...
Hi,
This is a request for all the users to post some details of sensors they are using along with Nordic chips. We will get familiar with 10 most popular sensors that are...
I am trying to build PCA10040 examples but I am getting the following error:
make genhex
Preparing: .hex
/home/me/nrf52/gcc/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none...
Hi guys
I am planning to develop a beacon app, but I am not sure what would be the minimum scanning interval in order to keep the phone's battery drain on a fairly good...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
Hi, there! nRf Toolbox drove me crazy!! can anyone help me?
I flash "s130_nrf51_2.0.0_softdevice.hex" to the pca10028 board.
I compile the bootloader example "nRF5_SDK_11...
Hi,
I'am having an issue with UART using app_uart_fifo.c (SDK 0.9.2). At times I get communication error (usually at attaching and detaching uart connector) and my error...
Hi.
I'm little worried about our bt sensor power consumption.
We are using twi/i2c to communicate with sensors periodically. We are using app timer to trigger these...
I have a custom board that doesn't use the external 32Khz crystal. The engineer that designed it chose to use P0.0 as UART RX. (I know, poor choice.) I have set up a custom_board...
I am using SDK_11 s130. I see APP_ERROR_CHECK(err_code) being used throughout the SDK examples. When err_code is any value other than NRF_SUCCESS, the nRF51-dk board will...
Previously, I was able to program ble_app_uart using SDK_11 s130 into nRF51-dk. Now, I would like to program ble_app_uart into Adafruit Bluefruit LE friend board. www.adafruit...
I have been following the advertising tutorial and decided to start my own application using nordics git repo as a reference. After a few debug sessions I found that I needed...
I am trying to probe sysclk signal on one of the unused GPIO pins on a nRF52 board. I modified the ble_app_template example provided in SDK 11.0.0 and added a sysclk function...
I am trying to connect nRF52 with 7120 and create a NFC card reader , is this a solution and power efficient solution .
I will interface through I2C , is there a example...