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...
We are ready to go into production and have made several pre-production boards. Now that we have several boards we are finding that some of the Nordic parts (nrf52840) have...
Hi Team,
I have using the DK and Source code for ANCS which is given in the SDK. I have to make one statement that, i can able to disconnect an active call using the ANCS...
Hi,
I want to write certain datas frequently to my flash memory of NRF52840 DK and erase it when use is over.Do you have any example codes which i can use for this purpose...
It appears that when setting a GPIO pin up to be used by the GPIOTE module as an output task the GPIOTE module takes over the configuration of the pin. It does not appear...
Can someone tell me how to find the MAC address using Command Line Agent (CLI) because
my sniffer seems to think it is the same as the Extended PANID.
Are they the same...
Hello.
I am working with an nrf52840 Development kit. My objective is to sample data from two ADC channels (the input signal has a maximum frequency of 10kHz) and send...
This is the second time I am posting here related issue on nrf52832 SPI communication. I am still not able to get the response from the sensor. Here I am testing my SPI is...
Hello
I'm going to use the GFX example of sdk v17.0.2 to running the ST7735 TFT LCD display.
I am using Adafruit's 1.8-inch (128*160) display and testing it on the nRF52DK...
I am learning and testing the FOTA function of the 9160. I have verified that it works with the official http_application_update project, but when I test it with my own project...
I want to connect remocon and nrfboard. A nd see the value of the remote control as uart.
so I try to connect remocon and nrf85832 to use SDK 13.1 example.
I use central...
This is a new install of NCS 6.1. Installed using nRF Connect Desktop v3.7.0 Toolchain Manager and connected to a new nRF5340 DK.
I followed the Getting Started, Running...
HI Nordic,
I am working PCA10040, SDK17.0.2, ble_app_uart routine.
I'm try to add ADV/SCAN_RSP data, but when I add some field, such as p_manuf_specific_data or service_data_count...
nrf52840 nrf5_sdk 16.
Looking to use the LPCOMP to wake the nrf from System OFF.
Question: if I config the LPCOMP to use the internal reference "15-level internal reference...
Excuse me:
Suppose I Initialize and turn on UART and the power consumption is 4mA,When I call app_uart_close() the power consumption is 2mA,If I don't initialize UART at...