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,
I want to build a mesh network which includes least 12 server node an 1 client node.
I used light_switch example to send 12 byte message packets to client node from...
Hello, in my project i simultaneously use MPR121 touch sensor controller and GPS module connected to UART0 of nRF52840 (custom board). To handle touch events, i use MPR121...
Hello to all! I am trying to implement a device that can send keys from the code table 0x07 and a context menu key to the device. Here is my descriptor:
The first part...
I am using this Low Power Node example . Friendship works, however if I terminate Friendship and try to connect to LPN conventionally (via other proxy node) it does not work...
Hi,
I am working on programming a bootloader to have DFU capabilities. I have been using the secure_bootloader_uart example for SDK 15.3.0. I have modified the code to send...
I'd like to be able to use nrf sniffer tools (wireshark and nrf52dk) to listen to ble traffic after connection of two devices.
Is this possible?
Has anyone else done this...
I've read many similar issues that were raised regarding high SPI power consumption, looked at various examples, but can't seem to find any issue that is close to what i'm...
Hello.
When going to sleep with the BLE connection established, the WDT counter will be added. (WDT behaviour: NRF_WDT_BEHAVIOUR_PAUSE_SLEEP_HALT) At this time, my app cannot...
In the usbd_ble_uart example (SDK 17.0.2), I'd like to use the buttons handler module (the same one from the BLE Blinky example), instead of the BSP BLE button events. In...
Hi!
In our development we are using nrf52833 and for the first development phase we used the SDK 17.0.0. In that case I used the usbd_ble_uart example with s113 and it works...
Hi,
I am Using nrf52832DK and SHT25 breakout board. I can't able to read a device address using "TWI Scanner". But, I can able to scan the sht25 device address by Arduino...
Hello,
I am trying to clear reset reason when it wake-up by GPIO.
In line 163, I set RESETREAS to 0
In line 164, RESETREAS is read again.
I expect 0. But It still...
Hello,
I use nRF52832's COMP (comparator) to sample a pulse signal's voltage level.
I found when the pusle width is below like about 60us, the COMP can't get correct...