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...
Hi,
I am working with a nRF52832 in the nRF52-DK. I am trying to set high logic level of digital outputs to 1.8 V. I have been reading about different operation modes (normal...
Hello, What is the way to send binary or JSON data using AT#XSEND socket command in the new SDKs (>1.60)? Former version of this command contained additional parameter <datatype...
When the phone and controller bonding gets out of sync we are having issues. By out of sync I mean that either the controller (customer board with a nRF52840) or the phone...
Hi, I testing the code using nrf5340DK kit written using nRF Connect SDK in SES. The CPU resets automatically, after few lines of code. The Output code and Task images are...
The product I'm developing uses the nRF52840 (vendor Fanstel) controlled using pc-ble-driver.
I will use the BLE_GATTC_OPT_UUID_DISC option to cause the vendor-specific...
HI, please see the attached images. In first image, a library function strlen() has an issue of No code for Breakpoint. In second image, the sum of various unsigned int variables...
I have some doubts regarding the implementation and purpose of the FTMS Control Point.
1 . As stated in the FTMS service delivery, the Control Point is used by the client...
Hello,
I want to use libuarte - advanced UARTE driver in our current application developed for nRF52832 with SDK 17.0.2.
My aim is to merge example libuarte and ble_app_beacon...
Hi!
I want to use my nRF 52840DK as a general purpose BLE demonstrator. I know that this is already possible by using nRF Connect for Desktop, but I'd like to develop a...
Hello,
according my Observation Zephyr, more precisely the rpmsg stuff for BLE between both nRF5340 cores, doesn't work when optimization is switched off. But stepping through...
hello Nordic
i am working with nrf52840 with ncs (on the process of moving to 1.8 currently 'v2.6.99-ncs1-1' )
i have several sensor drivers on my board and flash driver...
hello,
i am using nrf52832 with lis3dh accelarometer and max30205 temperature sensor in our customised board with sdk 15.2 i have included the dfu ota in my firmware my...
hello nordic team I ran the ble_app_uart example in sdk 15.3.0 on nrf52832. When i add printf("\r\n%d\r\n",15); to the code as follows, the program prints 15 to the serial...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a process to set the characteristic and send an indication using sd_ble_gatts_hvx...
Thank you very much for your help. I am currently working on implementing a PWM control function using the nrf52840. I would like to ask you about a build error that occurred...