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,
for evaluating purposes I'm trying to send quite big amount of data (100 kB) via socket interface. Sending proceeds fine until approximately 60 kB is transmitted. After...
Hi,
when powering up the nRF52840 PDK its interface MCU LED is blinking fast and the board is not recognized. I've tried to update its firmware by putting the board in bootloader...
On some android phones we have observed that if we try to scan using nRFToolbox for nRF51/ nRF52 controller advertising with UART they do not show up in the scan list. But...
Hello,
I am developing a wireless sensing device using the nRF24L01+ module and I'm planning to use a u.FL connector in my design. I can't seem to find any manufacturer...
Hello,
I am trying to test BLE with SAADC, UART function.
I am complete the ADC test and UART part.
So now, I want to SAADC with BLE and BLE with UART.
The whole connection...
Hi all,
I tried to follow this tutorial to be able to use GDB as debugger but failed right in the beginning because JLinkGDBServer could not connect. Here's the log I get...
Hi , i am using the nrf52dk and i have a switch statement that depending on the case there is a set of enum and i would like to utalised the push button to increase/decrease...
sir, i am attempting to compile a solution from github(nrf calender) but i could n"t.Tell me where should i put the file and how to compile to make it work??
Hello,
I have a question: how can i make applications for Nordic Thingy:91, and upload them to it? (I am a total newbie when it comes to Nordic products and IoT, i am not...
Hi All,
I am developing one project and there we are using ADC (i.e., SAADC in nRF). I have designed the hardware where I am using Capacitor ( C14, 2.2µF) which is connected...
Hi. I have a nRF52840 setup using the PWM driver, and it is outputting a 50Khz pulse 50% duty cycle.
How do I modify the sequence values so that I can modulate this 50Khz...
Dear all,
I would like to implement the IEEE 802.15.4 stack, using the driver inside the SDK for Thread and Zigbee. Unfortunately there aren't any examples ad so everything...
Hi! Please, excuse the probably stupid question but I'm a real newbie. I'm trying to perform a long range coverage test. I got two NRF52840 DK. Got to install both Segger...
Hello all,
I have a question about nRF52832.
What I want to do is increase a number every 20 micro seconds.
In other words, count how much time has passed .
(ex...