Is it possible to get to port of an UDP socket (ephemeral, offloaded to modem) with NCS 2.9.0 and mfw 2.0.2?
I tried "getsockname" and get "errno 95 (Operation not supported...
I am trying to use an ESP8266 ( ESP-01) to add Wifi capabilities to a nRF9160 project board. I am using nRF Connect SDK V2.9.0 and the V2.9.0 Toolchain.
To set it up I followed...
I’m trying to implement DFU upgrade of NRF5340, I can send the image (./build_5340_app/build/signed_by_mcuboot_and_b0_s1_image.bin) to the device when running and it seems...
We are trying to add CarbonDioxideConcentration cluster in matter. we are able to add temperature and humidity clusters and values which are updated are getting read in chip...
Hi,nordic team
Iam programming with nrf52833 and ncs v2.9.0
I am doing DFU by myself.And I Flash_write data into slot1_partition,I am sure my data write in flash is correct...
Hi all,
We are running v2.4.0 SLM in nRF-9160 as pure modem, communicating with our external MCU. And we need to send a MODBUS-TCP write request command about each 10 seconds...
Hi everybody
I'm trying to modify the Zephyr serial LTE modem example so that CMUX can be controlled using another communication interface, specifically I'm imagining...
Hi,
how is the new nrf_drv_twi supposed to be used for reading registers?
The sequence for that is pretty much industry standard:
> Device address
< Ack
> 0x00 (register...
I'm running the ble_hrs example provided on my nRF52 board. The thing is, I'm unable search my device using both nRF Master Control Panel and normal Bluetooth connection from...
I am using a central S130 softdevice in an nRF51822. I connect to a peripheral using sd_ble_gap_connect(&m_peripheral_address, &m_scan_param, &m_connection_param) . If it...
I am trying to provide a custom peripheral service with a 128-bit UUID in an nRF51822. I would like to use two bytes of the UUID to encode a piece of information unique to...
Hello,
am I right to assume that if sd_ble_gattc_write returns anything other than SUCCESS, then the packet was not queued?
Is this also true for BLE_GATTC_EVT_WRITE_RSP...
Hey guys,
I have a little problem on a new board comunicating with a MPU9250 sensor.
Chip version is nrf52832-QFAA-BA
GPIO PINS Used P0.20 (SDA) and P0.21 (SCL)...
The S332 v0.6 has been released and it is supposed to be compatible with SDK11. My concern is that in the release notes of SDK 11, it says "Temporarily removed support for...
I tried the above example but it hangs here:
while (ser_sd_transport_is_busy());
Not sure why, I'm using GDB to step thru code, and it appears always busy...
Is there...
Device: NRF51-DK
I'm using GDB+OpenOCD to step thru code and it appears that the nrf51 resets itself after calling:
SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start...
I want to make rs485 communication with nRF51822. I gone through the UART code, there CTS , RTS pin are required , but for my case tx, rx,rx enable is enough, and also shall...
Hi everybody!!!
I am making a project which use NUS service and I have confuses in connection mode:
when the central and peripheral do not have data to transfer...
Hello, my question is pretty clear i guess. Is it possible to schedule advertising of 2 different packets on the same chip ?
The way i see it, it should be possible to...