I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...