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...
Hi
Can I use app_timer with APP_TIMER_CONFIG_USE_SCHEDULER set to 1 when using task manager?
Setting APP_TIMER_CONFIG_USE_SCHEDULER to 0 causes the timer to fire, but...
Hi,
I am using SDK 15.3.0 for nRF52840.
We don't want to use peer manager and id manager as we don't need bonding.
We added the remote device with public address type...
nrf52832 SDK14.2 s132_nrf52_5.0.0_softdevice PCA10040 ble_app_hids_keyboard
I m odify the proj ect :
two service : one is hid another is different hid_1
press button...
Hi!
I have been trying to observe the NRF_LOG_xxx output in my Eclipse console on debugging mode. However, nothing prints in the console (image 1).
I tried enabling...
Hi
Befor I used nRF51822 to transmit a packet per 5ms, payload length is 12. I can received 200 packets/s, Initialization settings are as follows
Device : nRF51822...
Dear all,
I have been struggling with updating my advertisement data package in SDK15. Using Jimmy Wongs's example ( https://github.com/jimmywong2003/nrf5-modify-device...
Hi,
to initialize the button properly
to trigger the push event on button push and the release event on button release, do I just have to change the button active state...
Hi there,
So I am trying to get a basic mesh setup between multiple Nordic Thingy 52's and no matter what I have tried i keep failing,
I have gone through the forums...
I have an Adafruit Bluefruit Feather nRF53832 board I am considering using and need to change the default serial baudrate from 115200 to 9600.
I am told that I can use the...
Hi:
I am using a shake sensor as an analog input wake-up system. The system is not system off. The analog input signal only generates an event to wake up turn on...
I am using the UART central, integrated with peer manager and UART peripheral application from the SDK 15.3 on our custom hardware. I have 2 centrals running exactly same...
Hello everyone.
I want to familiarize with The Power Profiler Kit. I've installed proper software and been trying to connect to the device but every time I receive the same...
Hello,
I am trying to load the ble_app_hrs example from sdk15 on to my external BMD-350 module, but I cannot seem to discover the module using nRFConnect. I am not using...
SDK:
nRF5_SDK_15.2.0_9412b96
Softdevice:
132_nrf52_6.1.0_softdevice.hex
Hi Sir,
I want add NUS function to ble_app_hrs_rscs_relay sample code and I add...
Hi,
I use a central with 4 peripherals connected with BLE protocol.
On the central, I use the radio notification interrupt. I would like to know which peripheral correspond...