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...
Hi!
I am trying to use the SAADC driver on SDK13, following some examples from the playground repo. I am using the app timer to trigger a measurement for 4 channels. ...
Hello,
I cant seem to find a PBKDF2 function in the SDK to generate a private key from a passphrase.
We want to use mbed-tls or CC310 to make a SHA512 based key for AES...
Hi Everyone,
I have a custom board with nRF52840 and am testing out basic GPIO functionalities with some LEDs. In the board, the LED cathode is connected to nRF52840 GPIO...
Using nRF Connect for PC Version 2.6.1
Connect to a peripheral device that ask for an ATT_MTU > 247 bytes
NRF Connect fails with
Failed to call gattsExchangeMtuReply...
Hi
I have implemented (heavily base on the found examples) an application which uses both ESB and BLE. For now I focus on developing the ESB part of the SW. I am using the...
Hi Sir,
According to the nRF52832_PS_v1.4.pdf, In section 17.1.1, the table shows the current consumption of Radio. What's difference w/ Iradio_tx0 and Is0? Why do we get...
Dear Nordic Team,
We are building a very low power wearable with the nRF52810, only powered by a small solar cell and a super-capacitor.
We would like to offer firmware...
Hey,
I am working on nRF52 DK boards. Suddenly PC is not detecting the one of my DK board, but the nrf53832 processor's LEDs are functioning as per the last program dumped...
I am trying to use multiple channels for beacon transmission.I want to hop to a different channel at an interval of 2 seconds.I have configured one device as a pan coordinator...
Hello,
I'm using following code to read two channels of SAADC. It works fine when device is not connected to BLE central device. As soon as it's connected, the saadc_callback...
Hello,
I want to use 2 thingy:52 board in which one will act as master and other as slave. If yes, how can we do it? please provide any example code. Thank you.
hi guys, I'm looking for understand how to send a simple signal using ble mesh between two nrf52840 boards.
The available example aren't so usefull in order to have the...
I need to store a data base into an area of the FLASH. I understand I need to use the pstorage capability. All the reference I found about it , are just part of the code where...
Hi, I bought Sparkfun nrf52832 breakout board and i am having issues with programming a board.
I downloaded Segger embedded studio and nRFGo Studio for uploading hex files...
Hi,
I have set a Mesh Client Node with two BLE services: Mesh Proxy Service and Nordic Uart Service.
The problem is that when I send a message to the Mesh Client from...