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 am working nrf52840 with bg96 modem, i have configured quectel_bg9x.c driver to communicate with bg96 modem from nrf52840.
can you provide a sample application on MQTT...
I'm using firmware 1.3.6 and SDK 2.7.
I have a ppp connection problem for IPV6. Tables below show connection status:
When I use SLM:
ISP / PDP + APN
"IPV6" ...
Good morning,
In order to save some user data in flash, I want to fix page size to 32 bytes. It will be more useful for me, and it will be easier according to my project...
I've been playing around with the UART drivers on SDK 15.2. No issues with the Legacy (w/DMA) however I've tried switching over the NRFX_UARTE driver and I can't get the driver...
Hi,
Our device is based on nRF52840 SDK 15.0.0
The device verifies signature of incoming messages (which were sent over BLE from PC application) using ECDSA with spec256r1...
Hey guys. I am making a firmware using nrf52840 dongle which scans nearby bluetooth devices. I do not want to connect to any device, just send scanning data to another device...
Hi Because I have a custom board with the nRF91 module, there is no possibility to send data to nRF cloud, because it works only with DK boards. I would like to send asset...
I want to use this sample application, to connect with nRF52832 DK loaded with Running Speed and Cadence Application. In other words I want to use nRF9160 as a gateway for...
Hello all,
my compiler can't find the definition to timer functions : nrf_drv_timer_init(), nrf_drv_timer_extended_compare() and nrf_drv_timer_enable(). bellow my code :...
I am using Nordic nRF52832 Development kit . I want to interface Load Cell with the Development kit. Which examples in SDK i should refer to get started with Load Measurement...
Hello ,
i am facing some issues regarding nrf mesh uart example.i am using nrf52 sdk and trying to use uart for my project to send a data to a particular node in a group...
Hello All,
I am trying to merge the "secure_bootloader_s132" and "ble_proximity" examples.
I have combined all file .
(Here i am using Segger embedded studio with nRF52...
Based on the mesh sdk3.1 operation dfu, according to the operation instructions, dfu_mesh.zip cannot be generated.
nrfutil dfu genpkg --hlep Found no parameters for mesh...
Hello everyone,
A nRF52832 with SDK 15.0 was used for my application. I am trying to send a large amount of data via BLE with a custom BLE service. I extended MTU size so...
Hi
I have been developing a 'custom' firmware to be used in a nrf52 based device. The idea is to replace the original firmaware (too limited) and burn my own.
Hence, I...
FYI,
the auto-update fails for version 2.7.0 of 'nRF Connect for Desktop’ with the attached error dialog.
I had to manually download it again from the link below, and...
When I am trying to run my code in nrf52840 DK board, the program halts in a specific PC and does not go forward (2nd image).
I am using SDK version 14.0.0 and softdevice...