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....
Hello.
I´ve got problems with a via BLE connected IMU and data transfer over UART.
I´ve now tried several methods to implement UART connection but with the given baudrate...
Getting the error when trying to compile the C++ project with SDK 12.1.0 :
In file included from .../components/softdevice/common/softdevice_handler/softdevice_handler...
We followed this link devzone.nordicsemi.com/.../ , we loaded zip file in mobile(android 6.0.1). We are able to select device, we are not able to select file(Zip). The issue...
as I found the sample code in sdk12 , the bootloader is quite different with bootloader in sdk11,
event uuid has got changed, is it possible to be compatible?
dual bank...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hello to everyone. I'll need to use ble things with pwm. I'm trying to play around with pwm library it's ok, but it's build only on erased chip, trying to flash it into chip...
I try use the FICR information to identifier nRF51. but found some interesting staff when i read 0x10000000 first 16 bytes by SWD memory read.
when I power on read. it return...
Hi,
I started my project from the “BLE Characteristics, a beginner's tutorial” I download this project and add it to my SDK_11.0.0_89a8197 .
Then I started to modify the...
I am using the FDS functions to save needed data to flash and retrieve it when needed. The init, writing, and reading all function correctly. However I am running into trouble...
Hi,
I'm having some issues when trying to make a HID device work with Windows 10. It says 'Connected' but then changes to 'Device Error' a few seconds later. I get 'Error...
Hi,
Im tryin to use the ble_dfu service example from SDK12, I get DFU SERVICE NOT FOUND when trying to update from Android.
Any suggestions what to look for?
I use...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Hello,
I am using the NRF52 to send sensor information over bluetooth using Nordic UART Service. Can the same service be used to send strings?
Thank you.
Hi,
I'm developing to nrf51822 mcu, using a s130 softdevice.
I'm using a BLE example code.
I get an interesting problem - when the mcu receives 2 reports (that are...
Hi,
we are thinking about using the NRF52 with the BLE SoftDevice in a security relevant application. As the SoftDevice is not available as source code, no reasonable security...