We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
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
After building ble_app_uart in Nordic SDK with board pca10028 it gives some warning like
/usr/lib/gcc/arm-none-eabi/4.9.3/../../../arm-none-eabi/bin/ld: warning...
hello sir, i m using gcc tool chain setup in windows with sdk12 in pca10028... so can i useexample->peripharal-> timer example same as rtc ... i mean sleep condition same...
I would like to use the flashwrite function to store some data in the flash. There is an example in SDK 11.0/peripheral.
But I have a few questions about the example: ...
Hi
I need to develop PC software to Discover, Connect, Get and Set data to the nrf device that we developed.
I am using the MCP and nrf connect but my client want to...
Hi,
I'm actually working on BLE product, with NRF52832, where security is really important. As I know BLE 4.0, 4.1 versions are not really secure with the key pairing ...
I see that Nordic was a Bluetooth SIG contributor to the Continuous Glucose Monitoring Service (CGMS) and that it was adopted on Nov 18, 2014. We have an immediate need for...
I have to store some data in the flash. Because I need to keep data when I power off and power on the device. Now I found on the SDK 11.0/peripheral a falshwrite example....
Consider a situation where a BLE peripheral (nRF51822, S110) and an Android device are being used. Assume the buffers of the BLE stacks are empty.
Is it possible that the...
I have a BLE device that listens for a connection - upon opening a connection with a smartphone and switching advertising status to non-connectible - it receives some data...
I use nRF51 DK and soft device s130.
I nedd to add a file ("app_uart_fifo.c") in the example of multilink central, after i add the file i build the proyect but the files...
To confirm this link text .
I want to know how to run raspbian-kernel v3.17.4 .
Is there rasbian image including kernel v3.17.4 in rasbian images site ?
Hello,
There have been some questions on the forum regarding the DFU and it's zero value for the application CRC. However, none of them seem to address this question so...
Regarding the radio peripheral, I stumbled upon these 2 properties and have no idea what they are for.
What's access address? And what is a channel? Shouldn't there be...
I am runing ble_connectivity example with simple_uart instead of app_uart was not working unable to scan not getting advertisement reports.
Its been working with PCA10001...
Hi,
I have a pretty simple problem but I can't get it right. This is what I want to do:
T=000, PIN_x = 0
T=004, PIN_x = 1
T=100, call a routine
T=543, Start over...