Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello all,
Would it be possible to do a simple model that has a 3-condition switching state to control Forward/Backward/Stop conditions? I am looking to implement this...
nrf52840, s140 SDK15.0
Scenario:
1. I connect the phone to the development board.
2. I save off the adv_handle
3, I then send a command to increase the number of phones...
Hello! I couldn't find somewhere on devzone, github how to update bootloader(bl), softdevice(sd), app together. The deal is I have some devices with prior version of sd and...
Hello,
I have been experimenting with a couple nrf51822 modules lately, and I am a at a point where one of the modules doesn't advertise in bluetooth anymore (it was working...
Hi Nordic Team:
We developed a bluetooth device based on the nRF52840/Nordic SDK. We also develop Andriod App to communicate with this device via BLE5.
During the system...
Hello
We have been testing the nRF SDK for mesh and we have implemented a roundtrip delay counter by sending a few messages with a payload of 8bytes eg. "HiServer"
Its...
Hi
I am using nrf51822 qfac , custom board.
Specification of board as follows.
Crystals 16MHz and 32 KHz
softdevice S130
SDK 11
In my application I need to configure...
Hi,
I have an application wherein I need to scan for beacons within a desired range(10m, 20m) using nrf52840.
I know of adjusting the transmit power using gap_ble_tx_power_set...
Hello All
I am working on nrf52832. right now i am try to combine peripheral twi sensor program and ble_app_template. Because in my application use LM6BD temprature sensor...
Hello,
I'm testing the ble_app_att_mtu_throuput example on SDK15.2, I found that the throughput becomes very fast by just changing the 'data_length' from 27 to 251 compared...
Hi,
I notice the brightness playback level cannot be reduced/control by reducing nrf_pwm_sequence_t -> .values.p_common during playback , may I know how to adjust the duty...
hi...........
i am using nrf52832 and a peripheral device . i have merged two programs uart and twi sensor . i am getting the data everything is fine , but after the few...
Using Rigado board, MBD350, I am able to write and test basic application using UART and BLE
using my custome board I get the following error:
NRF_BREAKPOINT_COND; ...
Hi.
I development nRF52832(SDK15.00.00, S132).
I have modified SDK15->examples->ble_peripheral->ble_app_uart->pca10040->s132
I want to unuse uart, So I using app_uart_close...