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...
I'm currently building a device that has the following functionality:
1.) wake from sleep mode and wait 5 seconds for a potential button press
2.) if the button is pressed...
Hello,
I'm trying to debug an issue where a function I wrote that should only be called under a specific condition is calling in an infinite loop whenever the program runs...
Hi, I'm using nRF52805 S112 for my BLE project. I'm using an internal RC ocillator. I would like to ask something about the clock.
1) NRF_SDH_CLOCK_LF_RC_CTIV =16 and NRF_SDH_CLOCK_LF_RC_TEMP_CTIV...
Hello,
I am working on using the open_bootloader with our application and running into a problem.
We are using the GP_REG to jump from our application back to the bootloader...
Hello,
I'm using the following code to loop through the flash memory sequentially and send records created by the flash_fds example:
The data stored in the records...
Hi,
How does numeric comparison works? Shouldn't both devices share parameters in order to display the same number? How can we be protected from MITM?
Thanks!
Ive added another endpoint to the OTA zigbee client example, when I run
ZB_ZCL_SET_ATTRIBUTE (ep, ZB_ZCL_CLUSTER_ID_ON_OFF, ZB_ZCL_CLUSTER_SERVER_ROLE, ZB_ZCL_ATTR_ON_OFF_ON_OFF_ID...
I'm using the nRF52 DK and attempting to use I2S to send data to a DAC. I'm using the nRF5 SDK, version 17.0.2. The last sample in the data I'm sending is always replaced...
Hi,
I have a question regarding diffie-hellman.
What exactly are we doing with diffie-hellman key? Do we use it to create another key? Or is it the key itself?
Thanks...
Hello,
I am new to development with Nordic board. I have evaluation board from u-blox which is EVK NINA-B406 and I have installed Segger Embedded Studio IDE for development...
Hello,
I have been trying for days to program my nrf51422 project without much success. I am using a Jlink programmer. I have connected VTREF, GND, SWCLK and SWDIO from...
Hi,
I know that this question has been asked before but I was wondering if someone can help me understand if the problem is from the connections on my board or my chip...
I am developing a fairly complex app which involved having a lot of logging using the NRF_LOG macros with the UART backend. I am using the nRF52 DK as my platform with nRF...
My app is based on ble_app_hrs_rscs_relay, i.e. the nRF52 DK is acting as central and peripheral at the same time.
SDK 17.0.2, SD S132 v7.
I have a service running there...