Hi, this is a very broad issue that i am having, because i dont know the source of it. I am simply unable to use the bme68x IAQ library. i have downloaded the external bsec...
Greetings!
I am using Wireshark along with an nRF52840 dongle to monitor BLE traffic between a mobile app and connected peripheral and periodically I see some "L2CAP Fragment...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Hi,
I am trying to perform a DFU using SMP over BLE. My setup has NSIB and MCUBoot enabled and thus I am able to perform DFU for MCUboot and Application using nrf device...
Hi all,
I'm trying to use uart2 on my custom nrf9151 board, but I'm stuck. As I understand, I use i2c1 so I can't use uart1 and i2c1in parallel, so here is why I wnt to...
Hello,
I'm moving my project from SDK1.9.1 to SDK3.0.2. Project is based on peripheral_uart sample (UART part is removed since it is not necessary).
I have encountered...
Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
Dear Nordic Team,
Thanks for supporting.
Now start to work with nRF52810 chip. Already i am worked on nRF52832 based projects. Now i want to know the s112 soft device...
The GTT was great!
And the Solar panel demo was impressive.
We are very interested in integrating solar panel with nRF52 on our upcoming BLE products.
It would be great...
hi...
i want to check how the sleep mode is working so i am testing with the simple uart program
here you can see the code .. ble_nus is not sending the data in ble_uart...
Hello, I am using SDK15.2 on nrf52 DK with SD 6.1.0 and having an issue in long button press action. The single press and long press button action work ok before BLE connection...
Hi,Sir
We are keyboard developers and manufacturers,and we are using nrf51802 based on nrfready_desktop_2_v3.1.0,Our keyboards products works well,but recently we noticed...
Hi,
I'm trying to compile a simple example (light_switch__server_nrf52832_xxAA_s132_6.1.0) for Bluetooth mesh with Segger embedded studio. I'm having a hard time to get...
In nRF5_SDK_15.0.0_a53641a code, there's such definition:
#define UART_DEFAULT_CONFIG_BAUDRATE 30801920
Which means about 30.8 Mbps.
But in page 345 of nRF52832's...
Hello,
I'm using a nrf51822 board as a DFU controller to update another board's application, the client board runs the bootloader secure example. When I write data to the...
This is almost certainly a noob (to nRF52840) programming question.
I have modified the peripheral/gpiote example to invoke an ISR on the falling edge of a pin signal. In...
I am trying to use the Sparkfun nRF52832 breakout board as a master in I2C communication. I am using Arduino IDE to program the module. I defined pins 24 and 25 as SCL and...
Nordic Support, Let me first explain what I would like to achieve. I am developing a line of devices that will act as GATT peripherals. I would like average current consumption...
I have a custom board with an nRF52832 (CIAA-B0), and I am trying to use the SPI Master.
When I use SPIM1 or SPIM2, the transaction hangs, but the same code talking to SPIM0...
Dear Nordicsemi,
We are looking for Sub 1 GHz RF Module, which gives Longer Range distance in Field either in LOS or NLOS.
Please share the details regarding proven...
Hi guys,
We've written a small test on-top of our internal Bluetooth library (glorified wrapper sat on-top of SDK 15.2.0 SD140 6.1.1) on the nRF52840 to send dummy bulk...
Good morning everyone,
I am implementing a custom radio protocol on NRF52 without using the SoftDevice at the moment. For some reason, I get a HardFault which I am trying...