Hi,
I am developing a project where we wish to use part of the RRAMC memory for logging purpose. The documentation show that the data endurance of RRAMC in nRF54L15 chips...
I am using LVGL for simple Eink display UI, and trying to implement a simple if condition to check if the passed string argument is null as below:
If I only have btn1...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
I am trying to use the FIFO from the ADXL362 with in the Thingy:53. As I noticed there is now the Option to use ADXL362_STREAM. I just wanted to use the example from: https...
The specification for the nRF54L15 states that the typical current consumption for I_TIMER3 (TIMER10 running) is 240 mA/milliamps . The other timer values in the table are...
The Nordic Thingy:91X was initially unable to connect using certain SIMs (e.g., Airtel IoT) due to lack of NB-IoT support or no signal.
After switching to a Jio NB-IoT...
Hi to all,
I am trying to do a ZUTH (Zigbee unified test harness) test run, using the Silabs devices as golden devices (as per CSA recommendation) and nRF 52840 dongles...
Hello, we use an MDBT40 Module from Raytek with an nrf51822 chip.
We take this module for building a ble remote control.
The remote control is central and the receiver is...
Hello,
I Try to use nRFsniffer 1.0.1 on windows with Wireshark 2.0.1.
Wireshark seems to crash at startup. (reported bug 12103 on wireshark bugzilla)
Please provide...
I'm hoping someone here is familiar with the VL53L0X setup on a NRF52 board. I was able to get the single range measurements working just fine using polling and now I want...
I am using the PPK with SW v1.1.0 on a windows virtual machine on my mac. I'm testing custom hardware using the PPK regulator to supply power to my hardware.
There seem...
Maybe I understood something wrong, but I wonder if it is possible to have the nRF52840 handle file transfers like it does with the firmware hex-files.
Say, I want my nRF52840...
I am facing some issue, I am using HM10 ble module as peripheral and NRF52832 (Redbear NANO v2) as central device. I using SDK "nRF5_SDK_12.3.0_d7731ad" and example program...
Hello, deavteam. This is MANGO.
The Capacitive Touch on the nRF52 series blog post is really impressive.
I'm planning to start a haptic driver project using TI's DRV2605...
Hi all,
I am experimenting an issue similar to this guy --> devzone.nordicsemi.com/.../
But I have my project in two different branchs one using Peer manager and multiple...
when i use sdk14.2.0 and nrf52810 nus service send data, When the app transmits data for some time, the app prompts to disconnect, but the slave does not log any log prompts...
Still playing with my app. Since RTT (or whatever it was, when printf was printing info to segger debug console) was ruining the debug process, I just switched off RTT and...
Hi All,
I am new to nRF development and purchased the nRF51-DK (PCA10028). I have successfully experimented with the examples for ble_app_uart and lpcomp. My Application...
I have the beaconing/lightserver example working and being provisioned by the serial example. How might I now change the advertising of the beacon using the PyACI PacketSend...
Hello. I have a ttl converter ( https://goo.gl/images/uFSPHN) . Can I write a hex file through it? What are the possibilities to program so as not to buy a debug card?
Hi,
If I need to get RSSI updates while the peripheral is in connected mode, I need to call sd_ble_gap_rssi_start() just after connection has established. Then the RSSI...
Hi,
I'm using s130, nrf51822 and sdk 12.3.0
I'm wondering about advertising timeout units and it's range... BLE_GAP_ADV_TIMEOUT_LIMITED_MAX is 180 sec... In ble_gap...