I am using LVGL for simple Eink display UI, and trying to implement a simple if condition to check if the passed string argument is null as below:
If I only have btn1...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
I am trying to use the FIFO from the ADXL362 with in the Thingy:53. As I noticed there is now the Option to use ADXL362_STREAM. I just wanted to use the example from: https...
The specification for the nRF54L15 states that the typical current consumption for I_TIMER3 (TIMER10 running) is 240 mA/milliamps . The other timer values in the table are...
The Nordic Thingy:91X was initially unable to connect using certain SIMs (e.g., Airtel IoT) due to lack of NB-IoT support or no signal.
After switching to a Jio NB-IoT...
Hi to all,
I am trying to do a ZUTH (Zigbee unified test harness) test run, using the Silabs devices as golden devices (as per CSA recommendation) and nRF 52840 dongles...
Hi
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
Hi, all.
I use nrf51822 complete to scan devices, with nRF51_SDK_10.0.0 and s120_nrf51_2.1.0. When in scan state, the scan window is 50ms, and scan interval is 100ms. I get...
Hello,
I read somewhere on the forum that S120 can support upto 8 ATT server instances (Central + Server configuration). Is there an example project that shows how to maintain...
The nrfgo Studio installed on my win7 comp crashes every time after a few seconds into the programming interface. Just installed Jlink 5.10b driver, seems to be having major...
I'm running a BLE Free rtos example code with the UART service example code.
I noticed that after 3-5 minutues of advertising the BLE service it stop advertising...I'm...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
When I add CFLAGS += -DENABLE_DEBUG_LOG_SUPPORT to an otherwise unchanged Nordic demo based on gcc, I get these errors everywhere:
../../../../../../components/ble/device_manager...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
Hi Everyone,
I just need a simple code to pair my Blend Micro to windows 8.1 and then to transmit data from Blend Micro to my laptop wirelessly. Can anybody help me with...
Hi,
I'd like to use a std USB BT4 dongle (trendnet TBW-106UB),
that install me a bluesoleil stack for bluetooth under Win7
to dialog with cutom BT4 device using a NRF51822...
Hi,
I am debugging the UART example from SDK 10 and I am using S130 Softdevice.When ever i am trying to connect the Master it gives the error as [Error 62(0x3e):GATT CONN...
Hi all,
I'm trying to add application version in the signed bootloader to prevent the downgrade of application. So I'm directly writing the application version to the flash...
Is there any way to evaluate the addresses of all mesh network nodes in the nRF51-ble-broadcast-mesh project and send it to the "master device"? I am working against sdk-8...
Hi,
I am trying to connect a PN532 (RFID Tag Reader module) to BLE Nano (nrf58122) using I2C.
This doesn't work, and I'm trying to figure out why.
I am generating the...