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...
Hej!
Upgrading from SDK16.0.0 to SDK17.1.0, concerning sdk_config.h in my application: I worry that some new options could have been introduced while some old ones might...
Dear support,
I tried to follow the video here for adding service to https://webinars.nordicsemi.com/developing-bluetooth-low-energy-6 ,
Read and notification works fine...
I think I may have found errata. Using the combination in the title I can enable output, verified at the pin using OUTSET. Once the softdevice is enabled the same command...
Hey,
Currently using a nRF9160 DK with an iBasis eSIM (connected to AWS/Azure)
Any good input on using the eSIM as an root of trust? Implementing it as a security layer...
I have been working with the Azure iot hub sample appilcation since version 1.5.0 and use an SD card to store the authentication certificates and other information to connect...
We are having trouble getting the NRF52833 to operate in a low power mode. It always seems to be drawing 1-2mAmps.
Application: Nrf52833, Central host, scans 100ms every...
Hello,
I am using nRF52840 DK board and nRF5SDK17.0.2.
I am trying to code to print data on UART so I have added below folder path into user include directories:
...
I want to add iBeacon frame in eddystone.
nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_eddystone
in this along with eddystone advertising i want that ibeacon...
Hello,
I am new to Nordic. I was trying to find a sample code that has implemented NVS / EEPROM (I don't want to use external EEPROM). But I did not find any example that...
Hi,
I have the SLM application running in a custom board with uses the NRF9160. The SLM is driven an external microprocessor within the same board. Everything seems to work...
Hello Sirs,
I refer to the following website to complete the initial installation of the drive, but the result is the same.
developer.nordicsemi.com/.../gs_assistant.html...
Hi,
Using the SDK 17 library, i had the following code running fine:
Now i am porting it to ncs 1.9.0, i have changed the code to:
Upon running, i get the following...
I am currently using the nRF5 SDK and want to read ADC values at a rate at 1ns but I am not sure if this possible. I currently have a timer that is able to read values at...