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....
The NVMC writting functions hasn't return values,
void nrf_nvmc_write_bytes(uint32_t address, const uint8_t * src, uint32_t num_bytes)
Does it mean that all internal...
When nRF52840 P0.09 / P0.10 are used as GPIOs, the datasheet indicates they can be used for "low frequency I/O only". What is the frequency limit on these pins? Would it be...
Hello everyone, I come from taiwan.
I modify ble_app_multilink_central connect 8 heart rate watch to nordic nRF52832 board.
but i don't no how to create whitelist ,causes...
Hello, I am writing code for Nrf52832 using Segger Embedded studio. I want to store the data received from BLU NUS into a variable for further processing. So how can I store...
Now i want use a device with dual mode bluetooth as peripheral, as manufactor says, the device auto select SPP or BLE through central who connected it. The data are subcontracted...
Hi,
Are these connection parameters okay?
We have been seeing random disconnections with error 0x08(connection timeout) in the field. Is there any relation to those...
I have a custom board running the MQTT example. I have the board up and running and have been able to run various different pieces of code and the hardware has checked out...
Hello Forum,
I am now working for a year with the nrf52832 and whenever I had a software problem I found a solution in this forum so thank s for that :).
However now I...
Hi, I have just set up the nRF52840 DK to advertise in Bluetooth 5.0 successfully but I am having difficulty changing the initial preferred PHY to Coded (Long Range). I understand...
Hi, I have NRF52 issues creating one hex file containing softdevice + app + bootlader + settings. The device does not boot up. But if I have flashed the softdevice first then...
We are using nRF51822 and is considering update to SoftDevice S130.
There are two things we currently investigation:
1. Support security.
2. Increase MTU (possible)...
nRFConnect sees the j-Link device, and everyone else sees the device.
I use this j-Link with Segger Embedded Studio.
What makes nRFConnect unhappy? Perhaps python2...
Does nRF51822 support uart over ble profile? I see in previous discussion "nRF8001 UART-over-BLE" talking about this and answer suggest 51 serial has this?
We want add MQTT...