I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
I'm trying to operate the ''twi_sensor" example of SDK 15.30 , using Kielu5 , but the compiler is issuing errors for the syntax of the TWI libraries. From my side I only changed...
We received a new batch of Thingy 52 enclosures... but the many of them have a third wire going into the battery. Why the change? How can we tell the versions apart? Is this...
Hello, As I read, including company identifier is mandatory in ble adv packets. I see value 0x0059 being encoded in adv packet. How can I get my ble adv packets scanner implemented...
Hi. I want to use nrf52811 with FreeRTOS with SDK 16.0. I have trouble with configure RAM_start in a linker file.
I tried to use the value 0x20001ae0 from "ble_app_blinky...
Hello,
I am using NRF52832 with nRF5_SDK_15.2.0.
I have met lock up situation. Actually, Device is running but it doesn't wake up.
I am using 2 external interrupt...
Hi,
I am using NRF51422 in our project .We thought of using SDK 12.3 and softdevice S130. This nrf51422 Bluetooth act as a central and this Bluetooth should connect to other...
Hello,
I’ve developed a BLE peripheral product using Simblee (nRF51822 revision 3), now discontinued. We’ve decided to switch to Laird’s BL651 module and implement the app...
We have a prototype with nrf52832. Now we are going to prepare it for sale in Europe and USA. We are faced with the issue of certification.
As I understand we need:
1...
Hello
I'm trying to get spi to work on nrf52. First tried to use it with adxl372 driver but got nothing on device_binding returns null. Next I tried to create own driver...
Hi, I am now studying on the basis of advertising tutorial example.
When I connect to the device, I want to turn on the led4 in the main loop(To just study), but I don't...
We need a simple program that can be used as a terminal program on Windows (with nRF52840 dongle attached) to a remote device running the BLE UART service.
Essentially,...
I would like some guidance on how to start a project using the nRf52840 - i.e., what sample programs would I start with? The project is a remote control lighting application...
I used the example pin_change_int from peripheral examples and commented the OUT pins. In addition I added the sleep commands to the main while loop. This is the code:
...
Hello everyone,
I'm currently working on a project that requires a nrf52832 chip to relay raw beacon data over UART to an esp-12F module. I am having a difficult time figuring...
Hi.
I have NRF52 DK.
I have successfully flashed TWI sensor example on to the board.
However, when I move forward with other projects in SDK like ble_app_uart and ble_app_blinky...