Hi All,
Previous last two times I opened my project in VS Code it displayed a deprecation notice complaining about SDK and toolchain versions. My plan was to address it...
Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
We urgently need to add support for Band 40 (B40) to our product. Our use case is very specific, and as far as we understand, the NRF91 currently does not support B40. We...
i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
Hi,
In my project I am developing a system to monitor the consumption of electricity taken from the grid. The nRF9160 SiP module is responsible for acquiring analogue signals...
Hi,
USB CDC EPOUT stops working as the USB incoming traffic data rate increases. The symptoms of this issue align with the Errata 199. The workaround for Errata 199 is...
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...
Hi I wanted to ask if there is a driver/library for the mcp25625 chip? Also for the communication do I use " SPIM — Serial peripheral interface master with EasyDMA " or "...