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...
EDIT: 27 OCT 2018 - Narrowed down my issue quite substantially and have it working for hacked up peripherals but the hacks aren't useful except they confirm the problem. ...
Hi,
We have custom board with nRF52832.
For regulation, we want to use radio_test example.
In order to do that, I am trying to make the nRF52DK a COM PORT and connect...
Hi ,
I'm trying to evaluate the FATFS example and unfortunately the statement disk_initialize(0) in main.c fails.
I'm using PCA10040, SDK 15.1, and switched between...
Hi,
I am using nRF52832 SDK 11 and even when I add the library on keil it can't find nrf_drv_gpiote.h.
As the screenshot shows, it is loaded:
But it says it is not...
I am new to the Nordic BLE tools, and I am trying to use the Nordic ble_app_uart sample project so that the I can send data over Bluetooth to a smartphone application. I am...
I just upgraded to JLink_Windows_V635g.exe and the latest "V640".
The new version are causing the J-Link RTT Viewer to update the log terminal very slow.
Is there a workaround...
Hi,
I'm gonna make my first attemp with the RF 2.4GHZ antenna, and want to get a good performace for the RF transmission meaning minimum loss of the power transmission...
Some questions about the operation of the DFU over Mesh.
If a node goes out of range while the DFU is in progress it seems that it will never get the update and the only...
Hi,
Does nRF52832 can output any frequency waveform by PWM interface? What's the maximum frequency output of PWM?
Which timer is used by PWM?
If I want to use "APP_Timer...
nrf52832.
SDK14.2
Segger ES V3.34a
I would like to send a struct to a characteristic value,
typedef struct { int8_t test1_array[30]; int8_t test2_array[30]; uint16_test3_array...
Building nRF5 SDK for Mesh v2.2.0 " dimming example " with nRF5_SDK_15.2.0 in SEGGER Embedded Studio fails with:
Assembling ‘ses_nRF_Startup.s’
D:\Nordic nRF5_SDK\nRF5_SDK_15...
Hi
I am using Ubuntu 18.04 and nordic linux development environment SDK s110 with makefile and flash
I want to to create GATT database with this characteristic status...
Hi Everyone, I am trying to add a characteristic in the BLE_UART project. I'm intending to use that characteristic to transmit the state of a button. I have copy-pasted the...
Hi,
When I am trying to connect nRF Mesh sdk 2.2 on nrf52832 DK using nRF connect mobile application I am able to connect without static passkey, now I want to enable...
Dear Team,
Using nRF52840, I want to scan all near Beacon's data such as RSSI, MAC, UID, Major & Minor values and pass these to Raspberry PI B+. Kindly suggest a sample...