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,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hello,
I am using nrf52840 and SDK 15.3.0. and the device wakes up every hour and every day for reporting data.
So I am using app timer to wake up also using app_timer...
Hi,
I am working on nrf52840 and using below SDK and softdevice.
SDK - 16.0
Softdevice - S140
IDE - embedded segger studio.
currently using nRF52840-DK.
I am using...
Hi Team,
We are using the Micro ECC functionalities , for that we need the SHA 256 Library,Micro ECC library won't have inbuilt SHA.So how to enable the SHA for Micro...
We are using a nordic 52840 chip with a S140 softdevice as a client to connect with GATT servers from smartphones. When we connect to one of our smartphones, we do get the...
Hi all,
i've try to update the NRF52_DK interface MCU firmware to MBED firmware (nrf5x_atsam3u2c_if_mbed_V0221_11012017.bin).
After power cycle, LD5 at interface MCU...
Any hints on connecting to HID keyboard example from linux command line ??
Running stock ble_app_hids_keyboard/pca10040/s112/ on eval board. Works fine with iPhone but can...
Hi! I'm configuring RTC on nrf51822. I'm setting up the LFCLK and RTC module by configuring their registers. I have set up a simple IRQ handler, but it seems that it never...
Hi,
I have few question on nRF9160 Thingy:91 and Dev Board.
1. From the schematic, I see that have used SP8T Switch from Antenna Feed pin (GPS and LTE) to the SIngle Antenna...
Hi, we want the DFU code in SDK 10.0 for NRF51 S110 to finish faster. The case we are optimizing is when there is dfu ongoing, just a simple boot.
Currently the main time...
Hi I have included Nordic Thingy52-SESFW to build my thingy:52 file and was at first met with path issues of nordic_common.h and core_cm4.h but have included them by adding...
Hello,
I integrated the nrf-ble-driver static library in a dynamic library that is going to be used in a Windows C# application (through a wrapper), as show the picture...
Anyone know where can I find the online power profiler for the nrf9160?
I was under the impression this was available, but I can't seem to find it anywhere.
hello nordic
i am working on a project with nrf52832
we need to be reading and writing to 2 different tags near the system
is there a Nordic hardware for such...
Hi. I'm trying to use command line tool, but an error occurred as shown in the picture below. Let me know why.
J-link was connected normally in segger embedded studio.
Hi All,
I need to implement security in Bluetooth. I have seen many threads but I could not get proper information regarding how can I implement or add security in a project...