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...
I read from this news that it is possible to have wireless charging using nRF51822 chip.
www.nordicsemi.com/.../Nordic-Semiconductor-announces-Bluetooth-Smart-solution...
hi ,
Now, My program it have a crash when i to service discovery.
That always stop at when ble try to get the "PrimaryService(0x1801)" Characteristics
but i not found the...
Hi,
i have only little experience in programming a nRF51, but i want to make just a simple application.
before i used a btm222 BT2.1 SPP module to transmit serial UART-data...
Hi,
i have only little experience in programming a nRF51, but i want to make just a simple application.
before i used a btm222 BT2.1 SPP module to transmit serial UART-data...
Dear Nordic Support Team,
I am trying to write some information in the flash memory without success. In the ble_flash.h file, it is specified that the pages 0-127 are reserved...
hiii....
1.can any one tell where do we call advertising_start() function if we want to advertise after getting disconnect from a central device.
2.in ble_evt_dispatch...
I`m a newbie at Bluetooth Low Energy and Nordic Chips. I bought a DK for the nRF51822. I would like to set I/O pins over android and iOS application.
1.So what application...
Are there any common solutions to the issue of spi_slave.c using an array as its buffer? I would like to setup a circular FIFO, but I am not sure if there is any way to do...
We are using the S110 as a peripheral that emits data via notifications.
Is it safe for the central to also send characteristic writes while notifications are being emitted...
First of all ,i download the SD7.0 to my device, then i download my app to my device,in this case
my device's curent is 100uA.
First of all ,i download the SD7.0 to my device...
Hello,
i need some informatiorn about the layout of the nRFgo Motherboard. More specific i want to build a board which is connected to the ports P0, P1, P2; therefore i...
I'm trying to implement a burst transfer between to nRF24AP2 devices, but I have serious problems getting it to work.
The burst messages are send on a reverse channel to...
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...