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...
I Have attached my project which is an SDK 15. project, starting with the simple twi sensor project and including some functions calls from gpio from SDK 14.0, porting gpio...
Hi,
The following is the guide under this ticket: devzone.nordicsemi.com/.../where-i-can-find-the-example-of-usbd-dfu-for-pc-side
Terje said "you can use nrfjprog with...
Hello everyone
The following warnings and errors occurred
Warning[Pe223]: function "sd_flash_write" declared implicitly D:\ZIP\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a...
Hi I am developing on Adafruit LE UART Friend ( https://www.adafruit.com/product/2479 ) platform. Compiler: GCC 7.2.1 IDE: NetBeans NRF SDK: 12.3, SoftDevice S130 Debugger...
Hi,
I am trying to interface ESP8266 WiFi Module: https://www.amazon.in/OLatus-ESP8266-Wireless-Transceiver-Raspberry/dp/B072BG8LW1/ref=sr_1_1_sspa?ie=UTF8&qid=1531738374&sr...
Hello-
I am working with the nRF52840 with the 14.1 SDK.
I am using the 15.4 UART example and currently only data_ack is enabled. I am hoping to add poll_data and poll_ack...
I would like further clarification on nRF52840 Errata 179: RTC: COMPARE event is generated twice from a single RTC compare match.
I am creating a sensor system that needs...
Hello,
We designed an antenna for our new product and we would like to have your feedback on it before making the prototypes. Below is the design
The dxf file...
Hello everyone! I'm new to bluetooth mesh or even to C programming and i don't understand the following: I want to send messages over Bluetooth Mesh from an nRF52840 to another...
I tried to install the CDC driver using nordic_cdc_acm.inf in the DSK15/examples/usb_drivers directory but the installation does not work and I get an error message when selecting...
Hi,
I tried several examples on nrf52840 dongle. Each one works well except usbd example. It hangs at the following code:
After investigation, the following simple...
Hi to all,
i am developing a device with nrf51822 and i want use it as a peripheral device, i want to write 4 packet per connection interval on noti char. i am ok with one...