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...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello. I'm developing application for nrf52810 based on ble_app_template example, SDK15.3. I want to add LESC functionality to this, so as reference I learn "ble_central_and_peripheral...
The Github repositories:
https://github.com/NordicSemiconductor/pc-ble-driver
https://github.com/NordicSemiconductor/pc-ble-driver-py
Just seem to contain installation...
Dear Nordic,
I would like to add 0x2901 Characteristic User Description, but I use below program, it return error_code = 15, please let me know what is the correct method...
Hello! Im running Power Profiler to measure current. I have uppdated nRF Connect from v2.7.0.0 to v3.0.0 and now the Power Profiler does not work as it did before. I am using...
I am compiling and running an application (my Simulator) on my Linux desktop PC. I am using nRF5 SDK v15.2.0.
This application uses the Serialization Interface and communicates...
I have increased the MAX MTU size from 23 to 203 in my application. When I try to connect nRF to the mobile app, I get error code 0x13. Following are the logs for more clarity...
Hi there.
This is my first time to utilize BLE mesh of NRF5.
I just wonder that the library supports getting the number of nodes in the mesh network.
When utilizing...
Hello Nordic Tech Support,
I am currently testing Thingy Mesh Demo v0.1 . It is a great demo as I could manage the group of nodes or configure the sensor data using macros...
Hello.
I use S332 softdevice and sdk 15.3.0 version
I test multiprotocol ble and ant+ in one 52832.
1. I opend ant+ 2 channel for master. one is speed and one is cadence...
I am trying to get started the pc-ble-driver-py tool. What I would like to do is perform a scan for available BLE devices, connect to one of them, then write to a characteristic...
Hi guys,
to process the NFC data sent from a smartphone to NRF, I use the " nfc writable ndef msg example" . However, the issue is that I cannot find a variable where the...
I'm using a timer to read the ADC repeatedly using PPI. On ADC read finish I call nrfx_saadc_buffer_convert ready for the next timer event. However, if I want to cancel conversion...
Environment:
SDK v15.2.0
Raspberry Pi 3 (as a border router - Jessie).
MQTT broker in Linux PC (Mosquitto)
nRF52840 as a MQTT Publisher.
Without TLS-PSK, MQTT...
Dear all,
I'd like to re-init sd-card when detect it plug/un-plug. But i face a issue when i re-mount sd-card it can not open file....My flow as below
what is the best...
I'm extending an existing central application to support extended advertisement and CODED phy support. However, I have trouble connecting to a device advertising with CODED...