Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
Hi I'm starting with the BLE tutorial's, but I having some troubles. I've followed all the steps of the second tutorial until step 4. (create and initialize a basic custom...
Hi,
I am having trouble in reconnecting the BLE peripheral to a central device (a smartphone using nrf tool box app).
In the connection, i am using static passkey to first...
Hi ! In example "ble_app_hids_keyboard" in on_adv_evt() (SDK 15.2, 15.3) we see a code:
if ( m_peer_id != PM_PEER_ID_INVALID) { ...
}
but variable "m_peer_id" where...
1. the SDK is:
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs\ble_app_uart_pca10056_s140.uvprojx
2. the pack is:
NordicSemiconductor...
Hi to all,
i am developing a device based on nordic NRF52840 soc. i am using softdevice v14 and sdk 15. my problem is in this manner that after pairing nrf52840 device with...
We have product that is build on SDK 14. We need to use crypto functions and want to utilize crypto cell. I backported nrf_crypto libraries from SDK 15.2 to be able to use...
Hello
I am trying to implement radio receiver using the time slot API and I am facing some problems to make it work. I am using nrf51822 with SD130 (sdk8) and the device...
Hi
I have a general question about how to sending command response . I setup a server OTA endpoint,
I receive the command but when sending the response it seams the client...
Hi Guys,
I am using nordic nrf52840 DK.
Is serial profile and UART different ?
If so, what is serial profile in nordic and how can I integrate mesh and serial profile...
hello?
I have a problem with the notification project...
In the smartphone app, the status is displayed as notification enabled
However, no data is transmitted due...
Hello,
I am migrating from nrf_drv_twi.. to nrfx_twim.. I am getting the instance error like
Error[Pe020]: identifier "NRFX_TWIM0_INST_IDX" is undefined .. in main.c ...
Hei, får error på terminalen min etter jeg har lastet opp mqtt_simple. er det noe jeg gjør feil?
The MQTT simple sample started
LTE Link Connecting ...
LTE Link...
I want to use SPI interface of nRF52832 to show the information on LCM. Are there any existing source code to speed up product development?
Or is there a recommended vendor...
Hi,
I have bought nRF51-DK and have downloaded the hex file successfully in the mbed mode, I wonder May I debug the DK with CMSIS-DAP instead of JLINK? I searched the internet...
I just finished reading the O'Reilly book " Getting Started with Bluetooth Low Energy: Tools and Techniques for Low-Power Networking " where the author uses the nRF51822-EK...