Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
Hi, I am using nRF Connect SDK 1.5.1 with the nRF9160 Modem Firmware 1.3.0
I have implemented an application on the thingy91 with the gps driver (continuous mode) and the...
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...