Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hello
I've been experiencing an unusual problem using the TWI/I2C library for the nRF51-DK board. Basically, I found that I need to shift my device address to the left...
Hi guys,
I have followed devzone.nordicsemi.com/.../ to set up CrossWorks. Even though I got pass the ble_stack_init();, I still can't discover the device for some reasons...
Hi
Please tell me someone me how to start nRF51822 & softdevice8.0.0
I build a NRF51822 application in gcc & ECLIPSE.
When to run the program, it crashes in the boot...
I'm having a problem adding the GPIOTE_IRQhandler() to my main.c file (see attached). I'm getting a compiler error that it is doubly defined in app_gpiote.o and main.o, but...
is it possible to update the pca20006 (rev. 1.2.0 2015.06) beacon with the pca10000 over DFU?
When i tried to update it with my application written for an older version ...
Hi folks,
I'm using the ble_app_template on a custom board. The BSP has a bunch of stuff I don't need, so I would prefer to not use it and handle my I/O directly instead...
i was going through TWI initialization process here i am confused why have we disabled Blocking mode. The reason for Disabling TWI_BlOCKING_DISABLED
I am referring the below...
hi , i want to modify the "transmitter_pca10028" and "receiver_pca10028" examples in SDK to obtain a transmitter/receiver in the same time (tranceiver). So someone have idea...
Hello, I am using the nrf51822EK and I want to combine the ADC and LPCOMP although in the reference manual it says they can not be used at the same time. Is it possible to...
Hi all,
I met one strange thing on SPI interrupt:
when 51822 advertising, the SPI write and read works well;
But, when CONNECTED, with BLE_GAP_EVT_CONNECTED event occured...
Hello,
I migrated my project from softdevice S110 7.1.0 on a nRF51422 FAC to softdevice S110 8.0.0 and an nRF51822 FAA G3. My code used to have a current consumption around...
Hello everyone,
I'm currently using and modifying the experimental_ble_app_uart. I've seen that for sending characters resp commands the file simple_get_uart is used. My...
Good morning.
I'm curently trying to set up an exemple project in Eclipse, but I've tried sevrals tutorials unsuccessfully. Somes are out of date, somes gives me errors...
Hello,
I'm working on a project with a "master" NRF24L01+ with a unique address and around 10 "slave" and all have a unique address, a broadcast address and some sub broadcast...