Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
Hello Nordic,
I am running a project, use the chipset is nRF54L15, I want to know if there is any USB dongle with software can be used to test BLE function of chip nRF54L15...
Hi,
We need to develop a Windows APP to achieve DFU and battery check with nRF52832 by Bluetooth. Does Nordic have DLL that we can use? Or do you have suggestion for us...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
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...
Is any GPIO, as output, logic level on nRF52832 maintained when the device is in OFF mode? Same question when the system is in ON/Low power mode Thank you
Hi guys!
I am making an application that uses the PCA10056 for 2.4Ghz RF communication using Enhenced shock burst(esb).
Also, when upgrading the application, i try to...
Hi all. I fell into despair in an attempt to find a solution. If I do not use sprintf then everything works fine.
Before calling some_f, mqtt_put works without any grudges...
Function softdevice_enable() doesn't return any adjusted warnings in case of changing central/peripheral connections, e.g. my ble_stack_init() function:
static void ble_stack_init...