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...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
I have a compiling program when using the stock nRF52840dk_nrf52840.dts file, it outputs to the USB port to a serial terminal on a comm port.
As soon as i use my custom...
hello Nordic
i am working with nrf52832, with zephyr, ncs v1.7.1,
the device has a sensor that sample at 26khz each sample is 3 channels of 2 bytes data. the sensor use...
Hi everyone, I'm trying to communicate with OV2640 Camera Module via I2C. I bought this model:
It has SDA and SCL, but doesn't uses I2C Protocol, instead OmniVision uses...
Hi,
In my project, I use SPIM4 to access sd card . It is worked well. Then ,I optimizing power of sd card. The power of my sd card is controlled by LDO.The LDO is enabled...
I'm browsing the Application Event Manager code, and I'm wondering:
I see that struct event_type has (effectively) an array of struct event_subscriber , bounded by pointers...
Hi,
I am using SDK 2.0.0.
I have two problems in this function.
Lets take Vt value as 1420, in one instance.
1. RT2 is calculated as 5076.14. This is incorrect....
I have been trying to implement the IPC code given in to send an event from the network core to the application core. I added CONFIG_NRFX_IPC=y the prj.conf for both cores...
I am working with a board one of my peers designed that hopes to use an NRF9160 for cellular communication (and GPS as well but that's neither here nor there). When setting...
Dear all,
I have pca10059 nrf52480 dongle which I accidentally erased and I could not upload any elf file to run moreover it was not blinking red anymore, no presence in...
my master is outputting all the right signals on the SPI lines. The slave though, although it appears ot recognize the CSN pin and runs the spi_tranceieve function. It does...
Hi
I'm trying to send and receive data with MQTT.
I tried uploading asset trackerV2 bin file and it works fine with nrf cloud.
now I want to use the sample "MQTT_simple...
Hi there,
We have recently acquired some new nrf5340DK's and we suddenly noted that the SYSTEM ON LOW POWER current increased from about 5 uA to about 25 uA.
Attached...
Hello guys
We have a problem with the SPI bus driver on the nRF9160 MCU. In our project, we use SPI1 and SPI3 instances.
When I send a package in some of these SPI busses...
Hello, after the excellent Nordic Techtour yesterday, I decided to try and implement the nordic distance toolbox.
However, my available hardware (52DK) is not supported...
Hi!
I'm developing a project on visual studio with ncs sdk V1.8.0. For a while, I was able to debug my project with no problem. But out of the blue, I'm no longer able to...