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...
Hi All,
I have developed a device using the nRF51822, and the connection interval is set to ~1000ms.
When reading a characteristic from a Raspberry Pi, we are timing...
Any updates on this from anyone? Please advise
Hi,
The i2S microphone that I am using requires a over sampling rate fixed at 64 therefore the WS signal (LRCLK on nrf52...
Hi community, I'm running a 51802 on my custom board with no other parts on it, except for some buttons and leds directly connected to GPIO, and a DC/DC converter which feed...
The term 'slot' is used in the context of the Eddystone beacon specification.
I cannot find a definition of that word.
For example, the sample app from Nordic says ...
I set up an account a few days ago on nordicsemi.com and today it's rejecting my login. I then requested a new password which was sent to my email but when I copy and paste...
I am studying how to update the firmware through BLE at the moment. I used the example project of "ble_app_buttonless_dfu", but I am having many questions that I don't understand...
Hello everyone,
My job is to migrate a functionnal code made with IAR to GCC Eclipse.
When I compile with IAR and flash the hex file (softdevice and application) using...
I'm using:
bootloader_secure example in SDK 12.3.0
SoftDevice S130 nrf51 2.0.1
Is a bootloader update 100% failsafe against power loss anytime during the process...
Hi:
I am using nrf52832 and I met a strange problem:
SDK version: nRF5_SDK_12.2.0_f012efa
First experiment(NO BLE):
using example peripheral/timer:
code...
Hello Everyone, I want to use NFC on nrf52 DK to wake up the board from System off. Is there any examples similar to this situation where I can learn more about NFC and Sense...
How should we empty the receiver array after getting response from receiver using uart since previous values are also coming with new values (or) how much delay should be...
Hi,
I'm have compile error that I haven't been able to solve for an nRF51822 on mbed. I'm using this sensor library:
developer.mbed.org/.../
However, it's a bit confusing...
Hi,
I have add the beaconing example to the project, just modify examples.emProject manually. And saw the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
After...
Hi,
I updated all my Packs in Keil for an old project, but now there are a bunch of missing files.
In my build window it says things like:
Error #540: 'NordicSemiconductor...
Hello,
I am using sdk11 on NRF52382 custom Board.
I am trying to save around 1500 words in flash since the page can save approx 1000 words so I change the code to write...