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....
I'm trying to send data from an IMU at about 50Hz over BLE to a smartphone. I'm finding that after some number of successful transmissions, I start to get the NRF_ERROR_RESOURCES...
Hi
I'm using the unmodified fatfs example in SDK16 with PCA10040 dev board connected to a Mikroe SD-Click board which is nothing more than a breakout board for microSD cards...
It is possible to provision the NetKey, AppKey and unicast address of a node using the serial protocol, using the following messages:
Mesh Subnet Add, Opcode: 0x92 - NetKey...
Dear Sir or Madam,
It´s the second time, I got the same error while start developing with nrf52833 demo board. For first step, I flashed a blinky example to the board -...
Now I'm trying to change a device name in `nrf_dfu_ble.c`. I set NRF_DFU_BLE_ADV_NAME like following.
And I imported `stdio.h`, `string.h`. And I edited `gap_params_init...
Hi,
im trying to flash a 3rd party demo board (MDBT50Q-512K Module Demo Board) with nrf connect for desktop. As programmer I use original Segger j-link edu mini.
As...
Dear Nordic:
My peripheral is configured to use MTU 247.
When connected by NrfConnect of IOS, I can receive NRF_BLE_GATT_EVT_ATT_MTU_UPDATED event and check the effecitve...
We are designing in the 52840 as a processor in a new sensor product and are looking at using the HOLYIOT YJ-18010-nRF52840 part that you indicate on your site is a third...
Env setup:
nrf52840 on PCA10056, SDK 16.0.0, S140, FreeRTOS, secure bootloader
Description:
I'm trying BLE background DFU in the application.
Had reference iot/background...
Hi
Is there any implementatiaon of nrfutil, and more specifically the DFU via serial port, as a C library? My use-case is I need to update an nRF52840 from within an already...
Hi,
I am able to set up uart async receive, but when I try to set the call back using uart_callback_set() so that i can call the uart_tx() routine to push the data out,...
Hello,
I am working on nRF9160DK. I am using SES for ARM (Nordic edition).
How can I import new libraries for any project? Let's say I want to import SD card libraries...
Hi!
A little backstory on my project: Currently I have merged the saadc and peripheral ble_app_uart example. The value from a potentiometer is then sent over ble to the...