Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi and happy new year everyone,
I am a developer for Raytheon Anschütz GmbH in Kiel Germany and working on a Zigbee mesh sensor network. Unfortunately I am an absolute beginner...
Hi, radio experts here. Due to some limited conditions I have to implement one custom radio communication pattern in MCUBoot, not the BLE stack which is a bit too heavy for...
Hi.
I have some question.
I use Thingy52 module.
I want to use(merge) all service in Thingy:52 SDK v2.1.0 into Nordic-Thingy52-mesh-demo in Thing_bridge.
I'm trying...
Hi,
I have tested the following solution and it doesn't work if I try to load more bytes.
case BLE_EVENT_DATA_COUNT_HANDLES:
printf("BLE_EVENT_DATA_COUNT_HANDLES\n...
hi
I want to know where the gazell control the GPIO06, i connect a LED with this pin ,and its blinky when send data failed .
I used to see it controlled in somewhere but...
Hello,
in my design I used the antenna swra117d from Texas.
I am able to connect to my custom board with the nrf52 dongle and the nrf52 DK.
Unfortunately I can not connect...
I followed the recommended steps and got the at_client solution to build and flash in Segger Embedded Studio with tag "v0.4.0".
I installed it onto my board, and but didn...
Hi,
I'm currently programming a custom board using a nRF52832 ( using this wiring ). Everything was working great but I tried to play with SAADC and maybe did a wrong...
I am using the link below
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/getting_started_softdevice.html#getting_started_sd
with 3 options...
I'm having some problems getting the sections/observers to work properly. Using SDK v15.3 and Crossstudio for ARM v4.4.2
If I break at ( nrf_sdh.c )
I can see that the...
Hello, I have just started using nRF52840 DK and previously I have used development kits from different vendors so, I was wondering when developing which resources are available...
Hi All
I know this is stupid but I can't figure it out - either I've missed something obvious or not connected something properly (or at all).
Using the PCA10040 nRF5...
I have developed a custom board with NRF52810 (Rigado), a standalone CAN controller (500 kbaud) and serial communication (57600 baud).
The SW is based on the BLE_APP_UART...
Can anyone tell all the potential reasons for stack corruption? I'm debuging a problem where sometimes there is no stack trace when putting a breakpoint on the first line...
I have a project based on SDK 15.3
I've set #define NRF_LOG_DEFERRED 1
The project generates a high volume of log output over RTT
NRF_LOG_FLOAT_MARKER is a macro that...