Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
Hello, Nordic Team! I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder,...
Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
Hello,
When I analyse the output of my radio, I see that I have a spurious frequency at 12,8 Mhz.
I supply my custom board with a fidelity power supply so no problem...
So I have implemented the UART BLE mesh code as mentioned in devzone.nordicsemi.com/.../send-and-receive-a-string-via-access-layer .
Now I am able to take inputs from the...
Hi,
1.
I feel really stupid as I cannot make any sense of any of the information found in Product Specification (v3.3), or the online Compatibility Table or past forum...
We can know the state of radio by checking NRF_RADIO->state register value, but is there any way that we can be "informed of" the state transitions of this register instead...
I want to demo the NFC provisioning example on Github. Unfortunately this app is not complete.
https://github.com/googlesamples/android-NfcProvisioning
Is a complete...
Hi. I'm using nRF52832 SDK 13.0.0.
My device is peripheral and it is advertising every time.
Now I want to change advertising packet and scan response packet every time...
Hello:
We have a BLE project running on the BMD-300 from Rigado for which we want to add BLE DFU functionality. I am basing our development on the "ble_app_buttonless_dfu...
Hello,
I want to measure the current in system off mode.
I am flashing the S110 softdevice and bootloader in the nrf51822 chip.
Using BLE i am flashing an application...
Hi nordic
I'm developing using nrf52832
This board has many example code so I'm developing smoothly
but Today I had problem. It is about check time
I want to check...
Hello, I use light switch example (nrf52832, mesh sdk 2.0.1)
Can I create mesh network without servers? (clients will send messages to each other and process them)
And...
Hi, I want to use 2 I2C instances and 2 SPI instance during setup, and later switch to 1 I2C instance and 3 SPI instance. To do this, I tried to swap TWIM2 instance to SPIM2...
I'm looking to build a product which require an Android board with relay and BLE 5. I am very new to this and so far I have been playing with Raspberry Pi where the BLE and...
Hello, this will be a bit of a long-winded explanation but here goes: I'm building an SPI driver that reads data from an external ADC and writes to a PWM signal. I got the...
I figured that I could put
#define TX_POWER_PHIL +8 /** -40,-20,-16,-12,-8,-4,0,+2,+3,+4,+5,+6,+7,+8 phil **/
and then make two changes to
static void advertising_init...