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...
Hello,
I do my first project with nrf52.
I have great working app under the SES enviroment. App is downloaded to hardware under the Segger Studio and it works ok. And...
Greetings,
I am trying to create a bootloader project in VisualGDB (our IDE of choice) and GCC based off of the secure_bootloader/pca10056_s150_ble example. I was able to...
Hello,
we want to use RTC2 (RTC0 is used by SoftDevice, RTC1 by FreeRTOS) to keep track of time. I set NRFX_RTC2_ENABLED and NRFX_RTC_ENABLED in app_config.h. Code used...
I'm having an rather cryptic problem where around 0.01% bytes are simply not transmitted via UART for some reason. This error happens independently from the chosen baudrate...
Hi,
I have just started learning the ble mesh basics.I have started to build code using segger ide. I have to learn the mesh examples code in a detailed way for my upcoming...
Hi,
How do I configure Zephyr to turn off TWI and GPIO while in sleep mode? Once I enable those, idle power consumption doubles. I tried using device_pm_enable() on initialization...
Are there definitive specifications on the minimum pulse duration necessary to trigger GPIO DETECT events and PORT events? I have a sensor that fires a logic-low interrupt...
I would like space in flash that can be written to during production and then never changes or is overwritten. I have explored adding a section in the linker.
Are these...
Hi there...
I am using :
Device :Custom board using nrf52840 (fanstel module BT840)
SDK : nRF5_SDK_17.0.2
SoftDevice : S140 7.2.0
In order to add DFU capability...
Hello,
Any updates on the modem firmware v1.1.3 and v1.3.0 certification status for Verizon? I was told v1.1.3 was supposed to be around Q4 and v1.3.0 was supposed to...
The actual title is too long, the problem is this.
The documentation for s110 says:
Commands to write a buffer to flash
If the SoftDevice is enabled: This call initiates...
Hi All,
I am developing a Zigbee based light controlling product using nrf52840 and nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 SDK.
All functionality and features developed...
Hi,
I run the radio test with our PCBA with SDK17.0.2, but when I want to send "start_tx_modulated_carrier 100", there's no callback response "<info> app: The modulated...
Hi.
I am looking to implement a nRF52840 chip in my 5v battery operated door lock.
Sorry if this is asked before or should be clear from documentation, but I am not...