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...
Hello, I'm working on a s332 application and I need to include the DFU feature in the code. I've managed to perform a DFU on s132 applications following examples like this...
I've built and able to the run the 802.15.4 RF Phy Tester but it doesn't seen to recognize any of the custom commands. Can you provide more insight into this please?
Please ignore Product Type I selected - i set it to just select that to something.
I'm planning/designing a comm box, which needs to speak to ZigBee based nodes/sensors...
Hello
I'm a beginner. I am using NRF52 series and coding in segger embedded studio. I have modified the ble_uart example and added some extra code so that I get the sensors...
Hi,
My customer occur a problem with nRF5 SDK10.0.0, the sample ble_app_hids_keyboard.
We test the sample on nRF51DK.
We connect the DK with an Android phone, and bonded...
Hello, I downloaded the NRF5 SDK for mesh. I want to make the light switch example. I installed the server and client software on two different cards. I want to make the necessary...
I am using NRF9160 (PCA10090, 1.0.0, 2021.7) for my experiment using the .hex file of UDP example provided here ( https://devzone.nordicsemi.com/nordic/cellular-iot-guides...
Hi
I use the nRF52840 board and am currently working on a Matter project.
I am trying to add a cluster to an existing Matter sample project as per the link guide below...
Hi,
I am working on pdm mic integration in zephyr RTOS. I used INMP441 mic sensor. I got SPL in dB by using nrfx. I want to create a driver for this mic. Please help me...
I have an nrf21540-ek. I hope it can be used with my nrf5340-dk. Does NCS 2.0.0 contain relevant drivers or does the driver need to be implemented by me? If NCS 2.0 contains...
Hi, recently I am been consistently getting the same issue as this post, despite having successful performed the Mesh DFU in the past and with the example code:
I suspect...
Hello,
My goal is to make DFU over a mesh network.
Using this guide , I did the following:
nrfjprog --program bin/softdevice/s132_nrf52_7.2.0_softdevice.hex --chiperase...
Hi there,
We are developing our own uart driver, and need to understand the power consumption of the peripheral.
According to the product specification section electrical...
I'm using VS Code and the nRF Connect extensions to build a project that is derived from a sample app. It was created as a freestanding project, so the SDK is shared with...