Hello,
Is there any USB device stack available for bare metal development on the nrf5340 using online NRFX lib. I am trying to implement a USB CDC device class.
No issues...
These seems like another dumb question. First off, I am aware that the nrf21540DK is the nrf52840 with the FEM tacked on the output.
I know I can select the nrf21530DK/nrf52840...
Hello,
I have 4 nrf52840, 3 act as peripheral and the last is the central.
The peripherals are identical hardware with various sensors using the same FW. I order to...
Hello,i've recently bought a nRF52840 dongle to sniffing BLE packets with wireshark. I regret to inform you that it don't work roperly, in my opinion. In fact, you will find...
I just fired up our most recent custom boards with nRF9161-LACA's, and tried to compile modem shell application for RTT.
I noticed the RTT is disabled because HAS_SEGGER_RTT...
Hello
Awhile back I profiled my battery using power up app @ 4C 25C and 45C for a battery between 2.75V and 4.2V battery model is attached in zip.
The profiles themselves...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
I specify a hex file in "Project Options"-> "Debug"-> "Loader"-> "Additional Load File [1]". With this setting...
I have a question about TX Power.
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
The device operates as a “Peripheral”. Is there a way to know...
Hi Devzone!
I merged app_multilink_central and app_uart_c on central side and used app_uart on peripheral side.
I'm using 2 peripherals and 1 central now, and those can...
Are there any examples for disabling/enabling peripherals at runtime for low power purposes on the nRF91 on ncs v1.0.0?
I've seen these threads but they didn't have the...
Hi all We are using nRF9160 gone through all tutorial like GPS,GPIO peripherals,Led blinking Now my main question is How to use PSM mode and eDRX mode program for nRF9160...
I am having trouble getting the nRF9160 DK to find a network running the Asset Tracker than came in the device. It appears to reset after 15 seconds of LED 3 blinking. I can...
I am trying to read from the modem on the nrf9160 DK using the AF_LTE socket and am running to a problem with reading the response from AT+CLAC. I've chosen that command to...
I have been exploring BLE and I am using bt_gatt_discover in my zephyr-based central device (nrf9160) to list the services on a Thingy:52. I am getting the callbacks as expected...
Summary
I'm running into an issue where in certain cases peer manager reports the presence of peers, but when those peers are added to a whitelist I get an NRF_ERROR_NOT_FOUND...
I defined an integer value _ALIGN(4) uint8_t sixteen = 16 and assigned sixteen to a FDS record that is later assigned to the p_data of a custom characteristic. However, when...
I updated to v10.3.0 of the nrfjprog and mergehex tools and I've noticed that the behavior of the page erase command takes far less time when it gets to a certain region of...
Dear All,
I am trying to interface my nRF9160 sensor with the LIS3DH accelerometer.
What I have done so far are the following:
I am trying to use I2C_2
In my prj...
Hello Nordic Support,
I am using nRF9160-DK with the latest module firmware: 1.0.1, board version 0.8.3
I followed the instruction and it only works for tag v0.4.0, I...