I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
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...
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