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...
Hello! I am a beginner at nrf programming and have just started using the NCS and Zephyr on an nrf5340 evaluation board. I understand that Zephyr seems to be more or less...
I'm using a nrf52810 with limited flash size especially after adding a UART bootloader DFU and S112. I added uECC for connecting security. Now I need AES128 for my own application...
Hi,
I'd need some information I'm not able to find in product specification v1.3:
What is the architecture of the GPIO / AN pins of this device? Input p rotection diodes...
Hello,
I have successfully programmed the ble_app_uart example to a custom PCB using the 52832. Here is the board schematic, on the board C15 and C16 are not fitted.
...
Hi,
I want to know is Liniux system supported Nordic BLE OTA DFU ? According to official documents: https://www.nordicsemi.com/Products/Development-tools/nRF-Util ,it just...
Hello community,
I am implementing BLE peripheral code contains, A custom service, characteristic.
I am referring this link : github.com/.../custom_ble_service_example...
Hello, nrf5340 datasheet -> nRF5340_OPS_v0.5
section: 7.1.26.7 Sending custom instructions (Page: 383) 1. we can send an instruction consisting of a one-byte opcode and...
I kind off trying enable TWI in bootloader mode, This is because of following reasons.
Firmware is stuck in bootloader, if somebody removes the Device Battery during...
Hi.
I'm trying to run an application using a custom SPM module in a nRF5340 where I get an error while running it. I'm using nRF Connect SDK. The terminal gives me this...
Hi
I have searched this question on the website before posting this and found that the nRF52 devices support SWD interface (which is peer to peer) and not JTAG (which...
Hello,
I was able to install all tools proposed by the nRF Connect v3.7.0 except the most important : Toolchain manager.
It retruns the following message
running...
Hi, I am interested in using the KMU and I have seen some examples of it here (9160 but similar): https://github.com/einarthorsrud/kmu_sample
and also some docmentation...