Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Hello, I am new here and I hope to not duplicate any other similar post (to be honest I have search a lot before writing). I am working with nrf52840DK, I have used blinky...
Hi,
Is there anyway to start after stopping the PWM with a PPI channel?
There is a start task in the PWM, but
But not defined in the nrfx pwm driver (nrf_pwm.h)
I...
We're trying to set up MQTT messaging between our custom nRF9160 device and our private AWS VPC. When using the Serial Terminal in nRF Connect for Desktop to monitor the device...
I am reaching out to request assistance regarding a FOTA (Firmware Over-The-Air) operation using the HTTPS protocol for my new nRF7002-DK development kit. I have successfully...
Hi, we're creating a BLE mouse. We've setup the HID service- clicking button 1 on the nrf52832DK sends left mouse button click- nothing else is being sent. The problem: even...
Hi
I heard about that RSSI has no relationship with disconnection. However, based on my experiments, the connection will break every time I am close to -80dBm.
I am confused...
Does anyone know of a good starting point for Bosch BHI360 IMU integration into nrf5340 and Zephyr?
Did look at: https://community.bosch-sensortec.com/mems-sensors-forum...
Hi,nrf52832 entered in bootloader mode.as ld5 led is keep blinking on power reset and holding if boot/reset button.please help me to get board back to normal mode.thanks.
I had previously gotten working code to communicate with my SPI device on the nRF5340DK w/ NCS v2.5.0 that uses the HAL SPI library inside TF-M. I used NCS v2.5.0 (nrf\samples...
I observed another user having this same issue with resolution.
It appears the watchdog configuration has changed but I'm unable to track down the driver/overlay/etc that...
Hello,
I am working on an nRF5340-based project where I successfully integrated the broadcast_source and central_and_peripheral_hr examples from SDK 2.6.0. Both functionalities...
Hello,
Sorry for the many tickets the past few days, but I am ramping up to start a nRF Connect SDK project on a nRF91 modem and have encountered some initial growing pains...
Hello all,
I'm working on a localization system using the nRF52832 chip and Bluetooth Low Energy (BLE), but I'm running into challenges due to how BLE transmits signals...
Hello Team,
We are currently working with the nRF54L05 and using the nRF Connect SDK. We have successfully evaluated basic BLE peripheral samples on the EVK.
For our application...
Hi,
I am going theough the first lesson of 'nRF Connect SDK Introduction' course, have installed nrfutil and updated the path. When trying to install 'device' as per the...