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...
Current I am using nRF52840 Dongle to develop a Bluetooth PC Tool base on nrf_ble_driver_obj_sd_api_v5 which shared on https://github.com/NordicSemiconductor/pc-ble-driver...
Hi,
How to achieve nRF52 communicate with smart speakers (like Alexa/Google Home/Apple Home Pod ) through Thread protocol ?I found more and more smart speakers they also...
We are currently working on a production board where debugging is not easy. The board seems to have gotten into a state where FDS is reporting no available pages. I think...
Hi. I am working on a product for industrial automation using nRF52840 and 52833 chips.
As described in the documentation, these SoCs are listed as ZigBee Compliant Platforms...
We are working over the mqtt sample using TLS, connecting to Mosquitto's test server. Everything is working fine while sending short strings, but now we are trying to send...
Hi,
Sorry I am newbie to the mesh;
I am currently working on a project in Mesh on nRF52832 DK , ( I am using the mesh v5.0.0) .
I want to see if there is any example...
Hi,
I am having some issues with my SDK configuration. First of all, I am using nRF Connect for Desktop on a Win10 machine. There I installed the Toolchain Manager in order...
Hi,
I am struggling to get multicell location sample working (nRF connect 1.6.1, modem FW 1.3.0).
In menuconfing I selected "nRF Cloud location service", "nRF Cloud API...
Hi:
nRF52832 ble_app_uart :
An error (NRF_ERROR_INVALID_STATE) was reported after porting the RTOS.
Step by step positioning is caused here. The following screenshots...
I'm still struggling with porting to 1.6.1. The previous answer I received enabled me to start compiling. But when SPM hands off to my application, it hangs there;
Non-secure...
Hello,
I have successfully integrated the UART secure_bootloader from SDK 17 with my project. In the field, firmware updates will have to be performed using the FT2232H...