I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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...
I am working on a custom board for the nRF9160 and currently have a DK and a thingy.
I need to make a serial interface available on the DK, thingy and a custom board I...
I want send data from Mobile over established BLE Mesh Network (through Proxy node to all nodes in the network) and also get data from BLE Mesh Network.
Data is customised...
I have not set nrf5340 i2c2,uart2 to work .
,in prj.conf ,add below configure:
CONFIG_SPI=y CONFIG_NRFX_SPIM2=y
in prj.overlay ,add below configure:
&spi2 { status...
I am working through the Getting Started documentation for the nRF Connect SDK 1.5.1 on a Windows 10 machine running SEGGER Embedded Studio Nordic Edition Windows x64, Release...
Hi, I have been struggeling for a while to integrate digital sign and verification using the mbedtls ECDSA, and wonder if you have any tips. My goal is ultimately to run the...
Hello,
In template example from SDK 15.0.0 i have created advertisable manufacturer data using this link
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth...
I was working on nRF9160 DK and was trying to emulate HTTP using the AT TCPSEND command.
The following is the series of commands I am using
AT#XSOCKET=1,1 AT#XBIND=8080...
Hi, guys.
Its developing with nRF52832.
I have a big problem rebooting. could you help me?
to solve this problem, I tried the following : (of course, it is very stable...
We are using nRF52820 (and possibly nRF52833) with RC oscillator for LFCLK (without external crystal). Our device product will provide an option to turn off Radio communication...
Hello,
I would like to report a bug found in the sdk-nrf . The github is not allowing bug reports so I will put it here.
The `nfc_ndef_msg_encode` function in `nrf...
Hi,
I am very happy that we will be able to use the nRF52840 DONGLE as a sniffer with the new update. I thank to Nordic team. This was something I was waiting for.
...
I am able to successfully run the UART peripheral example and view data sent via uart from an arduino to the nrf. Now I am trying to use it with the nrf BLE relay example...
Using SDK17.0.2 and added secure, dual bank, button based bootloader DFU for use with our application. Was based on DK52 secure bootloader debug example. It all works as expected...
Hi,
Our target device - NRF52840 FreeRTOS based application with soft device 140 sdk 17.2,
Can you tell me what is the leading trace solution?
I tried to use j trace...