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...
Considering that as soon as the connection is established (GAP Peripheral device receives CONNECT_REQ packet) and advertising is over.
Is it possible once the connection...
Can the smart phones or tablets be configured as a peripheral? If yes, why is this not common? Are there any limitations if a tablet/phone is configured as a peripheral device...
Hi!
I'm developing a project with nrf52832 and I'm getting some problems. The micro is only communicating with an accelerometer (MMA8453) and after some time the communication...
Hello,
I am implementing a custom service with several characteristics, one of which is the current temperature. A second characteristic notifies the user if the temperature...
Hello,
I'd like to upgrade nrf51822 QFAC custom board firmware via DFU and change SoftDevice from s110 to s130. Because of larger (than s110) size of s130 I haven't enough...
Hello,
i am using the Visualgdb with sdk v 13.01. i have Nrf52840
i was trying to read the DeviceID of ADXL345
i am using API from this thread
devzone.nordicsemi...
I have used pstorage before but when I add scheduler to my project I face an error in update function of pstorage that in debug I found error_code : NRF_ERROR_NO_MEM .
any...
In short:
Is it possible to connect a nRF51822 s110 peripheral from a central without the need for sending advertising packets (by peripheral)?
If (hopefully) yes...
Hello,
I am trying to create an application that sends a notification from the nrf52 to a smartphone when a sensor reading exceeds a certain value. Would the immediate...
Hi,
I have designed and made a PCB with the nRF51422 chip on it. I am programming the chip externally using the P20 header pins on the nRF51-DK. I am not sure whether the...
What I have to do if I met this ? I round length to fit (len+4-(len % 4)). Is it right ?
if (!(IS_WORD_SIZED(m_start_packet.sd_image_size) &&
IS_WORD_SIZED(m_start_packet...
Hello,
We have problem BLE connecting to the nRF52832, if we use the method gap_init(), the "better" smartphones can connect(those who support BT 4.2). If we skip the gatt_init...
Hi,
I'm trying to program an external NRF52832 board with the NRF52-DK, per the instructions in this post .
Programming works fine, but the code doesn't execute after...
Hi,
I'm trying to do DFU in my app, I almost complete it, I met a problem that my app flashed back when I sent 04 to the device.According to the DFU doc,after uploading firmware...