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...
Hi
I cannot find the minimum pulse length to trigger wakeup using DETECT from GPIO hw pin configured as SENSE pin in the data sheet for nRF51822.
Ex: set PIN_CNF[0].SENSE...
Hi,
I tried DEVICE_NAME with a AABBC Ddddff Tttttth Vs DEVICE_NAME as AABBC. The time taken to connect with a longer device name takes at least 3 attempts (in the sense,...
Dear Nordic Team,
Thanks for support.
I want to merge softdevice hex,application hex and bootloader hex. I am using windows 7 OS and my SDK version nRF5_SDK_11.0.0_89a8197...
When a nRF52 BLE as peripheral had connected to a BLE device as Central, if the nRF52 BLE also coule connect to other BLE device as Central at the same time with the supoort...
Dear Nordic Team,
Thanks for support.
I try to make zip file generation using command promt as per the nordic document(How to generate the INIT file for the DFU.pdf...
I want to test RF during production but I do not have any GPIO or UART points on my DUT so I don't want to run the DTM. Can anyone tell me what problems there are with this...
Hi:
I reference rate meter program:
“nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_hrs\pca10040\s132_with_dfu”.
After function "device_manager_init",I handle...
HI,
I am now trying to use nrf51_iot_sdk_0.8.0_f1f6187. And I have run example application in nrf51 iot sdk on nrf51-dk board. It works fine.
Now I want to develop on...
I want to send a service changed indicate after upgrading app by dfu.I know dfu already so that,but i don't know that how dfu do that.
there is service_change_indicate...
I used to able to get the blinky example in SDK11 to work. But for some unknown reason I couldn't scan my device using Nordic master control panel. The LED1 will be turned...
Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync...
Hi
Yesterday I downloaded the new SDK12 and checked what changes could be relevant for my ongoing/next projects.
One remarkable thing was the fact that almost any peer...
Hello,
I'm trying to upgrade the application on my board via OTA DFU but it seems to fail if the app file is greater than 64KB:
DFU fails with my app which is 70kB and...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...