I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
As stated in the title, when I set CONFIG_CHIP_FACTORY_DATA_BUILD to n , the following compilation error occurs.
However, if I keep it as y , the MCU fails to function...
Is a Zigbee Direct SDK available for Linux which could be used to allow it to act as a Zigbee Virtual Device (ZVD) using Bluetooth LE?
I am particularly interested in the...
I am measuring latency using the nrf5340_audio with SDK 2.8.0. The measurement points are the analog input on the gateway side and the analog output on the headset side. I...
Hi!
I am using v2.6.1/nrf/samples/bluetoothdirection_finding_connectionless_tx/rx sample, and NCS v2.6.1 for AoA. I made some modification on the rx side to stream I/Q data...
Hi support team,
I'm currently developing a project that requires enabling FCB (for dps to Azure IoT Hub) and LittleFS to store data on an external flash. However I cannot...
academy.nordicsemi.com/.../
The comparison of "increment_count + decrement_count != COMBINED_TOTAL" happens after test_mutex unlock. It is possible that between comparison...
“'\x03\x01\x00\xDB\xDC\x00\x00\xDB\xDD\xFF\xD5\xD1\xC0”An error occurred during the transfer of the bin file, and the packet was returned when the crc was fetched. What should...
Hi,
I'm using nRF52833 DK and SDK v17 to test my applications.
I have to use ADC on nRF52811 SoC, and I wanted to develop a demo on nRF52833DK before implementing on nRF52811...
I am trying BLE+WiFi coexistence on NCS 2.8.0 with nRF7002DK and finding some issues.
First is that it's non-functional. Running the wifi/ble_coex example, there is no...
Hello,
I have a BLE DFU question in this thread that has not yet been resolved.
Since the BLE DFU problem has not been resolved, I have implemented a USB DFU as an alternative...
Hi, I bougth 2 nrf52840 dongle but I dont't know how to use it or program them. So I tried to learn about it looking the getting started guide, this beginners tutorial and...
Hi All,
I have a few nRF9151 that don't want to boot.
I'm not sure if they ever had working modem firmware on them:
Any ideas on how to un-brick?
Thanks!
Ja...
HI,
I am using "NRF_POWER -> TASKS_CONSTLAT = 1 ;" to enable CONSTLAT, but when i printf("TASKS_CONSTLAT %d",NRF_POWER->CONSTLATSTAT); the result is still 0; how can i...
Hi,
I work on a BC805M module (nrF52805) with the sdk17.1.0 & S112. It is powered by a CR2450 battery.
I like to reduce the consumption of the ble_app_beacon exemple....
Hello,
I am using the nrf7002 ek and attempting to optimise the RAM assignment for the project. I have reduced the size of several thread stack sizes as well as the heap...