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, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
Hello everyone,
In the Light Control Example of Zigbee SDK 4.1 there is a Light Switch with a couple of button assignments.
Used board: PCA10056
(Light switch) Button...
I am getting a
<debug> app: char val length 22 <debug> app: Failed to initialize characteristics. Error code: 0x04 <debug> app: Unable to create RegCertDataList characteristic...
Greetings,
In the nRF5 SDK for Thread and Zigbee v4.1.0 There's the "Zigbee CLI Agent Example".
Under this example the section "Using CLI to control lightning devices...
Hi, guys
I am debugging the I2S feature on nRF340DK, when I completed the initialization of I2S pins configuration and start I2S, the SCK,LRCK and MCLK pins can produced...
I'am new for this platform and working on nRF Connect SDK v1.6.1 with SES on windows.
i plan to develop based on a sample project. so, for example i select file-->open nRF...
I am trying to run and test the ots example but I am not able to connect to device with the nrfConnect or any other app? Please guide me as to how to check the ots service...
I am doing power optimizations on a custom hardware that has nrf9160 and nrf52833 on it. These are connected via GPIO pins and I use two pins to send interrupts to each other...
Hello. I am downloading a custom board (nrf52810) using the nrf52832-dk board as shown below.
I compressed and managed the project file after taking over for company business...
Dear Team,
We are developing a product based on ble mesh. We are planning to select NRF52840 as master device and nrf52832 as slave device. Slave devices should be more...
In the ble_app_beacon example in nRF SDK 17.02, there are two defines namely APP_BEACON_INFO_LENGTH (0x17) and APP_ADV_DATA_LENGTH (0x15). The former defines length of the...
I am trying to port some code from the nrf52840dk (PCA10056) to the dongle (PCA10059) and everything seems to work fine until an interrupt is triggered. All serial output...
Hey! I have a project with custom board with nRF52833 and I would need help with just getting data from sensor via i2c and sending it via bluetooth to mobile device. For some...
Hey!
I would like to use the nrfjprog executable from the nrf command line tools for flashing the nrf9160 modem firmware. I read some older tickets about this issue and...