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...
Description:
I am developing iOS app which will connect BLE and keep the connection till user don't want to disconnect. i.e we want to autoconnect BLE when BLE is in range...
Using Master Control Panel (MCP) with nRF51 Dongle PCA10000 v1.0
Segger is offering a J-Link firmware update - v6.10l:
Is this compatible with MCP? Is it safe to...
I am using RedBearLab Blend v1.0. I ran the HID_template and HID_keyboard_template. I can see the device in Win10 advertised as joystick and keyboard. Then I tried to modified...
Hello , i am going to use nrf51822 development kit ,but i am totally new for using it, i want to know that if i have development board and i want to see result but i dnt have...
Hello,
I need a little help regarding IoT-SDK 0.8.0 on nRF51.
In the MQTT-Example connection to the broker is established only when I press the button (callback), but...
Hi all,
I am facing issues when initializing and enabling the Softdevice after using the nrf_nvmc driver to erase and write flash pages. The project shall have the ability...
I am working with a MacBook Pro (El capitan) and the nRF51822 beacon and I need to measure the RSSI. I understand that the app nRF connect can do it, but the antenna on my...
Scenario is as follows:
NRF52 (SDK12.1, SD3.0) works in central and peripheral mode.
What happens is that on start we create a single shot timer with 4.2second to wait...
I write a function, It can read ok without BLE starting.
When I start the BLE , the function can not run.
So I think that , if I can use some function to stop the stop the...
Hi, all.
I tested ble_app_uart in example directory by PCA10040 board.
It works well.
printf ("UART Start!") in main.c works well. "UART Start" string cames out on putty...
Hello everybody,
I have a problem when I try initialize the ANCS service. The method ble_ancs_c_init(); from ble_ancs_c.h return the error NRF_ERROR_NO_MEM.
My configuration...
I flashed the nRF52 DK with the mbed bootloader developer.mbed.org/.../ but I'm having issues with the board. When I drag and drop the file which is a very basic blink program...
Hi,
I was trying to integrate a more simple version of the buttonless dfu example on my application. My first step was to get rid of the peer_manager and also the flash...
What is the use of of PCA10040 chip in NRF52 Development Kit(NRF52832 chipset). ?
Do I need a programmer to program NRF523832 in the DK, Can I just program it through USB...
Hello,
I asked a question after this old one : old one and I read other posts on the subject.
I wonder whether explained constraints may have changed or not since I am...