I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hello,
i have a very small device with bluetooth connection which send data every 20ms to a smartphone. The adc is sampling 100 times per second. Because of the small design...
Morning
I was just wondering if anyone knows which types of Bluetooth devices work with the nRF Toolbox for iOS and where to buy them - proximity etc.
Iain
Dear Nordic Engineers!
I am using the nRF51422 QFACA1 on custom boards and planning to migrate from SDK8.0.0 to SDK11.0.0
My application is using the S120 soft device...
Hi all! I want to send data from a beacon (nrf51822) to a Pic microcontroller with the RS232 standard, what function should I use to send data? I have already tried but it...
hello.
I want use I2C program.
so, I used twi_master_using_app_twi example.
SDA is output only 1byte(0x21).
I need to output a continuous 5byte.
Where do I need to modify...
Although the login form in the right side-bar works, the on in the main page does not. To reproduce:
Log out,
Click on 'Sign in' on the side bar
It should take...
Hi,
I am trying to use PPI for generating a output of lo to hi when NRF_RADIO->EVENTS_READY occurs.I want to generate on the same pin hi to lo when NRF_RADIO->EVENTS_END...
There are a couple of threads in the Developer Zone which mention backwards compatibility issues for nRF51822 BLE with DFU. Some of these are focussed around MCP (Master Control...
Hi !
I would like to use FFT with the nrf52. There are some FFT functions in the arm_math.h, but the linker fail :
1> Compiling main.c
1> Linking nrf52832_xxaa.elf...
Hi, in older SDK there seemed to be a simple way to redirect stdout (simple_uart.h), but in SDK 11 I cannot find these functions. What is the recommended/minimal way to redirect...
I use the nrf51822qfaa,s110 v8.00,SDK V10.0.
I use PWM module with a piezo buzzer.
Now I need change the buzzer frequency,
How can I change the PWM frequency?
for example...
I started looking at the alert notification example. I just can't see how people understand the complex state sequences the peripheral (or central for that matter) go through...
I am using em::blocks and arm gcc with ble nano from readbear labs.
I built the template example but it is not working.
The output hex is the same as if i had built it with...