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...
Environment:
Nordic SDK 15.2.0
Eval kit nRF52840-DK / PCA10056
SES debugger on Windows 10
I was trying to integrate nfc_callback() for ...EVENT_FIELD_ON / OFF from...
Hello,
I have a problem with MQTT Publisher example on my nrf52832 DK.
1. I am using ubuntu & nordic's SDK15.2.0 for this mqtt example. On raspberry pi 3b I have installed...
I need to communicate with a sensor through SPI. However, in order for the sensor to switch to SPI mode, its CS pin must go down. So before I do SPI transfer, I clear that...
Hi,
I want to interface RGB LED- APHF1608LSEEQBDZGKC (Kingbright make) with nRF52840 operating at low power mode on 1.8V (@Vdd). The 1.8V external source is capable to drive...
Hi Nordic,
we use the demo "ble_app_hrs_freertos" (nRF52832, SDK13.0)
I'm trying to get it into low power (system on mode) , and the idle task keep on running and the...
Hello,
I had to hard code new MQTT broker settings. Specifically the NRF_CLOUD_HOSTNAME. Whenever I update the nerf_cloud Kconfig to select a new broker, the autoconf...
Hi
On our project we see often softdevice asserts with the version 6.1.1 of the S132. The application we have is offering a BLE GATT service that allows fast serial communication...
We are starting different projects around the Thingy :52. When studying the SDK and harware doc we are faced with a possibly stupid question : we have identyfied an accelerometer...
Hello all. I have been having issues using the hash functionality of the nrf crypto library.
Above is the screenshot of the output I am getting for the code shown below...
I am struggling with the Zigbee SDK for the nRF52840. I have successfully run the light switch demo with the PCA10056 board as the switch and two dongles behaving as coordinator...
I have been struggling to get a Zigbee end device talking to a SmartThings hub which is on channel 14. I have now discovered that regardless of the channel mask I give it...
I followed instructions given here https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
I got it working in Build and Debug mode. However...
Dear Sir,
I am calling the function sd_ble_gap_disconnect() to disconnect the peripheral from the App.
This is called inside ble_evt_handler() function and under
...