Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hi,
I had some erratic results when I hook these devices via SPI, using a level shifter (e.g. TXB0104) to protect the nRF52. When I look at the schematic for the nRF52...
How I can pairing via NFC with phone? I want that pairing was with a password. I used for exaple project "experimental_ble_nfc_pairing_reference". I used SDK 14 and SoftDevice...
Hi,
I've couple of Nordic Thingy 52.
I was able to connect to these using my Samsung A5 2017 running Marshmallow and see the various sensor readings.
After an OS update...
I am in the process of porting my code from SDK13.0 to 14.0 in order to use s332 v5.0
I can compile and run my application. While it's running, I can see that it is sending...
We are using this device and we seem to have an issue reading from P0.20.
I know this is a dual purpose pin. We have programmed it for input with pullup. We have it attached...
I am currently porting my project from SDK13.0 to 14.0 so I can use s332 v5.0.0.
I receive warnings when compiling
.\_build\nrf52_firmware.axf: Warning: L6330W: Undefined...
I would like to know if it's possible to pair two NRF52832 together using NFC. NOT an android phone to an NRF52, but a central NRF52 standalone connect to a peripheral NRF52...
Hello,
I am using nrf52832 with SDK12 with gcc compiler. I have extended the ble_app_template example with 2 services.
I have 1 timer interrupt using RTC(100 ms) and...
I've been noticing lately when running debugging on my code, a few minutes in it loses connection and says No Source Available for "0x01e054". I'm sure how to even figure...
I am trying to debug a custom version of the bootloader_secure_ble example but am running into FLASH space issues. The bootloader app does not fit into FLASH with -Og optimization...
Hello,
I am using Keil IDE for a while,and it is working perfect so far until, my code size gets bigger than 32K, I also decided to try GCC. I noticed GCC code size for identical...
nRF52832
SDK14.0
Hi,
I had two questions regarding Fstorage:
The Fstorage module works by having a queue of NVM operations. This queue only holds two types...
Hello!
I am using the nRF52832 with nRF5_SDK 14.0.0. with a JLink connection. My OS is Ubuntu 16.04.
After placing NRF_LOG_INFO() statements around my code, connecting...
Hi,
I am working on an application that needs to use pairing/bonding. I am incorporating peer manager into the project. I have included in Makefile paths the following...
I'm a little confused here...I have a basic main function which is turning on/off some GPIO and logging through SEGGER_RTT.
I thought that in order for that to work, you...