i've noticed that the pc-nrfconnect-ppk is written in typescript (with a lot of .tsx files for visual elements)....
my understanding is that at the lowest-level the power...
I am using the `mcumgr` subsys to enable the DFU (Device Firmware Update) capabilities in a custom device that also features a custom (non mcuboot) bootloader. In order to...
Hi !
I have a peripheral that can connect to other nRF52's or a smart phone such as iPhone or android. Is there an easy way to detect a smart phone?
The best I can think...
Hello Nordic Team,
I have a working project that uses BLE to communicate with a mobile app, and I am now looking to integrate Google Fast Pair as an additional feature....
Hi,
I recently found out about the Periodic interval feature on GRTC CC[0] and it seems like it would be quite useful for my application. Most of my code so far uses the...
Hi,
I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X...
I'm trying to implement a fall detection feature on the headset side using the LSM6DSOX IMU sensor. The IMU is configured successfully, but the board halts after the INT1...
Dear fellow developers
I would like to integrate a smart lock ( danalock v3 ) with the alarm system, so that I can control the lock via the alarm system. The alarm provides...
Hello,
I have a few questions regarding power consumption of the BLE modules
With regards to the nRF52810:
The data sheet lists the following as specifications for...
Is there a quick way to disable MCU Boot on the Thingy91 Asset Tracker example? I need to use the button on the device to my applicaton, and it is neccecary that the user...
Dear Sirs, good afternoon
I am using a (PPK + nrf52840 DK) to measure current on an external device.
Is it necessary to cut the SB40/41 jumpers in this case?
Thanks...
Dear Nordic :
I want FTMP (Fitness Machine Profile) to be supported in my product (A smart trainer uses NRF52832, called Gravat in Ant+ official website).
I find that...
I want to monitor the RTC count and generate an interrupt when a specific count is reached. And without stopping the RTC, I want to generate an interrupt again when the next...
Hi
We have the issue that GPS has no fix.(board: Thingy91 version: 1.0.2) I used the pre-compiled hex thingy91_ltem_dfu_2020-04-29_bc7ade8b.hex downloaded from Nordicsemi...
i want to connect Nordic thingy to a nrf 52840 soc with ble central example.
all i want to get is thingy environment service and get temperature and humidity values on...
Hello,
I got the acceleration value using mpu6050 sensor. And I am going to use this to get the angle of the sensor. The formula below has shown that angles can be obtained...
The application cannot write the app_update.bin on Windows.
How do I write with MCUboot & DFU & application?
[Command I tried]
dfu-util --alt 1 --download .\build_nrf52840dk_nrf52840...
Hi,
I have a similar issue as Wille in his question . I was trying to alter the example "nfc_text_record" for my needs. The code compiles without a problem, but when I try...
Hi,
After setting up my IDE and toolchain and trying out some example codes, I wanted to try the example for NFC pairing from SDK ver 17.0.2, because the pairing via NFC...
Hello,
I have some questions relate to Advertising:and RF ANT:
As I understand about advertising, there are only 3 channels, which can broadcast the advertising, are...
Hi, I'm using nRF52832 Software Development Kit, PCA10040, S132.
I'm trying to follow this example.
I connected successfully, but I have problem in 'Advertising' part...