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,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hello All,
I am developing a prototype for one of my application.
I am trying to integrate the zigbee stack to my base firmware.
For my application I am using RTC2....
Hi,
I'm using the example "ble_central/ble_app_uart_c" of nRF5_SDK_17.0.2. Connection to peripheral workes fine.
If the central re-starts while a connection is established...
Hello, there
We made a custom tracker device with nRF9160. During prolonged use, we observed that k_delayed_work_submit_to_queue sometime return -22 and cannot be recovered...
When i change the config NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS to 1
the following error comes, how do I overcome this?
<debug> app: nrf_dfu_svci_vector_table_set() ->...
Hello All,
I am facing binding error if I use UART1 for binding but UART0 is working fine. Refer the below error.
Please let me know the solution to solve this error....
Hey!
I'm trying to adapt a modified version of the open bootloader example for the nRF52820 MCU and have one issue as well as some questions.
I have adapted the build...
Hi,
I am developing a system consisting of a BLE peripheral and central with a custom service (SDK 17, S140, PCA10056).
For the peripheral, I am using a modified version...
I have noted that the code size of my project is reduced by more than a factor of two if I set NRF_LOG_ENABLED to 0. It is also reduced significantly if I set the Log Level...
Hi
I would like a clarification when performing DFU from external flash. This is applicable to both nRF52 and nRF91, I guess, as long as nRF Connect SDK and MCUboot is used...
I have provided the starting address and the size of the flash and ram in the linker script of the gccarm compiler, yet the sizes of the output hex file is different, could...
Hello My name is Yongmin Won and I work at EMC Labs in Korea. It's not different. You are about to operate the N52832 module as an Nrfgo program. But I want Bluetooth BLE2M...
Hello, We are building an OTA firmware update mechanism that relies on MCUBoot and the DFU Target API . We take the implementation of fota_download as an example.
Currently...
Hello Community, I know there are already a few posts on this topic, but I wanted to make sure this is conform with my application. I am trying to program an external board...
Hello!
I am a beginner trying to learn Zephyr using nRF52840 DK.
I tried to build the example present in the zephyr's samples/basic/servo_motor directory.
I made necessary...
Hello,
We intend to develop a new device. I found that nrf52 series can do non adaptative FHSS. Combined with a nRF21540 i would like to set the output to 20 dbm.
According...