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 am using the nRF51822 with an external chip. The nRF51822 has interrupts which trigger when one of the signals from the external chip goes low. When using BLE and...
My program does a lot of dynamic memory allocation and at some point "malloc" retruns NULL , which is cause the system running out of allocated heap memory (I am assuming...
Hi,
i am newbie to nrf51822 and want to know details of following stuffs:
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there...
Hi guys,
i asked a similar question [1] few days ago, but yesterday i stumbled over the "service_data" type when advertising packages.
I've written a custom service...
Is there a specific part code for the latest Rev 3 QFAC silicon for the nRF51822? We were trying to track down a source with stock of the latest chips, but most resellers...
I'm having trouble using the RTC1 COMPARE function to generate an event/interrupt when the processor has been put to sleep using sd_app_evt_wait().
My configuration is...
Is it possible to use the nRF51 dongle as a slave ?
I have a nRF51422 Eval board that I am planning to use as a central device. Can I use the nRF51 as a slave so that I...
Hello we have developed a few products which have required (costly) RF/RFPHY testing.
Is there a reference design that is qualified that can be used to avoid the RF/RFPHY...
Suppose a BLE central needs to get sensor data from 10 peripheral sensors. Given that there is a limit to the number of connections a BLE central can have, is it better for...
Has anyone managed to get this revision of the nrf8001 IC working?
i bought 280 of them and none of them seems to work as it should.
When i reset the chip i get no interrupt...
I tried to download softdevice 8.0 and the example code of SDK8.0
(\nRF_Examples\8.0.0\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5)
to PCA10001.
First I Copied the...
I'm devloping application on nRf51 for that i'm using... SDK : nRF51_SDK_7.2.0_cf547b5 Tool chain : GNU tools arm Embedded [arm-none-eabi version 4.9.3] Dev Board : PCA10028...
Along with S110 BLE stack I programmed my application, which I managed to do without any conflict.
My application is not working properly and neither control is transfered...