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...
Hi Nordics,
I would like to run the app example “ble_app_hrs_s110_hci_pca10028 (nRF51 PCA10028)” on the 32 MHz crystal. Can anyone help to change the code to 32MHz base...
Hello,
I am currently use the new SDK 8.0 for the NRF51822 (S110 soft device). I noticed that on SDK 7.0 for the ble_gap_sec_params_t struct , there was a variable called...
I want to see register values in interrupt service routines after a timer timeout. However, when I enable debugger in Keil, it only iterates once to the end of main function...
I've been trying to get a simple blinky program to compile for the better part of a day now. The makefiles are outdated and so are the keil projects. Is this SDK no longer...
Hi ,
I have a code like below.
__attribute__((used, long_call, section(".data"))) void function_1()
{
unsigned int a;
unsigned int b[10];
int c;
c= a-(...
I currently have an application with DFU bootloader that runs on s110 5.2.1 on a rev1 nRF51822. If I upgrade to the latest rev3 chip, can I just flash it and everything will...
How can I compile a simple blinky program for the PCA10024 with the IOT SDK, and using the (iot modified) s110 softdevice?
I've been trying to get a simple blinky program...
Hi all,
I am facing a problem with pstorage_init() function. In fact after enabling the softdevice (S130), I am calling the pstorage_init() function. When debugging, the...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hello,
I am new in this using of this RF module. I have tested it in many ways. But I'm using this module with pi16f72 So, it has " SDO,SDI,SCK" I have crossed the cable...
I'm working on a project where we're having mulitple nRF51822 chips communicate in a multiceiver way. When we bought the nRF51822 chips, the technical sales rep claimed that...
Hello, we have kind of an in-house serial command protocol that we have used over Rs232, sockets, wifi, etc, and we would like to implement it over BLE. I am inheriting a...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi I'm confused by this statement... Can my characteristic size be more than 20 bytes?
Each outgoing data packet can contain up to 20 bytes of user data (set by the specification...