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...
Hi Nordic team
I tried ncs 1.9.0 peripheral_uart sample (\TOOLCHAIN\v1.9.0\nrf\samples\bluetooth\peripheral_uart) at PCA10095 v1.0.0 DK.
1. Application core: Board is...
Hi, I'm trying to get started with unit testing in Zephyr by running the sample in samples/subsys/testsuite/integration. I'm using ncs 1.7.1.
I copied the sample to my workspace...
System details:
Board: Custom
Chip: nRF52832
PCA Number: PCA10040
SoftDevice: S132
SDK: Version 16.0.0
Until recently, I have had no issues using the TWI module...
I use nRF52840 in aQFN73 package. Can I assign QSPI contacts to G1, J1, L1, N1, R1, U1 pins? Or should I strictly follow the recommendations from the datasheet? Thanks.
Hi All,
I have an application that wants to send 1 array every 2ms. There are 10Bytes of data in the array.
I will be based on 1Mbps, MTU size = 23byte, Payload = 27byte...
Dear Sirs,
I use the standard printf() function to communicate via UART (with retargeting).
Unfortunately could not find a way to not overwrite a buffer.
The only workaround...
I have configured EasyDMA RX.MAXCNT=256 and set EVENTS_ENDRX. If >=256 bytes arrive, an interrupt occurs immediately. And if only 128 or 10 or 203 come.. byte, then I'll never...
Hi,
I'm using nRF Connect SDK 1.7.1.
Is it possible to mix polling & interrupt driven UART API?
I have a situation in which I want to receive input once in a while...
Hello,
I am using the Bluetooth Low Energy application to interact with my device under development. I notice that if I set the Write No Response property on an attribute...
Hello, I have recently started an evaluation on nRF9160 DK in the UK. I tried to run the Serial LTE or AT Client examples but I was not lucky to register to a network. Using...
Hi to everybody, i'd like to know if there is a way to enable/disable mesh message relying on a node locally by the firmware without using a configuration client or a provisioner...
Hi Nordic, Since the last update of the Programmer application of the NRF CONNECT for Desktop, I've been seeing this error: I've NRF52833DK // PCA10100, and up there it says...
Hi Sir/Miss,
I use programmer v2.3.1, J-link and nRF52810.
After I connect to J-Link which displays nRF52840 in UI. In log windows, it's normal.
Please check below...
I have been writing an app and now changing the bluetooth library to Nordic Android BLE Library. W hile connecting to the device I keep the autoConnect flag on, which lets...