Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
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...