Hello, I am trying to use the DPS368XTSA1 sensor with the nRF52833 via SPI. First, I’m attempting to read the sensor’s ID during initialization, but it’s not being read properly...
I want to implement deep sleep (wake up using RTC at a particular time interval), and determine the current consumption in nrf52833 dk. So I used the sample code first. When...
I’ve designed and fabricated two custom boards around the nRF52840 SoC.
I use an nRF52840 DK as an SWD debugger to communicate with each board.
Using nrfjprog...
Hi,
I have a custom board for the nRF54L15. I have already implemented LEDs and a button, which work fine. But I cannot get the PWM peripheral working, and I do not understand...
We are in the process of finalizing the RF transceiver chip for custom protocol development.
Please suggest the suitable chip and any reference implementations available...
Hello,
I am studying the materials in Bluetooth Low Energy Fundamentals.
I cloned the codes from GitHub https://github.com/NordicDeveloperAcademy/bt-fund
I tried to...
C:/ncs/v2.9.1/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "/soc/peripheral@50000000/uart@c7000 defined without sleep state" ,when i use the...
Hi all,
As I know in constant latency mode, both the regulators (1v7 & 1v2) and HFCLK are kept on. Is there a way to keep the HFCLK on while one or both the regulators...
Follow up this image. I want to reduce the negotiation time.
10:44:43.655 --> Connected to D6:9E...
10:44:45.123 --> Services Discovered
= 45.123 - 43.655 = 1.468...
when i test the ancs example application for nrf51822, i foud a question : after i disconnect the lightblue ios app with nrf51822 peripheral, the iphone still connected with...
I downloaded ble_app_lbs from GitHub. Loaded the project (on GitHub it was saved as a MicroVision 4 project) into MicroVision 5 and build with no errors or warnings.
I...
Hi sir
I want to combine heart rate, proximity and uart(proprietary) projects to one project.
As your experience, is it possible? Any side effect for that? Thanks.
J...
I have an NRF51 board running as a GATT server. Using an iOS application (LightBlue) I connect to the NRF51. If I quit the iOS application then I get a disconnect event and...
Hi guys,
I got some questions with HID over GATT on iOS/Android:
Does iOS/Android handle Telephony usage input (e.g. for phone pickup/decline)? If not, is there...
Hi I am using nRF6700 motherboard .
But when I want program nRFmodule on board1
error occure:
And I also try Module-nRF51822
There is nothing in "segger to use"
...
After I upgraded to SDK9.0. The old files still left in the project folder. I had this situation last time. What I did was recreated the project.
But is there a better way...
Hi , I tried downloading the nrf51822 softdevice and application to yunjia board which is similar in architecture to PC1001 as shown in the following links:
github.com...
I thinking that using the Company Identifiers(in MANUFACTURER SPECIFIC DATA) when Advertise being.
But Our company is not registered in the Bluetooth SIG.
Is it safe...
For multi activity example in SDK 8.1, it writes "This application is not power optimized!". I'm curious on which part in the example needs to be power optimized? Is it the...
Hi,
I am using ble_app_uart example and need to reset the device on certain condition.
I have tried sd_nvic_SystReset, but it doesn't seem to work.
Can someone give me...
This topic has been done to death but I was hoping for a bit more detail with regard to enabling DC-DC while using S110 V8.0 for BLE, but on second revision hardware nRF51822...
I'm working on a project and want to use the battery service to do that, send notification when the battery reach to 75%, I decided to use the battery service found on the...