I need to connect to other units according to heir MAC address. I'm assuming that this:
BT_SCAN_FILTER_TYPE_ADDR
Is the thing to use in this:
bt_scan_filter_add...
I got the following setup: nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001
nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001...
Hello!
I built the https sample app for the Sparkfun_I got run time errors.
my setup:
Updated Windows 11 Pro
SDK 2.6.1 and 2.8.0
How do I solve this?
"The Modem...
Hi.
I have a custom board with a NRF9161. The nrf91's LTE block connects to the sim holder through a NX3DV2567HR switch and an TPD3F303DQDR ESD protection.
I'm using...
Hello,
I'm trying to run the NVS example on the NRF9160DK rev 1.1.3 with the on-board MX25R6435F external flash memory.
The sample runs OK as nrf9160dk/nrf9160 but the...
The watchdog timer is kicking in our code base and I am having trouble tracking down the cause. In a bit to try and debug the issue I disabled the WDT and now I am getting...
After more than a week of trying different options, settings and changes my AWS_IoT app for nRF9161 is not working. All I get on Serial monitor is this:
*** Booting My Application...
Hello,
I have a project that contains the b0+mcuboot+app. My project works but now I would like to add "data sharing" in order to retrieve some information in my application...
Hi Nordic Dev Team,
I'm developing an application that is frequently not connected to the LTE network but needs periodic fixes to save on power. This pointed me to use A...
Hi, I'm currently working on porting an nrf5340 - NCS 2.6.0 project repo to NCS 2.7.0 starting with my own minimal sample. Having some trouble getting the sample to build...
Hi Support team
Application:
1) We have a Thread network of one leader and 12 child and all of notes run BLE and Thread at the same time.
2) BLE center on the leader...
When I call the function after connecting to the thread network I get a NoBufs error:
My handler:
I'm using an nrf52840-DK and am guessing that it needs more...
In our display project we changed from the SDK 2.6.0 to the SDK 2.7.0.
We driving a SPI display (ST7735r driver)in combination with a touch screen (FT5436 touch driver)...
Hi,
We're using the nrf9160 SoC for our application and we need a way to program both the modem and microprocessor during production. In development we've used a JLink with...
I have an nRF52840 Zephyr based project that compiles/operates fine with SDK 2.5.2 (prj.conf includes the statement: CONFIG_NRFX_GPIOTE=y).
I'm trying to update to ToolChain...
First of all, the f ast mode should be 400kHz, but it seems to be only 200kHz according to the waveform. Also, the duty cycle seems to be wrong.
Secondly, It seems that...
Hello, I have an aht20 sensor from adafruit and an rtc ds3221, the 2 sensors are i2c, except that I am taking this course academy.nordicsemi.com/.../ , but the course in question...
Hello Everyone,
In my project, I am using NRF52832 in my custom board, all function tasks are working fine but when it comes to OTA, the firmware file is transferred to...
hello everyone,
I am designing a device which is operated with coin cell battery, I want to turn on & turn off a device using single button. when device in on mode it should...
Hi,
We are considering a modem delta FOTA on our 9160 devices in field, but find two "approaches" described to this; Either using the modem AT command set ( AT #XFOTA=2...
Hi, Im using a custom NRF52811 board and on this board we are using the internal RC as LFCLK source. I have a single thread that sleeps every 10 seconds, so during 10 seconds...
Hi, I am currently outputting some audio (1000hz sine wave) via audio_i2s_blk_comp_cb_register and audio_i2s_set_next_buf (from audio_i2s.h ) through the line out audio jack...