I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
Hi,
My SDK version:9.0
SD:8.0
I use gpiote to generate an interrupt,
static void bma255_int_hook(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
g_int1_triggered...
My phone : Lenovo Phab
Problem : cannot pair with nRf 51822 from Bluetooth menu BUT when i use Official App ( NRF Utility etc) then connect and start receiving data " ...
Hi,
I am using nrf52 with sdk11.0, I have migrated the code of pwm_library code to ble_uart_peripheral.
But when i'm initializing the pwm the code it stops the advertising...
I am not sure where to post this info so I do it here. We have been testing nRF51822 chips in a Rigado BMD-200 module powered by a single 2032 battery and have been getting...
I am using the minimal port referenced in this question: devzone.nordicsemi.com/.../
to interface the nRF8001 using an MSP430 device. I am currently in the process of porting...
I am using SPI MASTER example from sdk 7.2.0 with softdevice s110(using spi along with BLE).
In my program I have a requirement of reconfiguring spi pins after using spi...
I see that driver version 1.0.0 was tagged on ghitub: github.com/.../v1.0.0
However, when I visit this page: www.nordicsemi.com/.../38649 , I can only find the 0.5.0 version...
Hi
I use nRF51422 for our products.
In a product line, we check the CWtest mode current consumption current.
I decided the determination value of the CWtest mode current...
Hi.
I'm using nRF51822, S130, SDK10.0.0.
I made a source code as below refering radio_test which is in SDK examples.
But the width of frequency is just 0.2MHz as below...
hi,
so i was coding my program with keil and it reach the 32kb so i had to move to the free IDE Eclipse. for that i followed this tutorial devzone.nordicsemi.com/.../
...
Hi !
I've seen that the Makefile given with the examples changed a lot between SDK11 and SDK12, lots of improvements ! However there's still something I don't get. Why...
What system resources are required when using GPIOTE channels (not the PORT event, the other channels)?
I remember on the nrf51822 there was a long-running PAN, fixed in...
I programmed nRF51822 with S120 softdevice and ble_app_hrs_c application to scan beacons.
It works fine but have one problem.
It scans beacons for about 10 seconds...
hi,
i am working on ble_app_uart_simple_adc example which is referred from the link github.com/.../nrf51-ADC-examples
i flashed the code successfully. and detecting the...