Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
This "BUG" is observed on nrf52840 DK (chip version is version 2 from *(UINT32*)0x10000134UL).
When NRF_RADIO is set to TXADDRESS 0 and RADIO_PCNF1_WHITEEN_Enabled...
...
Hello,
I am using VS Code 1.48.2 and building the C++ application code on nRF52840 dev board using "west" commands.
I have the following structure
project_directory...
Hi,
With the latest SDK (17.0.2) I try to use the SAADC module in blocking mode but when I call <nrf_drv_saadc_sample_convert> an ASSERT is always triggered in <nrfx_saadc...
Hi. I'm developing central device for IoT system.
Everything is going well, but there are some problems on connection precedure.
I tried to conenct 7 pheriperal(nRF52832...
Hello,
The question is really this - when using DECODER.LOAD=WaveForm mode, do I have to provide all four values even if the outputs 1-2 are not used? Or will it suffice...
Hello all.
I need to detect when data is received on RX. I am planning to use it with PPI channel so i could instantiate a task to it.
I tried to use nrf_twi_event_address_get...
Hello,
I need someone to shed some light on how to use the 'reg' node property because I am confused.com .
On this page https://docs.zephyrproject.org/latest/guides/dts...
Hi,
After a connection long push event does not work! But before a connection long push works fluently.
I could not found the error.
Thank you for your interest.
...
Our group is trying to use the NRF52833DK do phase-based distance estimation as described in the attached paper. To do this we want to transmit packets with constant tone...
Hey There,
I have one problem more. With my .cs Script I am opening a USB Port on my Raspberry, to communicate with my Nordic Thingy 91.
I can Read what the Nordic is...
Hello,
I want to read the CA certificate stored inside the modem, unfortunately the modem_key_mgmt_read function cannot read a certificate bigger than 2kb even if CONFIG_AT_CMD_RESPONSE_MAX_LEN...
I have a few nRF52840 DK to evaluate a Bluetooth mesh application. The light switch example is ideal for our initial tests. The only thing I would like to do is to write some...
Hi,
I see that my device name is getting shortened on advertisements. I take it this is sue to the fact I have included some manufacturing data. I need both unfortunately...
In Mesh DFU, is there a way to change the public key on a set of deployed devices? I'm wondering if it's possible to rotate signing keys for our deployed devices that use...
Hello,
I'm trying to migrate my deployed devices to the nRF5 SDK for Mesh 4.2.0 (with connected nRF5 SDK 17.0.2). On the field I have several devices with nRF5 SDK for Mesh...