I want to achieve as close as possible to real-time tracking with the nRF9151. Because of the shared RF path this is somewhat tricky, LTE and GNSS can't run simultaneously...
Hi,
can anyone help me with this situations that i'm facing from a 1 month so i'm connecting esp32 controller to seengreat RS485 Dual CAN Bus moduler and the other hand...
Hi all — I'm developing a custom nRF5340 development board (Raytac MDBT53-1M) and would value the community's honest read on whether it's worth producing.
The goal is...
Hello, We are building an application with NRF54 as the host MCU and NRF9151 as a serial modem. We are considering using a SoftSIM from Monogoto. Our main concern is how easy...
The last years I have developed a lot software (low level) for the nRF52840. I like this MCU very much, especially the SHORTS-Registers and EasyDMA are powerful for real short...
Hello everyone, I have a question regarding the LIS2MDL sensor. When I configure Register A, it correctly takes the value that I set. However, after the sensor initialization...
Hello,
I'm having trouble saving signing keys to the KMU on the nRF54LM20-DK.
I'm using the build for the nRF54LM20B, as recommended here, so the KMU should be used for...
I think the answer is mostly no. My application is similar to the Gazell sample projects, it does not use Softdevice. What are the steps to make my application to be compatible...
I loaded the bootloader on the device and it always advertises as DfuTarg even after loading a application that simply blinks an LED. It doesn't seem to switch to the application...
Looking to put this into our new consumer product, and working with a CE/FCC lab. They would like pre-qualification documents if any. I just need to know if they exist and...
Hello, I would like to copy ble_app_uart_c example to a seperate folder and work with that independently. I looked into the following thread and changed my include paths....
Hello
We produced and assembled our own board based on nRF52832-QFAA chip.
It works fine but we want to improve the performance. We heard at the past that we can provide...
To save energy, we want to sent connectable packets infrequently, say once every 10 secs. We also want to send some status info more frequently (once per sec) using non-connectable...
Hello. We are an OEM design company that is in immediate need for a BLE solution that will be compatible across the assorted phones in the market. Very new to BLE and only...
I am developing an application using Nordic SDK 8.1 for BLE that requires a low power consumption. To lower the power of the slave BLE device I was able to lower the advertising...
Hi,
My board env as below:
nRF52832, pca10040, SDK14.2.0, S132
I am trying advertising sample according to the tutorial
devzone.nordicsemi.com/.../
The "Address...
Hi,
I'm trying to build and install my first code that uses the BLE / softdevice to my NRF52-DK
I'm using Windows 10, Eclipse/gcc and nRF5_SDK_14.2.0_17b948a I'm able...
On my peripheral I filter the devices connected and refuses them when not bonded.
When a device not bonded tries to connect to the peripheral, it forces the disconnection...
Hi,
I am using nrfsdk11 nrf52 and s132 soft device. In my code,I am doing this in main();
void fs_evt_handler(fs_evt_t const * const evt, fs_ret_t result)
{
if (result...