Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
I'm trying to create a project from scratch that can use the S132 Softdevice, but I am constantly running into problems trying to get the correct headers, preprocessor macros...
Hello Nordic,
I am using the BL600 third-party module and SDK 10.
I was able to modify and compile project with GCC at
examples\ble_peripheral\ble_app_uart\ for s110...
As title,
I found that on the official website,
and I think it's extremely useful for someone(me) who need to measure the power consumption(current).
I can't find...
When I operate RESET PIN in main function like this:NRF_POWER->RESET = 1,Then cause a HardFault_Handler, (/attachment/fabd1141d36157d32f8c0353e4880b3e),What's this?
hi NORDIC,
is it possible to store float array in fds. i am able to store intrger values but unable to store float values. i am using example in this link :- github.com...
We have observed in couple of large size deployments that data packets from beacons that are bit far away tend to be corrupted. Devices that scan the signals from BLE beacons...
I have read the previous questions regarding the above subject, i found that changing the maximum bonding devices limit defined in device_manager_cnfg.h will work, but it...
Hello everyone, I must to write and read a I2C eeprom like 24c256. I tryed to do it but all the examples with I2C protocol works with 8bit addressing. I tryed to modify mpu6050...
Does the components on the development kit increase the power consumption compared to what you would expect from a low power-optimized application-specific PCB?
Other than...
I use the ble uart app to receive the data from mobile phone. The data packet size is 20 byte. If I transmit the packet one by one without adding delay, is it possible that...
HI,
Can anybody give me the connections to a BMD-300 with nRF52DK and the steps to program a BMD-300 from scratch? Which document provides the information, if there is any...
For ble_app_uart, if I write below routine to send data to mobile phone application. Can the mobile phone application receive all the packets without packet lose.
for(i...
my questions is in relation to BLE and the ability to sense RF at different distances using either dBi or RSSI(rather not use this), is there an accessable dBi signal strength...
I want make OpenMesh stack running as a task with freertos(8.2.1).
first,I got two LEDs tasks running on nrf51822 very well,That's the base.
Then I set mesh stack as...