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....
So this might be one of the most confusing issues i've come across sofar. We're currently developing a product based on NRF52 (more specifically NRF5283 QFAAB0) with a custom...
Is there firmware available as binary file that can be loaded to the nrf52832 that allows connectivity to is as a UART HCI compatible device?
Would the same firmware be...
Hi,
I am using "nRF Toolbox -> DFU" to change an application on my BLE module which contains; nRF52 device, SDK->v11.0.
I am using ".hex" file to load the application...
iphone5_b.psd m370_android6_b.psd long_write_error.png I using SDK11. I porting nus profile to my system and make a customer's UUID. I use Lightblue on iPhone 5 to connect...
Hi,
I would like to know, by using nRF528322 Development Board can we dump the code into another hardware like custom nRF51822 microcontroller..??
If Yes, What are the...
hi , need a urgent help on small problem but really not getting ahead bcos of it.
I'm using NRF52, SDK v11 , Software Device s132.
I'm calling sd_ble_gatts_value_set() like...
The struct type nrf_saadc_config_t is defined in ../hal/nrf_saadc.h but is not referenced anywhere else in SDK v12. Thus it is either cruft, or more likely, the function nrf_saadc_init...
Hi.
Is it possible to use SPI slave and SofDevice at the same time? I try to do device which status will be read by master uc by SPI. I'm using nRF51422(rev.3), SDK10.0...
Hi All,
I am working on nRF51822, i have questions about BLE passkey security:
1- The pass key is for GAP or GATT services?
2- The BLE have few layers of data: Profile...
Could you confirm s130 data for Segger Studio Section Placement Macros FLASH_START=0x1b000
SRAM_START=0x20002800 ? This works for sdk11, somehow goes to hard fault handler...
I have impleted s110 DFU in my products,there is not any proble.But when I transplant it to the S130,it can't work.I checked the code,I found S130's DFU is different with...
This page www.nordicsemi.com/.../nRF5-SDK-for-IoT contains a link to the iot sdk doc which in fact leads to nowhere: infocenter.nordicsemi.com/.../iot_sdk.html
My browser...
Hello,
I am having an issue with the DFU in SDK V12.
Using the secure_dfu package, and the buttonless dfu app as a template, I was able to get OTA DFU application updates...
I developed an android phone application base on the source code that was provided by nordic. Now I am trying to develop a PC version of what I made on the phone for lower...
Hi,
I am using NRF24L01+ as wireless communication medium. The NRF on PRX side interrupts MCU only once for recieved data. Although it sends ACK to NRF at PTX side. And I...