Hi
I am try to developing ble mesh gateway to connect and controll different nodes using nrf52840. Please give guidline to do this. I think proxy node is bridge of host...
Hello everyone,
I am evaluating wether this Thingy:91x can communicate with an autopilot (CubePilot CubeOrange) or not.
What am I doing right now?
For those who might...
Hi Nordic team,
We’ve implemented a custom firmware update flow for our nRF5340-based device , which supports a robust single-image FOTA process using external NAND flash...
Hi Team,
I am working on a project where we are using nRF5340/nRF52840 uC IC from Nordic. from past 2-3 years we were using this software hassle free but now due to to some...
Hi everyone,
I use the ble-app-buttonless-dfu example to develop my application.
I make a mutual authentication to be sure the device is connected to the right mobile...
To read the MAC addresses defined I use the following code (with CONFIG_BT_ID_MAX =2 in prj.conf):: :
bt_addr_le_t addr [ CONFIG_BT_ID_MAX ]; //space for random address...
Hi ,
I want to use nRF connect sdk for visual studio for windows os.
I installed the required tool chains 1.nrf-command-line-tools-10.24.2-x64 2.JLink_Windows_V832_x86_64...
We are considering useing this chip for a short range link. We want to use a synch character at the start of the transmitted message to accurately synchronise a process at...
Hi, I'm using nrf51 without ble.
I want to update flash but not want to delete PAGE every time.
NRF_NVMC->ERASEPAGE = (uint32_t) page_address;
How can i do?
We use IOS DFU toolbox to upgrade firmware with BLE device. we can upgrade successfully with Android, but always failed with IOS.
wrong code is: DFUErrorReadingVersionFailed...
Hi, it's probably a very dumb question, but i don't seem to find any details about it. In nrf52 SDK documentation, in Error Module section it says
The behavior of the...
Hi friends...!
I want to put dynamically changing MPU data into the advertising packet. I am putting my accelerometer data into manufacturer specific data field of ble_advdata_t...
How robust is the output PA of the nrf905?
Assume the ouput matching network and 50Ohm connector is used as in the 868Mhz application note.
If the antenna is removed...
Hi,
I'm trying to find a way to speedup the upload procedure of an application, via BLE on a Arduino Primo with the DFU service.
Here you can find my code:
https://github...
Hi,
I am using ble_app_uart sample code for testing. In that I want to store the incoming data into to three buffers and simultaneously sending this over BLE. i.e., consider...
hi i m using nrf52832 for detection acceleration , angular speed and detection of magetic field with GY-87 ( MPU 6050 and Hmc5883). in fact i wrote a program that read only...
Hi,
I am using s130v2 and running the example code from: nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_hrs\pca10028\s130\arm4
This is the only modification I...
Hi,
I know this is a Bluetooth 5 spec question, but wanted to know the practical figures for current consumption when nrf52840 is used as both central and peripheral...