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,
Can we do the OTA firmware update using WIFI or Ethernet so that it does not involve any kind of user involvement ??? We are using nrf52840 chip.
Thanks,
I have the latest firmware in the modem (0.7.0-29.alpha) and i have the at client sample code on my board, I set my APN but the board doesn't connect
I'm sure that the APN...
Hi, everyone,
We are developing project on nRF52832 by using the newest 15.3 version (nRF5_SDK_15.3.0_59ac345). The project is built from bootloader and main application...
Hello, my old question: https://devzone.nordicsemi.com/f/nordic-q-a/48087/nrf51822-s130-hardfault-error
I found something.
After removing -fdata-sections in makefile,...
I'm trying to get the nrf52810 (pca10040e s112) to wake up from sleep every 5 second using RTC or timer. My goal is to sleep on less than 2 uA. I'm using the pca10040 development...
nRF52832
SDK15.3.0
ble_app_gls
ble_app_gls( SDK15.3.0 ) works perfectly and I want to port this "request pairing immediately feature" to my own project.
I referred...
Hello,
I'm trying to add another LTE device to nrf connect. But I am facing problem when adding it, I have my own sim card for iot from Singtel, It worked with the first...
I am interfacing sim 808 which is a uart based module with my nrf device.
The default buffer size is 256, can i increase this buffer size? If so how?
Also how do I clear...
Is there a distinction in the functionality between the functions defined in nrf_socket.h and socket.h? For example, the functions nrf_socket and zsock_socket seem to do the...
I want to use it should be implemented in sofdevice_handler.h but this file does not exist in any of my directories. I am using sdk 14.2.0
However, i have nrf_sdh.h which...
Hi,
In the documentation nRF52832_PS_v1.4, section 37.12 electrical specifications, there is an error indicated for every gain used, for Example EG1 error for gain = 1 is...
I have some experience working with nrf52840-dk and the SDK working in custom projects taking as initial point the different examples of the SDK.
The problem is that I have...
Hello,
I have the following power profiler: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Power-Profiler-Kit/Download#infotabs
I was able to correctly...