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 am using two devices in which one is running with ble_app_uart code which is ble_peripheral device and another is running with ble_app_uart_c code which is central...
Hi,
I use a GPS Modul to send data via uart to the NRF 51 and then I send the string via SPI and fatfs to the SD CArd.
I see the LED4 blinking and during the debugging...
Hi,
I was trying nrf5-mpu-simple example with MPU9250 - SDK 14.2.0, it is giving me x, y & z axis values.
When I try WHO_AM_I with it, I am unable to do so. I have added...
Hi, I am try my first code by follow this website
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
, and step by step.
When...
As we all know,the examples of NRF51 SDK 11 about DFU is all using Device manager,do you have some example about Peer manager?
I am very looking forward to see the example...
hi , now I am using nrf52832 base on the sdk 14 to develop our location system, the ibeacon around my nrf52832 circuit board will advertise every 500ms, and the parameters...
My device is entering DFU mode, staying there for a few seconds, then shutting down. I'm trying to figure out a good way to figure out if it's a watchdog issue or a power...
Hi.. I am still new in using nrf product and understanding the example given via SDK. For my project, I am trying to send continous data via BLE app UART to mobile phone....
Hi,
As a part of settings up an automatic BLE DFU testing environment, we're trying to update a single NRF52 board using a PC connected to a NRF51 dongle.
The dongle is...
Hi,
I am using Sunding-515 cycling speed and cadence sensor it’s data is broadcasted as per the GATT characteristics. We have already done the data parsing in our other...
In SDK 15.0.0\modules\nrfx\soc\nrfx_irqs_nrf52810.h, at line 65,( link ) it defines a SPI1 compenent:
But 52810 spec( link ) mentions only SPI0.
Is the code file correct...
Hello everyone,
So I'm trying to maybe start get going with the NRF52832 platform but every time I try I get stuck with it.
In this example I'd like to use different...
Hello, I would like to know if there is there a "global" sdk_config.h file which has #defines for all modules? Ie, if I make my own project, and use this file, all I would...