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...
nRF52840-DK (PCA10056) when connected to laptop, LED 5 blinks very fast and LED1 also blinks(slower than LED5) and board is not detected by the laptop. could any one please...
Hi,
We have encountered an issue where we are transferring data using our custom service back and forth from the nrf52811 to a remote test device and the radio becomes unresponsive...
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. Am I doing something wrong? I'd prefer not to use the...
Hello!
I have a characteristic defined to be in user memory by the BLE_GATTS_VLOC_USER flag.
The initial length is 0 and the initial value pointer is NULL.
Now I...
Hello!
I am currently trying to use the watchdog driver from the Zephyr library. I have enabled the CONFIG_WATCHDOG and set it up similarly to the asset_tracker application...
Hi,
so far I have been programming my custom nrf52840 device through the debug out connector of the nRF52840 DK and a custom programming connector.
Now I would like to...
Hi,
I'm using nrf52832 to interface RTC using nrf_calendar.c file.
I have start the RTC at 8:59:00, it will reaches 9:00:00. After that automatically it will resets and...
I haven't been able to locate any NAND flash libraries or examples in SDK 15.3.0
To be clear, this is NAND flash, not NOR flash (examples are Toshiba TC58CYG2S0HRAIG and...
Hello!
We are trying to make a family of devices that would be based on nrf52840. The devices would communicate between each other via Bluetooth Long Range (CODED PHY)....
Hello,
I have a problem using the radio notifications. I use the softdevice V. 15.3.0.
I would like to have an interrupt every time I send an advertisement, which I can...
Dear Nordic,
I am using nRF52832-XXAB, SDK 15
I am aware that in order to enter SYSTEM OFF Mode and woke up by an GPIO event,
I have to set "nrf_gpio_cfg_sense_input...
Hi, I am trying to enable TPS on an application I am staring. I have got it enabled and when I connect to the device using my phone TPS is visable, but I cannot read the value...
Hi all
I have problem with uploading app to this module. On Mqtt_simple I added
CONFIG_BOOTLOADER_MCUBOOT=y
Compile program in Segger and i got app_signed.hex. Im using...
Hello everyone,
I'm trying to make a PWM signal that fires an interrupt at the end of each PWM period. I've had the same question here:
https://devzone.nordicsemi.com...
Hi, All
In our product development, we finally found that our products need to work in long range mode to improve the communication range, and keep the connection with...