Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
I'm writing a program sending die temperature data through BLE. I'm trying to combine the nrf51822 Heart Rate Monitor example and the nrf6310 Temperature example. Both examples...
Hello,
I have connected a SX1272 module to a nRF51 Development Kit using the Arduino connectors. Anybody written a sample app to get me going?
There is a SX1276 Ping Pong...
Hi all,
We have implemented the wireless mouse example on some custom hardware and it works great. We need to do something a little different however, and send absolute...
I can run peripheral examples in SDK folder like GPIO, Timer, Scheduler ...
but when I want to Add somethings like GPIO to peripheral_UART_ble or timer or scheduler It didn...
Hi Nordic Community,
I am using the nRF51822 to receive a data stream from the SPIS module and transfer the data directly to a phone over BLE using the S130 softdevice...
This is a follow-up question to devzone.nordicsemi.com/.../
I am using SDK_11 s130 on nRF51-dk.
I discovered that on nRF-UART Android app, notifications are not enabled...
I managed to enable pairing without bonding on ble_app_uart by porting peer manager over from ble_app_gls. I am using SDK11 s130 on nRF51-dk.
I observed some strange behavior...
Hi Nordic's community,
I have an issue when writing uint32_t to a characteristic, i don't understand when i write uint16_t or uin8_t, it works ! but don't when i send an...
Hi,
I would like to add single bank signed DFU support to my project (running on nrf51822AC - 256kb version).
In SDK 10, there was an experimental bootloader with a nice...
Hi,
I want to transmit adv. data AES encrypted everytime. The Basic requirement is to do Encryption with Stream Cipher (Counter Mode) so i want to know when and where to...
Hi,
I am trying to get bonding to work in both iOS and Android versions.
As per the suggestion in : devzone.nordicsemi.com/.../ I used
attr_md.read_perm.sm=1;
attr_md...
I wanted to do pairing without bonding with ble_app_gls s130 SDK_11. I tried setting SEC_PARAM_BOND to 0. However, this caused the device to stop advertising. What is a better...
Hello ! Can I read with SPI registers without any problems from inside a ble_event_handler or a timer_handler or should I expect to have problems due to interrupt priorities...
In the SPIM section of the product spec for the nRF52832, the spec describes sending the STOP task (even if the peripheral is already stopped) and receiving the STOPPED event...
Hi,
If I have a custom board with the NRF51822 operating at VDD=2.4V, would it be possible to program the part using Segger JLINK Lite programmer that comes with the dev...