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...
I need some parameters of the BLE s140 stack for my project.
Including duration of an advertisement event (beacon) and the maximum random slack for an advertisement.
I...
I've recently upgraded my IDE to use Crossworks v3.6.2 which uses a GCC ARM Embedded 4.9-2015-q3-update compiler. it has by default many of the code clean up featues turned...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...
i need to disable RX when data was transmit and enable RX again when data transmit complete.
i tried :
NRF_UART0->TASKS_STOPRX = 1;
NRF_UART0->TASKS_STARTRX=1;
NRF_UART0...
Hello Everyone,
Is there any example code is available which supports DFU in central mode for nRF51 devices?
Any help will be appreciated.
Thanks
Regards,
...
When I change ATT_MTU size and add the following code:
#define CONN_CFG_TAG 1
// Configure the maximum ATT MTU.
memset(&ble_cfg, 0x00, sizeof(ble_cfg));
ble_cfg.conn_cfg...
How do you do
Now use the Nordic nor51822 \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this routine plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples...
Hello,
Am working on NRF52 interface via SPI to Micron N25Q flash .
Am able to identify flash by reading chip identification correctly and after this to test memory writing...
We are a small R&D team and we are currently developing a medical wearable. We are using nrf52832 and we are generating approximately 54kbps (6.75kBps). I 'd like to ask if...
Hi!
After reading few posts about spi slave/master issues... I'm also challenging with one of them. I have following setup nrf51822, s130 2.0.1 and sdk 12.3.0… nrf51 (spi...
I am working on OTA DFU about nRF52810.
My refernece project are ble_app_uart\pca10040\s132 and bootloader_secure_ble\pca10040
I find that the RAM start address between...
Hello im trying to create a single master connected to multiple slave to make synchronous movement for my robotic arm project but im not entirely sure which Bluetooth to consider...
Hi,
I am running the BLE DFU example. I am able to perform the DFU OTA implementation successfully. The problem I am facing is that, once the application has been updated...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...
Hello,
I used translation software.
I am measuring current.
I want to enable dc-dc mode.
how to enable the dc-dc?
also,where should I change the source code?
I...