hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
Hello! I'm interfacing a sensor with an nRF52840 development board and have run into a few issues:
1) I have a check status function as shown below:
bool ADXL_check_status...
Hello, I'm working on timeslot and RADIO on nRF52840.
I found a sample code which sets 1 to "NRF_RADIO->POWER" to initialize RADIO peripheral.
-----------------------...
Using nRF52832, SDK16, SD132.
I have a (background)bootloader which is derived from dfu "secure_bootloader" example.
When there is nothing to flash bootloader successfully...
The hid keyboard in the routine is buggy. The first problem is that after A device is connected, it is disconnected and other devices cannot be paired. The second problem...
I'm debugging an issue which triggers app_error_fault_handler() and it indicates id=NRF_FAULT_ID_SD_ASSERT, PC=0x18434, and info=0.
This address falls in SD, and how can...
Hello,
I am working on MQTT sample ncs\nrf\samples\nrf9160\mqtt_simple. I am sending data from UART and I2C to the mqtt server. For sending data I am using Workqueue thread...
Hello,
I need to bond a device with its bd_addr using AT_command and unbond device using another AT_command. I am having only DK of nrf52832. So I am trying to bond 2 devices...
Hi,
I'm quiet new with nrf9160.
I try to mix the two sample GPS and MQTT to send my position each time it change to a MQTT broker.
I have create two threads, one for...
Hi, I'm using nRF52 DK to develop and PPK v1.1.1 with Power Profiler app on nRF Connect v3.3.1 to measure current.
1. I see a lot of posts referencing the firmware on the...
Hello.
I have a issue about missing NRF_DRV_SAADC_EVT_DONE event in saadc handler.
setup is 52832, SDK 15.3.0, S332. enable ANT, BLE
for battery, sensor, I use 2 adc...
When I run the BLE peripheral HRS example on the eval board and try to connect with a Samsung XCover3 using the "nRF Connect" app, I got the error 22 (0x16): GATT_CONN_TERMINATE_LOCAL_HOST...
Hi, we are considering using Gazell on the nRF52840 with nRF5 SDK v16. What would be the maximum packet length and the maximum data throughput that we could expect? What would...
Howdy,
I am using NRF5 SDK v15.0.0 on an nRF52810 custom PCB and am having a problem where the specified event handler is not being called upon completion of an SPIM transfer...
After unpacking I followed the first step at nordicsemi.com/thingy91, which is to update the firmware. I followed the linked instructions to update the modem and application...
Hi,
I have few questiones to initiate developing our project taking BLE Examples and BLE Services as reference.
Now,First thing we have to do in examples is turn bluetooth...