Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
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.
Hello everyone,
Please forgive my continued naive questions. This is my first embedded-systems project.
I have been working with an nRF52 development board and SDK 0...
I've used the very well written IOT examples with no problem on a R PI, Ubuntu PC, and BBB all with 3.18 or 3.19 kernels. I've moved to 4.1 and 4.2 kernels and the behavior...
Does Nordic have an example iOS app that gets triggered by the beacon without having the app open?
This is really one of the main needs in beacons applications. Thanks!
Hi, the document nRF6930_Beacon_Ref_Design_UG_v1.1.pdf states:
4.2 nRF Beacon app for Android
The nRF Beacon application is available for download in the Google Play store...
Hi there!
I've successfully built the ble_app_hrs example from SDK 0.9.2 for nRF52 on Mac, using Eclipse and GNU ARM GCC.
When I debug it with JLink, the application...
Hello,
I'm wondering if it is possible to use the Bluetooth without using the scheduler.
Indeed, I'm developping an application which doesn't use Bluetooth up to now,...
Hello,
I am programming nRF51 on Keil. My app uses BLE with softdevice S130, PWM, and I2C communication with two sensors. Also RTT for debugging.
I have already reached...
Hi there!
I use RedBearLabs Nano (nRF51822) for at setup where I've developed BLE code in Arduino to communicate with apps on both iOS and Android.
Now I need to ensure...
Hello,
We recently received an eval kit the the nRF52832, but we were told not to take current measurements with this version. This presents a problem since we are evaluating...
I am using this mbed workthrough, to create a custom GATT Service in C++. However, this code only creates characteristics with UUIDs:
uint16_t percentageUUID = 0xA002;...
This thread mentions having the master read the DFU Revision Characteristic to determine the DFU revision. I've based my DFU and application off the dfu_dual_bank_ble_310_pca10028...
Could you estimate the free space for Application on nRF51 and mRF52, on this case for Homekit with FOTA :
Boot Loadeer with FOTA
Homekit Enable
BLE Software Device...
What are the options to update firmware (Application/Bootloader/Softdevices) for multiple devices built on NRF51x22 ?
Using Master Control Panel could take days programming...
Dear Nordic Team,
I am using HID mouse example code in my nordic dk board.
I can able implemented fallowing logic in my code to do left , right and middle button click...
Hi,
I am using nRF51422 with SDK 9.0 and SoftDevice130 with nus service. I have a custom android app running on BLE uart service. Data communication and connection handling...