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 am trying to verify hid_keyboard_demo app running on nRF51822 with android running device.
I have tested it with my phone running android kitkat and windows...
hiii.....
am doing a project for implementing broadcasting while in active connection... i hv broadcastd datas successfully but the problem is when i disconnect the connection...
I am unable to see any uart print output when running the uart_example with NRF51822. I am able to see the program execute via the debugger, but have not seen any output....
Hi,
I am trying to port ble_app_alert_notification example to PCA10000 board. I've modified the example code in order not to use buttons and leds (always clear bond informations...
We have implemented serialization for S120 and are offloading most of the processing load to a different host machine. We want to establish multiple connections. In various...
Is there any better documentation for S130 than "S130 nRF51822 SoftDevice Specification 0.5.0-1 alpha" ? If not, does it make sense to try familiarize myself with S130 by...
I am using the nrf51822 evaluation board and was planning to use it with sound. There is no DAC included in the board so can anyone suggest a good DAC to use with the board...
hi there, im currently using nrf8002 development kit to study proximity purposes. Can someone provide me with an example of the configuration mode made from NRFgo Studio as...
I want to implement UART support in the S310 ble_ant_app_hrm example to pipe out the heart rate through UART as well as Bluetooth.
I attempted to set up UART with both...
I need to do some single-cycle precision time measurement on the RADIO events. I am currently using PPI, configuring the radio events to to trigger timer tasks.
From what...
I am trying the IOS app and I tried to set the alarm on the "out of range" event with the beacon
It doesn't fire the alarm although I am trying an Android phone with same...