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...
If I go into a power save management, can still set any digital GPIO as an output without consuming current.
Push-pull?
For example I connect the GPIO to the Gate-Mosfet...
Hi,
We are trying to implement an interface to sniff bluetooth data. We are using Linux with Ubuntu 18.04. Our code for other interfaces are written in Python 3.6. Naturally...
Hi,
I am trying to implement chacha20 stream cipher to encrypt plain text and decrypt it. In the nordic SDK example the chacha20-poly1305 authenticator implementation is...
Customer want to konw the IC edtion such the 51822qfaa-G3 or 51822qfaa-H2. we know these information marked in the IC surface , but it need to open the product house and look...
Hi Nordic,
I am trying to save data in flash taking as reference the fds example.
Fist time that the code runs: creating the record and initializinf it, everything...
Seen on ncs v1.0.0. Adding " CONFIG_NEWLIB_LIBC=y" to the prf.conf and building the event_manager sample will replicate the error
Workaround was to comment out static_assert...
I want to wake up nRF9160 by SMS.
What I want to do:
The nRF9160 usually sleeps to reduce power consumption, and only when it receives SMS it wakes up and send some data...
HI i have issue while running the buttonless dfu with my application
I am using nRF52832 SDK15.3 SES windows 10.
I have to run my application with buttonless DFU so. i...
Question - How to enter in DFU mode using open USB bootloader example on pca10056 ?
i tried writing nRF52840DK with examples-DFU-open_botloader-pca10056_usb and usb_debug...
hello,
I recently updated SES and got a new version of nrfSDK.
Secure_boot sample does not contain Cmake. In other SDKs on github secure_boot does not exist.
is...
What is the best way to filter info center results to match my project? I'm using SDK 1.5.1 for S132 and I think that is softdevice 6.0.0.
It would seem like a simple top...
We are currently running on mfw_nrf9160_1.0.1 and NRF master as of today (Sept 13, commit 224bee9).
We are developing an MQTT application that uses TLS mode sockets.
We...
52832 & s112 & sd6.0 & sdk15.0
If you have multiple pairings on the same host will return error by “pm_device_identities_list_set”
err_code = BLE_ERROR_GAP_DEVICE_IDENTITIES_DUPLICATE...
Hello everyone,
I trying my nrf52832 getting ultra low power current conception mode using System OFF mode (0.3uA). I using SDK 15.2 ble_app_beacon example I change 32KHZ...