HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi, I need to read an analog signal 100 s/s which takes 68us at 10bit. There is very little computation to be done once read probably about 10us which I can do to the previous...
I am experimenting with calling sd_flash_write with waiting,
if it returns NRF_ERROR_BUSY, just try again, and then return either success fail
void flashWrite( uint8_t...
Hey ho,
I'm new to BLE and Nordic. I'm a student from Germany and i want to realize one simple function with Arduino (RedBear Blend with nRF8001) and Android.
I want my...
Hello,
We've heard that the BLE transmission packet length may be increased beyond the limit of 20 bytes in a future version of the S110 softdevice. Would you let us know...
Hi
I struggle to understand mechanisms of switching particular subsystem of nrf51822 off and on again in order to consume as little as possible current when MCU is put...
Hi
I have an ADC that just recive, but i will need to make an buffer that makes tx values and just send them to a output pin.
So I wonder how i should code this and if...
I have made custom compiling environment using gcc. I precompile some parts of my software and send to team members .o files what they use in their project so that they don...
Hi, I am using an nRF51822 EK board to develop a custom application and I was wondering about the usage of the SoftDevice. Under what conditions should I use the soft device...
I have recently updated my DFU code to use the source files in SDK 6.1 to be able to OTA upgrade the SoftDevice and Bootloader. I've been able to get the Application to reliably...
Hi,
I am a newbie and would like to build a solution that combines nrf51822 with Arduino. Is this possible.
I find that there are many nrf5001 + Arduino solutions, but...
Hi,
I try to use APP_ERROR_HANDLER(err_code) with a custom error code ( for example 25) in a custom function. Error code reported is correct, but error line and filename...
hello,
Have any example about how to use "CHANNEL_IN_WRONG_STATE" ?
I don't know how to use it. and also don't know when softdevice return this even.
///< Command...
I am having an issue with pin changes triggering interrupts using app_gpiote. I've set up app_gpiote to watch pin 30 and trigger an interrupt on low-to-high or high-to-low...
Folks,
I'd like to use the single UART peripheral in the nRF51822 in interleaved fashion to support two serial "ports", e.g., sets of GPIO pins dedicated to separate serial...