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...
I apologize if this question is stupid
I want to read data in p_adv_report. I use the command NRF_LOG_INFO ("name =% x ", * p_adv_report-> data.p_data); but it's meaningless...
I am trying to use I2C (TWI) to communicate between my custom nRF52811 board with an Arduino. Currently my program hangs at the while (m_xfer_done == false); loop as m_xfer_done...
Hi Team,
We wanted to verify Sleep current numbers for nRF52833 SoC based custom development kit.
Is there any readily available firmware to verify these numbers?
...
I'm teaching a course, using the nRF52840-DK board as the lab platform.
Students download Segger Embedded Studio and compile the "Hello World" project from the 'nRF Samples...
Hi,
I have built a prototype that has two SPI slave devices connected to it and it works perfectly. I have now tried to add an SPI SD card aswell by following the FatFS...
Hi,
I'm now using nRF52833 DK to do the AoA test. I achieved the IQ sampling for a single antenna, but when I tried to switch between multiple antennas, the IQ results seems...
Hello!
My problem is that I am getting duplicates of the ACK packets I send from my PRX device to my PTX device.
To debug this problem, I configured my PTX to continuously...
Hi Devzone:
Is there a way to designate one ram block exclusively for radio use? The reason I'd like to know is the following:
Under nRF52833 AHB multilayer section, there...
I need a specific extended panid. Refer to the CLI example and add the following program:
Through the log, the extended panid returned by the device is 0000000000000000...
Hi,
I am developing an application with to 7 transmitters (peripheral) and one receiver (central = nrf52DK), all NRF52832.
I have 1 question and one problem to solved...
Hello,
# Issue I'm using a wrapper function for logging, in which you can set callbacks, which get passed the format string, and the va_list of arguments.
I'd like to...
https://community.platformio.org/t/platformio-plus-goes-open-source-improving-embedded-development-community-worldwide/8240
Hi will this means that we can expect to see...
Hi,
I am working on an OTA update using my own wireless protocol . I’m currently developing my own bootloader. I use nrf52832 DK and s132_nrf52_6.1.0_softdevice.
To sum...
I followed the custom BLE tutorial and got the output.
1. The result increments till 19 , but after that the value 20 is appended with extra character. May i know the...