Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
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...
Hi,
I don't understand why the characteristic FitnessMachine Feature : (0x2ACC) is not decoded as a bit field by nRF Connect
I can read it and i can see the good value...
using nRF51-DK
I'm a noob and currently trying to implement a custom service by modifying the 'Heart Rate Service' example which inclued the 'BAS' which is battery status...
Hello All,
I am working on the NRF52810 board with 15.3 sdk in segger IDE.
I have implemented fds with 2 key with 1 file id to store data.
I am storing 2 - 3 1 byte...
Hi, I'm working on building an embedded computer with Bluetooth capabitilites. I am aware of the various WiFi/Bluetooth chips, but my application does not need WiFi, only...
Hi,
We are developing the cycle power services and facing the issues in using the control point characteristic. I am able to connect and observe all the characteristics...
Hi,
we are using MQTT to push the sensor and GPS data with 1 hour interval. After 4 consecutive connect and disconnect, MQTT is returning socket error. It requires the device...
Hi,
I am using NRF51822 SDK12; S130 and trying to qualify Batter level service with the SIG's PTS device (dongle)
So far encountered a problem with Test Case: BAS/SR/DES...
Just got a nRF5340 DK, testing on macOS 10.15.2. Setup was smooth – the nRF Connect assistant is pretty good. The only feedback would be that an explanation of the "Variables...
Hello Nordic Team,
I'm currently working on a project based on the nRFready desktop. My application requires using the pipes 0-2: pipes 0 and 1 are used in conjunction with...
Hello everyone!
I want to use the app_sdcard to read/write with fatfs on a uSD card in my app which is based on FreeRTOS. While i was implementing this library, i saw that...
Hi,
I would like to know, where the packets are written into the flash for the mesh DFU example.
In nrf_mesh_dfu.c is a function nrf_mesh_dfu_cmd_send:
It calls...
Hello,
I have a little issue during the mesh configuration of my network.
First my provisioner (called master) provision and configure a first node (called slave), this...
I have downloaded project from https://devzone.nordicsemi.com/f/nordic-q-a/55710/while-building-thingysdkv210-on-segger-showing-error-thingysdkv210-source-modules-thingee_ble_handler...
I am using Nordic's nRF52840 DK board.
I wanted to sync time on End Device(nrf52840DK Board) via sending packets to it. What should I do?
what clock/rtc library or API...