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...
Easy task, and long way..
I need to counting/measuring time how long time 220V line was on-line (assumed all time after install).
I've tried to find ready-work chip FR-transmit...
hello I'm Mehdi. i work on two NRF24lL01 wireless modules. I have a doubt that this modules can be damaged or not work correctly. because the module don't give external interrupt...
Hi!
I am trying to make basic temperature nodes with nRF2402.
The receiver is nRF24L01 transceiver.
My question for nRF2402; is it possible to send config bits via...
Hello,
Recently I've begun updating to the new SoftDevice and SDK for the nRF51822. When I began debugging my migrated code with the development dongle and Master Control...
I'm looking for a little guidance in figuring out why I get this error now when I call SOFTDEVICE_HANDLER_INIT. It appears that I get the error above at the end of softdevice_handler_init...
Dear nordic guys,I'm developing with nrf51822.
I have one simple question.
I want trying to connection request at the BLE server side to BLE client with previous connected...
I noticed that m_sec_params passed to sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const * const p_sec_params) has been declared as a static variable...
Hello
I was trying to make an example program for a Client. And when I was searching for the sd_ble_gap_scan_start function I didn't find it. Altough in the documentation...
I am getting an NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add. This is the 12th characteristic added and follows the same general style of numerous...
This question relates to the unofficial gcc Makefiles available here:
github.com/.../nrf51-pure-gcc-setup
Using these to build a project based on the sample proximity...
Hi,
I just tried to toggle a led when a particular button in the evaluation board (nrf51822) is pressed, i just referred the gpiote sample code and started modifying it...
Hello,
I'm working on the nrf51822 with s110 stack and 5.1 SDK.
Wy functions are not described in the documentation but just enums and data types ?
I'm looking for informations...
I'm wrote a simple test to persist data using pstorage.
But I'm unable to load the stored data.
I'm using gcc and debugging with gdb. So I can see that storage_cb_handler...
Hi,
I am working on a project where there are moving devices. Devices can only move if a wired button is pressed. In fact, for security reasons, there are two buttons connected...
I've been looking at this for the better part of a day and can't seem to pinpoint what I'm doing wrong here. Does anybody want to take a quick peek at this project and tell...