Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
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...
I am able to successfully run the UART peripheral example and view data sent via uart from an arduino to the nrf. Now I am trying to use it with the nrf BLE relay example...
Using SDK17.0.2 and added secure, dual bank, button based bootloader DFU for use with our application. Was based on DK52 secure bootloader debug example. It all works as expected...
Hi,
Our target device - NRF52840 FreeRTOS based application with soft device 140 sdk 17.2,
Can you tell me what is the leading trace solution?
I tried to use j trace...
Hello, I am using NRF52840, I tried to use Jtrce for debugging but the results are unreliable due to design of the nRF52 target device in regards to the trace clock speed...
Project context: -------------------- Server BLE for home trainer diy Target (Bluetooth server) : Bluefruit nRF52 The feather Library : BluefruitBLE Client : nRF Connect ...
Hello,
I am in the process of writing a custom application for a custom board for the nRF5340, but have run into some odd behavior with SES when I started changing around...
Hi,
SDK 17.0.2
I notice a startup current sequence (shown below) which is consuming around 8.3 uJ. I would like to know what operation on startup is causing this surge...
I've added:
zephyr_code_relocate(src/main.c SRAM)
and
CONFIG_CODE_DATA_RELOCATION=y
However, this only relocates by main to RAM. Vectors, kernel, etc, are still going...
Using 52840, I would like to drive an ADC chip - and it needs to get 800KHz. sampling speed (800/16=50KHz) should be accurate
* a timer isn't an option - not accurate enough...
Hello,
I have a Thingy91 which was previously successfuly paired to nrf cloud. I deleted the device from nrf cloud and provisioned new certificates from nrf cloud (and uploaded...
I am trying to set up a peripheral connection between an nRF-52840 and an iPhone via my team's iOS app. The board connects normally via the Nordic Connect app and shows the...
I have configured the server with max mtu size of 512 and changed the start location of the app to allow for a larger SoftDevice. I have done this both for an mtu of 512 and...
In one of my projects, UART interface is used for the communication of external sensors. During the power consumption test, I found that when 9160 enters the idle state, its...
Hello,
I am having nRF 52840 SDK for which I am able to control leds of sdk using ble app blinky example through android mobile.
Mean while, in nRF mesh provisioner example...
I'm having a bit trouble here getting migrated to LPUART on a working nRF9160 <> HCI BLE on nRF52 (On the Thingy91). As far as I can tell my .conf and .overlay files are what...