Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hi, We are attempting moving our BLE security from mitm to lesc+mitm, and have a few questions on the matter:
Is it "good practice" to change the security of the characteristics...
Hi,
I have developed a device with a smartphone controller. I can transmit and receive commands to the device using the ble_app_uart instance. I want to send data from device...
Hi Friends,
I am not yet familiar with NFC and have a question about using NFC with the nRF52.
If I understood it correctly the nRF52 is a "listening device" i.e. it cannot...
This previous case is an example of what i am trying to do.Reconfifure the radio parameters.
Using example code does not work for me. the DUT has other aspects that need...
Hi Nordic,
1.I am running (C:\ncs\v2.1.0-rc2\zephyr\samples\drivers\uart\echo_bot) but i need to change baud rate within program
2. I Can Change my baud rate using overlay...
Hi All,
I modified ble_app_uart_c code to create multiple central connections instead of single central connection.
Here I am facing problem, once my central device...
Hi all
For the nRF52832, there existed diagrams for "GPIO drive strength vs Voltage" and "Max sink current vs Voltage" in the product specification (PS V1.8, figure 25 ...
Hi, as the title states, we are exploring the possibility of building a product that utilises dynamic multiprotocol to be a BLE Peripheral as well as a Thread SSED concurrently...
Compiling nrf_dfu_ble.c I get several errors:
unknown type name 'nrf_dfu_observer_t'
'ble_dfu_transport_init' undeclared here (not in a function); did you mean 'nrf_dfu_transports_init...
I am working on a 52840 platform DFU bootloader.
I get linker errors I cant seem to fix:
undefined reference to `crc32_compute',
Bootloader/nrf_bootloader_info.o:C:...
Hi Team!
Does release 2.1 of the SDK address the issue raised in the below ticket with LWM2M implementation?
I have made the necessary changes to Asset Tracker v2 application...
I am looking at adding BLE to an existing design. The product uses an ARM micro, and currently has SPI and I2C available at daughterboard connectors. I am trying to understand...
Hello, guys.
I am using nRF Connect SDK, version 1.4.2 and nRF52840DK. I wonder what would be the way to print floating numbers during debug phase?
According to this thread...
Using the latest nRF_Connect_SDK
How can we set a udp/dtls socket, peer connect timeout for this call:
If there is no way to set a timeout for the call itself, is there...