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,
I'm trying to use the pstorage on a central device.
An event of BLE_GAP_EVT_ADV_REPORT is called by discovering some ble devices while a central device is scanning...
I have a nrf51-DK, SDK 9.0, S110, dual-bank bootloader that supports both serial and ble protocols, developed using GCC/Eclipse. My application uses the watchdog timer. I...
Hi,
I'm developing an Android application that uses Android DFU Library and I want to set the number of packets that are sent every notification interval to 1. I couldn...
On the BMD200 evaluation kit ( www.rigado.com/.../) using the nrf58001:
--> UART TX (pin P0.09) works - confirmed with logic analyzer and Serial Port Terminal on the PC...
We are operating on nRF51822 QFAC with S130 SD. We have a functionality where the device switches between scanning and advertising. Strangely we have observed that after few...
Hi,
When i read the ble_peripheral sample of the SDK, i have a question below.
If my peripheral is connecting a central, then i use function sd_ble_gap_disconnect() to disconnect...
Hi,
The established time tick source for FreeRTOS is RTC1 via the APP_TIMER module. I am trying to shift the basis of the APP_TIMER from RTC1 to TIMER2, so that I can use...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Hi,
I have an nRF52 dev board (PCA10040). I have been using this board for measuring current. I am using the Keil tools.
Yesterday I made a change to main.c in the ...
Hello,
I am working on S120 v2.1.0 and SDK 9.0 for central and I am able to connect to my iPad. Now I need the central to delete the bonding information stored using pstorage...
Hi All,
I am wondering if I could upgrade from S110 to S130 over the air.
What I see in the S110 and S130 hex file is that the MBR is different. Not many bytes but it...
I see that there is a 1.2 Volt VBG reference available for the ADC but that reference doesn't seem to be available for the low power comparator. Is there any undocumented...
I'm developing a central providing NUS client services to multiple concurrent peripherals. I had code working reliably under SDK 9.0.0 based on the NUS client example in github...
Hi, we looked at your BOM for matching components in your file:
www.nordicsemi.com/.../15787782
for QFAC variant of the IC. You use LQP15MN27NG02D as 27nH inductor which...
Hello guys,
I am using this repo to update my device's firmware but after the update is complete, the iPhone cannot find the correct devices services anymore.
To detail...