Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
devzone.nordicsemi.com/.../
In this blog this is written:
"Opening and closing a connection event adds a lot of overhead"
how much is the overhead and where can i...
Hello,
I am currently developing a new bt-le-program and besides my own log-messages, I wanted to enable also the log-output that is happing in the files from the Nordic...
I'm building something based on ble_app_gls. However, I only want it to be pairable when I say so (user presses a button to put it into that mode). Is there a "correct" way...
Hi,
upon connection I get these messages via RTT:
nrf_ble_gatt:DEBUG:Peer on connection 0x0 requested an ATT MTU of 185 bytes.
nrf_ble_gatt:DEBUG:Updating ATT MTU to...
I would like to know how to dampen the effect of metal surface on BLE signal . Let me give you an instance, i am installing a wireless sensor inside a metal box and this sensor...
Hi,
I'm trying to make github.com/.../nrf52-spi-i2c-master-ssd1306 to compile with GCC (linux). So far I've managed to get it compiled, but linking fails:
mkdir _build...
Hi all,
I am using NRF51822 Bluetooth, which I am interfacing with the my microcontroller UART. when I dump the code into my Nordic NRF51822 BLE then it is only advertising...
Hi all, I have an Eclipse project in which I want to transfer packets of data bidirectionally between ESB and UART. The makefile includes both nrf_esb.c and app_timer.c (needed...
I'm working on a 2.4GHz wireless microphone (2T1R) project now. I'm wondering can I use nRF24L01+ as the core of transmitter and receiver? Also can it be configured into 2T1R...
So the question would be if I would need to pair each time the device comes out of reset or are there information stored to return to direct communication without pairing...
The chip uses nRF 52832. MDK keil μVision V 5.22.0.0 is used as the development environment.
The SDK version uses 13.0.0_04a 0 bfd.It is based on template_project.
1drv...
hi,
i have two nrf51822 beacons in which one would send data to other over ble.how can i make nrf51822 as central.what are the modifications should i do to make it central...
hello,
i want to know that which code i have to prefer for communication of nrf51822 with android phone via bluetooth.suggest me the code for using bluetooth of nrf51822...
Hi,
I expected a bit more fanfare for the BLE-based DFU, but eventually found it in the 4.4 SDK after my sales rep told me it was there ;)
Some questions:
(1) Is...
Hello.
Due to expanding code size because of the peer manager i m forced to move to gcc and Eclipse.
So far according to the tutorial i`m proceeding fine.
But, after...