Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
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...
Hello folks, we are currently using RedBear Lab Arduino toolchain to develop a MDBT40 based application. However we meet a lot issues on merging bootloader.hex (downloaded...
Hi,
Since I'm having a hard time understanding this through the SDK docs, I'll ask it here.
I'm currently using a BMD200 module (from Rigado) which uses a nRF5188.
...
I have a BLE-Nano v1.5 board with 32KB of ram starting at address 0x20000000 (til 0x20008000). However when I want to read a byte of the uper 16K (0x2004000+), I get a 'cannot...