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,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi,
I would like to enable the APPROTECT readback protection.
What is the advised way to do this when using nrf connect/zephyr? The following line doesn't work (the 'at...
Hi everyone, I'm new to DevZone.
I am writing to ask for info for the first application with BLE.
I need to send data acquired by sensors, RAW mode, via the BLE application...
As far as I know "nRF Connect" DFU function just upgrade one by one,it's too low.
If there is no way to update in batches with DFU,who know a example that DFU function Host...
Hi Devzone:
I would like to shrink heap and stack size to save some RAM space.
I can see in the memory usage page of currently allocated heap and stack:
As you can...
Hello,
I have reserved an area in my flash mapping for settings (0x2000 length). I would like to update it (without application) with DFU / secured bootloader / nRF toolbox...
There is no 'low BLE power' example in the nRFConnect SDK for the nRF5340 - so I am just 'trying thinks' based on documentation I can find to come up with Application/BLE...
Hi.
I want to configure a scene when I create it on a node. So I need to use the Extension field sets, described in the ZCL 3.7.2.4.2.1. I see that the stack has a macro...
Hi Nordic Support Team,
My current setup is : Android Phone <--BLE--> nRF52840 <--LIBUARTE--> External STM32 MCU
I started the example with this folder in the link provided...
The following program will start the TIMER, read the timer value by pressing the button, and set the interrupt event. However, when the interrupt event is timed, the board...
Hai, I am using the sd_power_system_off() function for the deepest sleep mode, and my question what function used to wake up my system
I am using nrf52840 board with 17...
Hello, I need to upload the SEGGER script to FANSTEL EV-BT840 (832)-V4 via nRF52832, but there is something wrong with the connection. In my project, it is needed to use beaconing...
Referenece devzone example, : devzone.nordicsemi.com/.../mesh-mac-address
We should set the new MAC value via sd_ble_gap_addr_set before mesh_init( adv_start)
But flash...
Hi, I am looking to develop some code on NRF53. Looks like only Zephyr is supported. Even the most basic example includes some Zephyr files/libs. Reading the docs it sounds...
When I send hid data using below function. (length of data is just 5)
err_code = ble_hids_inp_rep_send ( p_hids ,
index ,
len ,
pattern ,
m_conn_handle );
...