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...
Hello,
I have had issues in the past with twi manager causing ANT to drop out. These problems are ongoing despite me taking action in hardware to improve power supply (e...
I'm debugging on an nRF52832 (nRF52-DK, non-preview) using the ARM GCC toolchain and GDB under Eclipse on Ubuntu 14.04LTS, set up following the devzone tutorial .
At various...
When calling sd_ble_gap_connect(), and providing a whitelist, what is the expected process for establishing a connection, as far as timing is concerned? Will the device scan...
nRF52840. In case of standby current (battery only)
Measured as follows:
With only the battery connected, the same current draw as the one attached. Is there any...
In my DFU bootloader I am protecting areas of Flash memory used to store user data.
After an update, when my application starts and tries to write to this memory it is causing...
I am trying to use the real time clock on the nRF52840 dongle using the pc-ble-driver. However, my nrf.h file has nothing in it but the following:
#ifndef NRF_H__ #define...
I have a working iBeacon advertising a beacon UUID, Major, & Minor on a nRF52832. In addition, I also have a single BLE service (which has a single characteristic) defined...
Hi I am managing to initialize a serial instance using uart0 within the BLE Buttonless DFU Template. However when I carry out a similar process for uart1 I get the following...
Team,
I received the following customer inquiry and hope you can help:
The BLE – WiFi bridge project I’m working on will need to control up to 64 nodes, not concurrently...
Hello,
I am trying to upload the firmware with secure DFU using following method:
generated the dfu_public_key.c and private.pem pair
copied the " dfu_public_key.c...
Hi Dear Team,
I am using the nRF52840-Dongle and pc-ble-driver-py-0.12.0 for the ble development, while I encounter a problem about the max connection per device.
I use...
Hi,
I've got some questions about setting up a connection.
I want to connect as fast as possible with a UUID filter. Is it possible to connect directly on the first advertising...
How to set 250kbps PHY Coded in NRF52832 BLE Mesh? I have tried to change scanner_config_radio_mode_set(RADIO_MODE_BLE_1MBIT); to scanner_config_radio_mode_set(RADIO_MODE_NRF_250KBIT...
Hai ,
I need to update nrf52840 over ble from esp32 . first i tried with app , firmware gets updated .. as per the dfu protocol i understood flow and tried to writing data...