We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Seems PPK is broken, it measures ~70mA no matter what I connect it to, even only measuring on a DK in shutdown.
I suspect this happend during measuring on a custom board...
Hi We are making a project where we use Bluetooth mesh, which works fine, but we have a problem with TWI (slave), the problem is when we want to read what is on the slave...
when i use dsm_address_publish_remove() to remove a group address , it will show MESH ASSERT when i restart the board.error code is NRF_ERROR_NOT_FOUND when execute dsm_address_publish_add_handle...
I read on ANT documentation that is possible to configure different channels with different network keys.
In my project i write:
>> sd_ant_network_address_set( "ANT+NetworkNumber...
Sorry I must have missed some crucial bit of documentation.
I have some code working using GPIOTE, however the inputs of the hardware, that will connected cannot be driven...
Hello,
I have interfaced MPU accelerometer on i2c and GPS on UART. Have enabled UART and using printf to display both sensor data. To begin with, both work fine individually...
Hi,
I checked erratas for nRF52840 rev1 and #164 is gone but #191 is still there. Can I have both #164 and #191 active in my code and it won't cause problems on either engineering...
Hello,
I have a question regarding the nrf uart driver. The RXTO event is never triggered even though the Interrupt itself is enabled (and the line is idle after a packet...
hi,
In Light switch Example ahead of time he have 3 Servers so we set SERVER_COUNT=3
if I want to develop Mesh Network..Where I introduce new Node, Provision the node...
when i use other hex file, it appear every time.
after i click "yes", i can't scan the divece?
so what the proble ? how can i use "nRF Connect " with other hex file ,...
Hi everyone.
I want to use the nRF8001 in a low power application and therefore I want to save as much energy as possible.
I read in other discussions that the nRFgo studio...
Hello,
We are mocking our code but we are having difficulties eliminating the dependency of other files the mocked file includes due to the mocked header including the...