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,
We are planning to finalize NRF52840 part for IoT project and below are the features/criteria that we are looking, Kindly confirm whether below features will be supported...
Hi,
I've recently hit an issue where sd_ble_gatts_rw_authorize_reply in my code returns INVALID_PARAM when I try and write a long set of data to a characteristic using...
Hello,
I am using the PCA10040 DK, and I want to get a 8 MHz OR 4 MHz clock output from one of the GPIOs.
I've followed the instructions from here
and it works.. however...
Hi there,
I’m trying to find the path-of-least resistance to get the GPS working in the Asset Tracker demo on a PCA10090 (v0.8.5), and I noticed that one of you engineers...
Hi, I am wondering if there is a way to reject Bluetooth pairing with Nordic peripheral outside of my own mobile application. For example the Fitbit devices will reject connecting...
In documentation:
Libraries > Serial interface > Serial interface library > Serial commands > Serial command groups > Serial command details > Access Layer Model Pub Period...
In following this example: https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/scheduler-tutorial
once I added
APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE...
Where do I get the output (from the main apps printf/printk etc) from the Thingy:91 once it's connected via 10-pin swd-cable to my nrf9160 DK?
I don't think there's anything...
I installed the "nRF Coud Connect" iOS app. After launching the app and sign in with DevZone, I get a message "No tenant for user". Please advise what that message means and...
Is it possible to use nRF Connect for Desktop (currently running v2.3.1) with the nRF52840 dongle to test Bluetooth 5 features on a Server like LE 2Mbps data rate, Advertising...
Hi, We are working on a product that uses EYSHCNZXZ, nRF52832 based module from Taiyo Yuden. The module is qualified as Component at 'PHY layer only'. The QDID of this module...
Hi, is there a tutorial or more documentation available for explaining the purpose and how to use rd_auth and wr_auth flags? E.g., i f I set rd_auth = 1 do I still have to...
Hi there~
I'm working on nRF52840 DK board.
I want to change nrf_log max number of arguments.
After I finished the modification, and print log with more than 8 arguments...
Hello,
I have a device that advertises as `BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED`. When a device connects, it restarts its advertising as `BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...