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...
Hello,
I am struggling to solve 2 problems ,
1st :
I have 4 AAA cells (2 in series each ) to make a good power source !
The Problem :
I have to measure the battery...
Hello,
In the past few months I have tried to develop with the nRF52810 with Keil and SDK5 (15.3.0). The biggest problem I am having is that many example projects have errors...
Hi,
When evaluated under the following conditions, there was a temperature dependence (See the following Results ).
How mach temperature dependence of TX power?
Does...
I have looked at some other NRF_ERROR_BUSY questions and the answers seem to be very dependent upon the situation and not necessarily 'busy' in the usual context of busy....
I am using SDK 16, SoftDevice S140 V7.0.1 for nrf52840.
I am using the following settings,
and in scan_init()
Up till here the m_scan has the name saved to be filtered...
Hi, I'm trying to get nRF Connect 3.2.0 running (connecting to a nRF52 DK with a PCA10040) and keep getting a 'CouldNotLoadDLL' when starting the BLE app. I'm using Ubuntu...
Dear All,
I am trying to learn how to program via Embedded Studio by using the smaple code in ble_app_blinky_pca10056e_S112 file.
When I open the file via Embedded Studio...
I'm trying to make a "simple" change to the asset_tracker project so that it will send the reporting data to my own server instead of the nRF cloud. However, I am unable to...
Theranica current solution already has a printed MIFA antenna and an impedance matching circuit that they have tested and is working very well.
they would like to keep using...
Hello,
One of the devices I have could not connect to AWS cloud. While checking if the credentials exist, I got the following error :
NRF_KEY_MGMT_CRED_TYPE_CA_CHAIN err...
Hi.
I'm trying to use nrf52832 twis as twi slave.
nrf52 DK(pca10040) is TWI slave (data receiver) arduino uno is TWI master (data transfer)
My code. (examples/peripheral...
Hello,
When I include in my code (Arduino IDE) sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE) on E-Byte 52840 module (E73-2G4M08S1C) power consumption increases to 30mA instead...
Hello,
Can the new nrf21540 extend the range of a nrf52840 in long range mode?
Late 2018 I developed equipment using the nrf52840 in Long Range Mode.
In some use cases...
Hello,
I'm new to nRF devices. I wanted to learn some basics with my nRF51 dongle.
But to my surprise the only free supported IDE is Segger and there is no clear step...