Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
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...