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...
This is for a current project on SDK 15 and nRF52832.
My project has several configuration parameters, which exist as BLE attributes.
I'd like to make them persist across...
Hi,
I am study nRFGo Gazell now and I got confused on timer period change in gzll_radio_isr_function().
Per my understanding the Gazell link layer modify timer period...
Using nRF connect SDK V1.0.0
File --> Open nrf connect SDK project
Tools --> Option --> nRF connect
Install all the packages described in "Getting started...
We are evaluating the feasibility of a device using nrf52840 which requires below peripherals:
3 x SPI: For MCU to MCU communication + high-speed data transfer from sensors...
Hi,
I am using nRF51822 controller. And I am using SPI peripheral to read 80 bytes of converted data from an ADC converter.
While reading spi data I realized that there...
Hi,
I have build a application based on the mqtt-simple-sample and successfully integrated TLS.
Now I wanted to measure the floor current in PSM. I did wait some minutes...
Folks,
I have a dev board PCA10040, which is running, I think, soft device s132. Additional load file is:
components/softdevice/s132/hex/s132_nrf52_6.1.1_softdevice.hex...
Dear Team,
I have a problem with one sensor on some boards, the behavior is not clearly reproducible. On some boards, the "device_get_binding("CCS811")" just delivers exit...
Section 18.6.2 of the nRF52832 datasheet (Power-On reset) specifies the following:
A step increase in supply voltage of 300 mV or more, with rise time of 300 ms...
Hello,
I have tried the GPS sample and it worked fine. Now I want to understand the code more in detail und maybe modify the GPS settings.
But I can’t find any documentation...
Hello NRF Team,
Is it possible to change the I2S buffer size on the fly while a i2s transfer is running ? (I Am using nRf52840 with SDK15.2)
I found in the documentation...
Hi, I am evaluating the nrf52832 and the Softdevice for potential use in a new product. The product has neither display nor keyboard. It therefore makes sense to use Just...
Hello,
I am quite new to developing with the nRF52840-DK. Up to this point, I have been flashing the applications (mostly the examples) over USB with the built-in J-Link...
We need to connect 2 peripherals with single central device.I have taken ble_app_multilink_central from SDK 15.3 and integrated the ble_app_uart_c in this. I am using the...
Hello,
I want to establish an UART communication with rn2483 module with nrf52-DK, SDK 15.2.0
On nrf52-DK, pins 6 and 8 are reserved for serial port, which are connected...