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...
Using SDK 17
There must be a way to show all commands in RTT without needing the tab to work right?
Ive been digging through the code but don't see where the magic happens...
Hi, when i'm debugging my circuit, the logical of a if or while don't work. In the image, the timeout_rtc is higher than 100, but the value of a don't change to 1. What's...
I used the P1.13 pin of NRF52833 as the output pin, and used it in the manner of the blinky sample program, but it crashed and prompted the following error message:
***...
Hello, I have a custom HOST board. There are use NRF52840 BLE chip.
I'm run Bluez 5.61 on the HOST board and by meshctl> I am able to run as a controller. But if I want...
how to set BLE_GAP_ADDR_TYPE_ANONYMOUS
i have follwoed https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners...
Hi,
There are tons of documentation on how to make a mouse, keyboard or remote control work as a HOGP device, and I have successfully implemented both mouse and remote control...
Hi,
Using NRF Connect 1.6.1 on NRF5340 I have modified hci_rpmsg project to add another endpoint for bidirectional calling between app core and net core. I have used the...
Is there a reason that AT_CLIENT example always works for LTE but SERIAL_LTE_MODEM only works the first time, and then trying again it never connects to the LTE ? Typing AT...
I’m trying to write a program that reads data from 4 hall effect sensors and outputs it to a serial monitor over Bluetooth. The sensors communicate over I2C. The programs...
Hello,
I've purchased the nRF52840 Dongle: https://www.nordicsemi.com/Products/Development-hardware/nRF52840-Dongle . I've successfully flashed it with the version 4.0...
Hi:
I use nrf52832 to connect to the sensor module through uart. When the sensor device is turned off, I can repeat the pairing and unpairing of the Ble module through the...
Hello,
After reading many things, I would like someone to confirm or correct my understanding. I believe this will be great clarity for others as well.
The nrf52 requires...
Hello dear all. I am compiling a firmware to merge the timer function into the nrf52-ble-app-uart-c-multilink firmware. The timer function is copied from ble_app_uart__saadc_timer_driven__scan_mode...
Hi,
I am a new beginner when it comes to Thread and Matter. I am trying to run Matter on nrf52840. I flashed the door lock example, commissioned the device using BLE and...
I am using SEGGER Embedded Studio and an nRF52-SDK circuit board to run example ble_central\ble_app_hrs_c from nRF5_SDK_17.0.2. I have a peripheral that reports motions. The...