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....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
So I've been trying to integrate the ble_nus part of the ble_app_uart example into another project. All inits and sdk_config options seem to be the same.
Still, whenever...
Hi,
I want to read a IC register over SPI.
This is msp430 code,it works. Just
CS low
write address
write 0x00
CS high
I use SPIM, this is initialization
...
Using an nRF52832 with SDK15.2 can I have multiple SPI devices;
one with DMA and one without DMA?
And can one instance be of legacy type (nrf_drv_spi) and the other be...
We use Rigado BMD-300 module with nRF52832 and softdevice S132 v6.1.0 as peripheral. Trying to create test plan for Bluetooth qualification , but with new TCLR there are inconsistencies...
Hi,
Recently, I faced very weird problem which stops working MCU when MCU enters low-power mode.
Not all PCBA I made have the same problem but quite many PCBA shows the...
hello, this is my first time to start the PPK, I have a 52840 DK (BMD-340-EVAL) and PPK, when I use nRF connect to connect the PPK(PPK is over the 52840 DK) , it shows Failed...
Hi Nordic Community
I'm busy developing a board around the nRF9160. Do you have a KiCad library/component for the SOC, do I need to make one myself, and if you do have one...
I'm trying to use the SPIM driver on nRF52832. The setup is:
Chip: nRF52832
SDK: 15
Softdevice: s132 v6
Toolchain: GCC
For some reason the call to nrfx_spim_xfer...
Hello,
I'm trying to configure the max -min of interval params and supervision timeout to obtain timeout of android = 1s.
i configure all parameters to run function...
Hi,
I am using the nrf-52840 DK.
I modified the pwm_library to output 125khz frequency.
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(125000L, NRF_GPIO_PIN_MAP...
Hi ,
The nrf connect for desktop programming works good on my desktop before.
The tool shows error message "cannot find module 'usb' " today.
I ever try re-install the...
I am working on integrated peripheral and central device used for indoor positioning. The device has two modes, at boot it is a peripheral for some duration of time then it...
Hello, we have been using a nRF51822 8-pin RF module for a while now for various products, the pinout is as follows: power, P0.00, P0.01, P0.09, P0.11, SWDIO, SWDCLK, ground...
Hi I try to implement DFU to our application using Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0 When I use the DFU-Example everything works fine. I then implemented the DFU-code from...