Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
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...
Based on nRF5_SDK_15.3.0_59ac345 for nRF52810 application,
a. With s112_nrf52_6.1.1_softdevice.hex and app.hex, it works normally b. Add bootloader, fds_init function will...
On custom nRF51422 hardware with S110, I eventually found that after 3 minutes the advertising timeout turns off the system.
I reproduced it by using the nRF SDK v9 project...
Hello Nordic Support!
I will ask you a question.
Soon it will be mass production from prototype development. I built with MDK-ARM and wrote code with J-LINK +...
in my circuit, it takes 17ms for VCC_NRF to go up from 0 to 1.7V and reach 3.0V, but nRESET PIN does NOT to go up to VCC_NRF.
what is the potential cause of this problem...
Hi all,
I'm working with a chip that is not really i2c compliant and requires us to not send a STOP at the end of an i2c read/write (I know super crappy but that's all I...
Hi to all, i am developing an app with nrf52840 and i want to use cc310 backend to generate ecc public/private key pair. after adding some files and enabling cc310 backend...
Hello,
I am using a development board pro nrf52840 mini from Sparkfun.
I'm trying to use the TWI peripheral on nrf52840 to communicate with an external device (another...
Hello! I'm using nRF5_SDK_15.0.0_a53641a to programm my Nordic NRF52832 with Segger Embedded Studio. I'm trying to increase the BLE Tx power to 4dBm. At the moment I've tried...
1.How do I use TWI \ TWIM Read\Write in blocking mode ?
I am facing an issues with my nrf52840 based design, where I issue consecutive TWI write\read .
I am monitoring...
Hi,
Why can I no longer access firmware.nrfcloud.com as, e.g., still described in readme.rst for the http_application_update sample. I have seen that the "regular" nrfcloud...
Hello ...
New to Nordic SDK and trying to implement SAADC to read battery level. Have looked at a bunch of posts. I started with the ble_app_uart example app and tried to...
I'm new to this world of IoT. I want to use my thingy91 to monitor temperature at a vacation home, but don't need the data every few seconds. What is the best way to slow...
Working with nRF9160 in Zephyr, I've recently noticed that there are multiple conflicting definition of the errno.h values available, and I'm pretty sure I've seen both in...
Hey,
This is in relation to the errata #198 where tx buffer for spim has to be assigned its own section in RAM. I've updated the linker file to do so but I want to add a...