Hi,
This is my first time designing RF section for BLE using nRF54l15, and i was wondering if you guys can give me some feedback on hardware design. I chose a Johanson 2450AT42B100...
Hi,
We need to try communication (I think it should be using the ICMSG library) between the processors in the SOC NRF54H20. Do you have a suitable example? I tried the IPC...
We have a custom board that I ran through the board_v1_to_v2.py program and then attempted to build under SDK and Toolchain 2.8. When I run it it failed in the CMakeLists...
I am using the Nordic nRF5340 DK to communicate with the ICM-42688-P sensor via SPI. However, the sensor does not respond to the MCU's commands. After observing the SPI clock...
Hello,
We are developing a Cellular IoT device based on nRF9160 SiP. Essentially it is a battery powered temperature and humiduty sensor, that sends the measurement data...
I am developing an application that uses NCS2.8.0.
For FW updates, the nRF52833 USB ACM bootloader is enabled.
However, there are some problem.
My device has a battery...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
I have been trying to connect a nrf8001 device to a Android 4.3 device and it is discovered ok but fails when it tries to do a service discovery. After some deep digging I...
I am having the same basic issue that is described here:
https://devzone.nordicsemi.com/index.php/setting-advertisement-parameter-s-for-custom-profile
Including the error...
hi,
first of all i need to say, i am very happy to found the s120 softdevice where we can implement the client role also
i downloaded new alpha version of s120 softdevice...
hello,
i am using s120 softdevice along with nrf6310 mother board, the problem is i am dumping the code into the device, but i am having doubt how to verify that it is...
Hi, I am creating a PCB design and am not sure if I should connect the pad under the nRF24L01+ to the ground plane with a couple of vias.
The data sheet says it should...
Is there a plan to support the BLE central role in the software stack?
As it is now, I absolutely cannot use the nRF51822 since the S110 stack does not support operating...
The attached test program and logic analyzer displays shows that the function twi_master_transfer() returns to the calling program before the transfer is complete, if TWI_hw_master...
The error I get is app_error_handler 0xDEADBEEF, 360 (line number), src\ll_lm.s0.c
This is with SD 5.2.1
With SD 6.0.0.1-alpha, sometimes I get
app_error_handler...
Does anybody know of any plans to combine the Peripheral and Central roles into a single SoftDevice?
The killer application that this provides is the ability to create...
Hi All,
I use nrf51822 transfer data to nrf uart app for android,when I use following parameter ,the device and nrf uart app work well.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS...
I'm interested in advertising with data type 0x18 random target address. I found a post for advertising with 0xFF manufacturer specific data. What changes are necessary for...
Hi,
I am using bluez 5.12 and am having difficulty connecting to an nRF51822 EK running the Health Thermometer application and Soft Device S110v6.
I am able to see the...
Hello,
I cannot build a known-buildable project and get error A1023E.
No Programmer's Reference exists and there is no documentation referencing this error.
I think...
I want to quickly transfer data between nRF51822 and celluar phone. The data rate is 100 packets/sec. Packet size is 14 bytes. We know mouse can reach almost 200Hz report...