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 using nRF52832 with nRF SDK 16.0.
I tested the SPIS example in the SDK.
I want to change the SPI Clock frequency to 8Mhz and read max 255byte at once.
How to set...
Hi
i m using Bmm150 magnetometer sensor. i m trying to read x y z values. However, im not able to obtain the correct magnetometer values. I'm getting 0000 as values in all...
Hi, I'm developing custom board with nrf52832
The problem is that when saadc returns negative value, all values that saadc returns after are max possible values from config...
PLease, could anyone provide me a code exaple on which i can learn how to use sd_flash_write & sd_flash_erease ? I tried to use them but keil give me this : .\_build\nrf51822_xxac...
Hello Dev Zone.
thanks for watching mt ask.
I need help.
I have 2 question.
1. I need use saadc continuous sampling
in SDK example, is it continuous Mode?
...
For RAM locations, I've looked at the getting started guide that discusses using debugging to find the RAM address. https://devzone.nordicsemi.com/nordic/short-range-guides...
I know one of nRF52840 SPI instances supports direct DCX signal drive but I can't seem to find any mention to this feature in nRF52832 so I am assuming none of its instances...
Hi Sir,
As check the ref. schematic of CKAA, the pin count shows 94.
But in the below table shows the pin count is 93
Is there a typo in the datasheet (V1.1)?
...
We are using nrf52832 and S132 Softdevice. The app starts from 0x26000 and we want to change to some other location may be from 0x27000. We could see that SD is using the...
Hello !
is possible turn off my system using sd_power_system_off when the Watch dog is enabled?
After I called sd_power_system_off my device is restarting and initialize...
I can not find where to change the default pins to connect the nrf52840 to the rpi over SPI. The default pins are SPI pin Raspberry Pi pin nRF52833, nRF52840 or nRF52811 pin...
I have begun using V1.2.0
It seems that I'm no longer to enter AT commands.
I've also tried the AT Command sample and get the same issue.
No problem connecting through...
Hello,
I am adapting the 802.15.4 wireless UART example from the nRF5 SDK 15.3 to also make scans and associate with a PAN coordinator. However i am having trouble with...
I have a time-sensitive block of code run purely by the CPU, not within any interrupt handler or peripheral. Part of the execution is getting interrupted, and so what I would...
I am testing DA7212 with my nrf52840 and i have made connections but i am not sure if thats right. Also i am trying to use i2s loopback example from sdk.
i need some gu...