first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
I have a DK of nRF52840, which is from 2016, and want to use it to test the LE Coded broadcast.
But it seems that 2016 DK does not support it, so I want to replace the chip...
Hi
I am working on direction finding examples, based on CTE feature that is introduced in BLE v5..
I have build and run both "tx" and "rx" examples successfully as described...
I have developed two PCBs that each use the rRF52840 chipset in the form of the BL654 modules from Laird which include PCB antennas.
I based the software project on the...
Hello,
I am trying to transmit weight measurements via BLE from a nRF52840-DK to a proprietary app. I am able to successfully transmit the data to the nRF Connect app on...
Hello Tech Support Team,
We are looking for a solution that can support LE audio. We currently use CSR8675 to make a Bluetooth dongle.
In order to support LE Audio, we...
Hi,
I'm having some issues trying to install the additional python dependencies for both zephyr and nrf
but it's not really working
I'm using this version of python...
Hi Nordic Team,
We require to perform below BLE range test, for which i would like to know which firmware i can use for the same.
1) To configure one device as continuous...
Hi,
We are testing mass pairing on our windows machines, as we have seen problems with a high number of paired devices.
I am able to increment the mac address by using...
Hi,
A simple CMAKE question, somewhat regarding the zephyr build, but pretty essential for someone using JTAG to debug the application:
How does one disable optimization...
I need to make a reset of mesh device with clearing its configuration.
For this I tried to use model_config_file_clear() or mesh_stack_config_clear() functions.
However...
Hi,
How to enable fast mode for radio transmission and reception (I am using nRF5 SDK). These are the default examples and I can see that fast mode is not implemented: ...
Hello again,
I saw this Github 's post and I was wondering if is possible to use some of the libraries and drivers with nRF52811 and if so should I pay attention to some...
Hi,
Question:
In our project we need to drive some external components (High Side Drivers) via GPIO output.
In order switch on our “High Side Drivers” we need a voltage...
I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to...
Hello community, I tried to read my motor encoders with the QDEC and capture the position of my motor. Hardware: nRF52840 DK, 2 Hal motor encoders on pin 0.13 and 0.14 which...