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...
Hi - In my app, I'm using Bluetooth, the ADC, the TWI, and the SPI. The general idea is to measure lots of things, store the data in SPI NOR FLASH, and occasionally flush...
I'm testing a custom application with the following configuration:
Custom app based on the ble_app_pwr_profiling SDK example.
Using SDK 13.1
S140 SoftDevice s140_nrf52840_5...
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...