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...
In the changelog for 7.1.0 is says:
"This version deprecates all previous 7.x.x versions"
But in the compatibility matrix, it seems like 7.1.0 is only supported by revision...
i had used flash manager that is in BLE libraries to store datas for persistent storage. but it seems can't work after i enable the softdevice. so i try to use pstorage, i...
Hi support !
In my current application, I use nRF24L01+.
I want to change this nRF24L01+ for a nRF51422 to add BLE connectivity.
So, I've started my development with...
I'm using SDK 7.1, PCA10028 eval board, SD110 7.1, MCP 3.6.0.8331
I have 2 characteristics, and both are 32 bytes long. When I try a "Write Long" from the MCP a
BLE_EVT_USER_MEM_REQUEST...
Hi,
Merry Christmas!
I have a question about pstorage_store.
Actually, I want to store some data in the memory. Each piece of data has its own size (between 1 byte to...
Can I config AIN0 and AIN7 as the input pins of ADC, and config P0.01 and P0.02 as TWI, and config P0.03 and P0.04 as GPIO?
Or I must config ALL AIN PINS as ADC?
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi,
I've followed the steps mentioned in this thread devzone.nordicsemi.com/.../ and everything seemed to work fine. I've successfully uploaded "nrf51822_beacon_app.hex...
Hi.
I read in the sdk documentation, there is a library to use MPU-6050.
So i try to find it but I did not succeed.
i want to read data from 6050 and send this data with...
Hello.
I want to use nRF51422 chips to make some kind of mesh network using raw radio stack (NRF_RADIO) with my own protocol on the top of it. In reference manual there...
Hi,
I am a new comer to the nRF8001.
I am using Redbear Blendmicro (nRF8001) for my project.
I have wrote a apps to scan my Blendmicro(s) and acquire their RSSI value...
I use direct input AIN2 pin battery 3.3v, the other pins are not connected to anything, I did not enter into ADC_IRQHandler,may ask about what the problem it
this is my...
Has anything changed with the Bluetooth LE in iOS 8? I have an ANCS library for Arduino ( https://github.com/robotastic/ANCS-Library ) that was working fine with iOS 7. I...
I'm trying to program nrf51822 via st-link and open ocd.
Here command:
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f target/nrf51_stlink.tcl -c "program address".
...