Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a smartwatch that has a nrf52832 chip inside. It firmware runs on S132 SoftDevice ver 2.0.1 and has an OTA bootloader which supposingly allows me to upload firmware...
I am evaluating the nRF5284 SDK 15 Module in HCI mode. I am trying to scan Extended advertise when: 1.Extended non connectable non scannable advertising, Primary_Advertising_PHY...
Hi,
I have just purchased a nRF52840 usb dongle ( https://www.mouser.in/ProductDetail/Nordic-Semiconductor/nRF52840-Dongle?qs=gTYE2QTfZfTbdrOaMHWEZg==) .
I would like...
Hello, I am a beginner and I just got a Raytac "MDBT50Q" bluetooth 5 module based of nRF52840 Soc.MDBT50Q does not come with a builtin frimware to respond to AT-commands.Can...
Hello, i have this problem with DFU, in Mesh SDK v3.0, i am using PCA10040.
this is my boodloader_config_default.json
and i am using this for make the pkg.
and...
Hi!
For our development purposes I am implementing NRFUTIL 0.3 for mesh on Android/Java, migrating it from Python code, via UART/Serial, for DFU purposes
It looks like...
Hello,
I am having difficulty using a single TWI to support a DAC (MCP4725) and IMU (BNO055).
I am using nRF52 DK, and SDK 14.3 with the SEGGER IDE. The DAC is running...
Hi,
I am trying to run lte_ble_gateway sample on nrf9160 DK, but in debug I can not catch breakpoint on main().
When I going in debug mode step by step I find that the...
Hi
I am new to the NRF52840. I am trying to receive data from nrf24L01+ to the nrf52840 Development kit. I find some examples from the SDK radio receiver using PCAl0056...
Hello all:
I am using nRF52-DK(pca10040)to do some tests.
I want to use gazell and at the same time, I want to detect the events of the NRF_RADIO, connect it to PPI. ...
Hello,
I am using Eclipse to create a project using code from ble_app_hrs and I am developing for a nrf52832 chip. Unfortunately, I am getting a "was not declared in this...
I send a sequence of characteristic writes to my device, in code based on the nRF Toolbox. Sometimes I see this error message. Why does it happen and what steps can I take...
Hi Team
I created an own interface layer using the mesh SDK's "flash_manager" to have a simple API for accessing my application flash area.
Now, I am facing the problem...
Hi there,
I am migrating a project from SDK13 to SDK15.2, where I need to change the advertising data dynamically and change the ble_gap_adv_params_t properties type between...
I am using SDK12 with nrf52832. UART working fine (with FIFO) and Timer1 also works.
I wanted to set a 1 minute timeout around the UART dialog to handle disconnection etc...