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 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...
Hi,
I have a problem in my application, i want to add scanning feature, but
When i call sd_ble_gap_scan_start () with these parameters it returns error (0x06) (with...
I am a begineer in Nordic trying to read voltage and current readings from ADC pin. I need to read both values in parallel, with known interval. So I need to use interrupts...
I am trying to use the LTE Sensor Gateway app to send Running Speed and Cadence Service Sample Application data loaded on a nRF52832. I have managed to get this two device...
Hi,
I have a problem with timer and nrfx. I use the migration guide:
So I r emove the old configuration entries related to the nrf_drv_* drivers from my sdk_config.h...
Hello,
I am currently using nRF52832 with SDK v11.0.0 and S132 v2.0.0. I am also using the soft device as my application requires. I have been trying to put the CPU into...
Hello, When i try to use nrf9160 with the BME280 sensor over I2C i get this error
***** USAGE FAULT ***** Illegal use of the EPSR ***** Hardware exception ***** Current...
Hello,
I am using BLE+MCU MBN52832 module and i am facing one issue while programming my application.
I am uploading the hex file using nrfGo Studio and when i try...
I have a custom nRF52840 board that I am implementing the Open Bootloader (from SDK 15.3). Push Button/Power control is handled by the STM6601 device. It keeps the power ON...
When I open a new project in SES and paste the code of blinky led example from " \nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky\pca10040\s132\ses ", and start compiling...
Hi. every one
First of all, i am a beginner.
I connected the max44009 and CJMCU2080 sensors to the board.
and also get a value.
but sgp30 sensor is faile
there...
HI. i use SEGGER Studio and SDK 15.3.0.
I usally use printf func for debug. however as use SDK func, I need to use NRF_LOG_INFO casue SDK file use NRF_LOG_INFO for debuing...
Hi,
I am trying to port an existing project to a Mesh SDK example. Some files include the math.h library and use the round function. During the build process I am getting...
Hi I use nrf-ble-driver ver.4.1.1 with PCA10031 dongle (nRF51844 chip on board) and "connectivity_4.1.1_1m_with_s130_2.0.1.hex" firmware for that dongle. in this case ATT_MTU...