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...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
Having just got the DFU functionality working I got the task of trying to add NFC functionality to the application. The code side was not a problem since I got a c and h file...
According to the BLE 5.0 Specification :
"The Link Layer shall use the primary and secondary advertising channel
indices as specified by the Host, and the used primary...
Hi,
There is a bug in a Linux box (Mint x64) with the following configuration:
SEGGER Embedded Studio for ARM Release 3.34 Build 2017121400.34532 Linux x64.
Nordic...
Hi,
I am using ble_app_multilink_central and ble_app_uart central example for my application, i am combining these two example for ble_app_multilink_cenntral for BLE_NUS_C...
Hi,
I'm using the nrf_drv_twi driver (master) to communicate with a number of IO components, such as LEDs, buttons etc.
If my IO component does not respond (why is not...
I downloaded SDK 12.3.0 (seems to be it is the last supported SDK for PCA10028) and tried to use fats example, I changed pin configs to SPI's pins.
I also prepared my 16Gb...
Hi there,
I'm putting together a PoC board for a demo - in this case size matters and I've had to make some compromises for the sake of speed (which have increased footprint...
Hi,
After setting up constant carrier, how can one determine that it is working. With no modulation the receiver can't determine anything, can it?
thanks
Hi,
SPI use with SDK14.2.0 leads to very high power consumption (around 400 µA) on nRF52832 (QFAA). The same piece of code running with SDK12.3.0 has much lower power consumption...
We developed a device based on nrf51822.
We use SDK11 and module Device Manager to implement bonding.
We have received feedback from the user, that our deivice was bricked...
Hi,all :
I just want to know how to enable the nrf_log (in the ble example).The version of the sdk is 12.3.0 and the cpu is 51822 .Thank you very much .
On the nRF52810 is it posible to change the gain setting for the SAADC on demand? For example the SAADC is reaching its cap and then the gain is increased so it is posible...
I see the max for a BLE connectable advertising packet of 31 bytes. I am not sure if the manufacturer specific data which also can be up to 31 bytes is included in the overall...
Hi,
We have recently moved from using the nRF52840 PDK to a custom PCB. The custom PCB uses nRF52840 Q1AABB, while the PDK has Q1AAAA.
On the custom PCB, the code is getting...
Good evening,
I'm having some difficulties with the thingy52. I used it as the basis of development for the project and up to this point without major problems. However...