Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
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...
Hello,
I was having some trouble communicating with another slave device thru TWI, I was not receiving his ACKs.
So I decided to try to turn off internal pull ups following...
I'm using S132 (SDK 12.3) and I'm trying to perform DFU over the air. The procedure I am using with this device (and failing) is being used on other devices an succeeding...
Hi everyone,
I'm trying to compile my own bootloader. I had this error when trying to flash it into my module:
Here is my linker script for the bootloader:
SEARCH_DIR...
I want to write data longer than 20 bytes on Android MCP.
But if I use "write command", only 20 bytes data can by successfully written. The rest data is lost.
If I use ...
The last time, i could wireless communication by pressing a botton.
The next time, i wanna send the data to phone if the communication is established.
i modified the source...
There are already a few threads about this problem but none of them helped.
I want to use GPIO9 + 10 as .. well .. GPIO.
Here's what I did:
added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS...
hi,everyone,i use the nrf52832,sdk11.Every now and then my hardware has reset,and l use the "NRF_POWER->RESETREAS" to read the reset cause, and the NRF_POWER->RESETREAS value...
I have gone through the SDK and from what i basically understand is that gazell and BLE Multilink look very similar from the application point of view(1 Host connecting to...
In the nRF5 SKD alpha, gatts_cache_manager.c:123 looks like this:
gscm_evt.params.sc_state_stored.state = &peer_data.p_service_changed_pending;
Is this supposed to...
Hi all,
Refer as the antenna whitepaper, The Zs = 50 Ohm pi network need to match. I saw a matched pass filter optimized for nrf52832 from Johanson (Part Number:2450FM07A0029...
i have app_ble_uart and i wan get temperatura with my phone main.c terminal there is my code but i dont had any msg from my BLE controller.But if i changed call of function...
Hi, iOS caches services and characteristics when bonded with device, so we need to inform him to invalidate this information via Service Changed characteristic, but how it...
So I switched from Bluemod+S (nRF51822) to Bluemod+S42 (nRF52832) on my custom board and am trying to adapt my existing code to work on the newer model. Apart from various...
Hello,
can anybody tell me the exact differences between a Link Layer Acknowledgement and the Acknowledgement used by a write Request?
Does anybody have some statistics...
I am trying to implement the Current Time Service in my project and had a few questions:
-The example requires that security be established before services can be discovered...