I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi,
I want to alloc dynamic stack memory for zephyr threads, such as k_aligned_alloc(stack_size, ARCH_STACK_PTR_ALIGN) instead of K_THREAD_STACK_DEFINE . I'm sure k_aligned_alloc...
Hello,
I'm building a system on nRF5340 which would support upgrading of CPUAPP and CPUNET applications. There is not enough space in internal flash to place all of these...
hello,experts,I use the NRF connect app on my phone,when I scan the devices ,I can get many BLE informations,I want to get the RSSI of each BLE with time .BUT I only need...
Hi all,
We are bringing up our custom board and we are having some trouble programming the modem firmware. Whenever we try to flash it using a JLink programmer and the Programming...
I'm using the nRF Connect app version 4.24.3 on an Android Tablet (Android version 10)
When I'm in the scanner tab and push the scanner button I get a graph of RSSI readings...
I use nRF Connect to debug some latency in logging data on my Android app.
On nRF Connect, the latency for the notification value (in the characteristic itself) is negligible...
I'm trying to find a simple way to log RSSI data vs time for multiple BLE devices simultaneously, and then put the data into a format which allow plots to be created in Microsoft...
Hi,
I am in the process in getting the AWS version of the Asset Tracker v2 on my Thingy:91. I was having some issues with getting the cerificate but was able to get that...
I can not get the SPI Slave function working on nRF52840 (nrf52840dk_nrf52840 board). My goal is to have spi0 as master and spi1 as slave.
By linking the MISO en MOSI lines...
Hi,
On the nRF5340-DK, i'm succesfuly using the example code:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README...
I'm working on the 9160 SoC using nRF Connect SDK 1.8.0 to send MQTT messages to an AWS endpoint. The messages correctly are able to send and the device works for 5-10 minutes...
Using NordicSDK 1.6.1 and the following in the bt_le_adv_param and relevant settings in prj.conf
The secondary advertising data packet contains the advertiser address...
Hi all,
I am now using nrf52840DK and llpm example in nrf connect sdk 1.7.1.
Now I have three nrf52840DK, one as master ,and the others are slaves, they both use Latency...
Hello!
We are planning on using the nRF52832 DK together with an external antenna. We are highly interested in the readings being as accurate as possible, and we are wondering...
We are developing an application in which we need to modify an existing device driver. It's about LIS2DH driver that is part of nRF Connect SDK v1.8.0 and we are using VSCode...