Hello,
I have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Central info SDK: 15.3 nRF52840
Uart communication is used. In rare cases, the value obtained by checking the waveform with an oscilloscope was different from the value...
Hello everbody,
I readed alot about the nrf52480 "how to flash softdevice and the other stuff", but i cannot get the ble_app_gls working out of the scratch.
I have the...
Hello everyone, I am trying to implement audio processings algorithms with my nrf52DK.
What i need to do in order : 1- Sample my audio signal ( It will be guitar sound ...
I need to use a nRF52 chip to handle interrupts with low (and known) latency. Basically, there are specific ~100 us long intervals during which I need interrupt latency to...
I am trying to setup a VM (Ubuntu 19.04) that has the complete setup for NRF91 development. I have been following the instructions in the nrfConnect 3.2.0 - getting Started...
Hello Devs,
I am using app_timer to create multiple timers to read different sensors
Currently, I have 5 timers created using app_timer_create, each timer has their own...
I use nRF Connect for Desktop to download hex file(nrf52810).
Use the following example:
nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble + nRF5_SDK_15...
Hi,
How do i turn off the nrf power management library? Is there any function like nrf_pwr_mgmt_uninit()?
The reason i want to turn it off is because it causes the usbd_msc...
I have a requirement for BLE and 802.15.4 stacks in a multiprotocol environment. I have looked at the sample at NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver on github...
I am trying to initialize the RTC and trigger an interrupt every 10 seconds, and I am unsure of why the code above is not working. I followed a similar method to initialize...
Hi,
I'm working with the nrf52840 and spi mngr to talk to a SPI flash memory (AT25SF081). I use nrf_spi_mngr_perform to send a command to read the manufacturer ID
...
Hello,
I am having some trouble attempting to advertise a single custom 128bit uuid. I have two custom services sharing the same base uuid. Everything works correctly after...
I am trying to add major minor values in the ble_app_hrs example in SDK_15.3.0. I am getting an error code of 12 which is invalid data size at:
err_code = ble_advdata_encode...
Hello,
I am using SDK version15.20,pca10056,s140.
In my application I am using Bluetooth to send the data values at the rate of 750 samples per second. By sending 3 set...