Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
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,
Could I write or update flash without softdevice ?
Due to I must update softdevice on our product, but it doesn't have any JTAG Interface,
so, I want to use our application...
Hi,
I want to start TIMER1 by a GPIO_TE.
When the program enter the TIMER1_IRQHandler(), I want to disable the ppi.
And when the program leave the TIMER1_IRQHandler(),...
Hi,
I'm on OSX, and I'm having problems where the first service calls I make on my own device fails but work fine on the second generation Nordic development board.
...
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...