Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi All,
I am a newbie to Nordic SDK and Mesh SDK.
I am trying to generate my On/Off application using the Nordic Mesh SDK (v2.0.1).
Here is my setup.
1) Have Mesh...
I am in the progress of updating to nRF5_SDK 15.2.0 from 15.0.0, project on nRF52840/Segger Embedded Studio.
I have NRF_LOG_FILTERS_ENABLED defined since I want to log less...
I'm using the nrf52 to connect to a CAN bus via mcp2515. This chipset features an interrupt pin that will pull low when any interrupt is triggered and will stay low until...
Dear Sir,
Want to test out nRF52 BLE mesh, I downloaded the Android library from
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
But don't know how...
hi
i downloaded (Nordic-Thingy52-FW-master)
it had many problem for compiling that i had to remove all c files and header file and install them again
all the errors...
We are working on a project where we utilize the S140 SoftDevice (on an nRF52840) for a BLE application. We are using the FreeRTOS as real time scheduler for our system. ...
The reason I ask if that its compiler recognizes the P0.xx pins, but apparently not the P1.xx pins. For example, it throws the error message:
Error: Identifier "P1_00" is...
Hi All,
Our application WILL NEVER dynamically allocate memory and thus we'll never need to use the heap. Currently, our SDK carves out 8K of memory for the heap in "gcc_startup_nrf52...
I am working on light switch example of BLE mesh SDK.
I am using five nRF52840 boards one for provisioner,one for client and rest for servers.
I am using Segger embedded...
I have developed my own custom BLE service. I need to send BLE characteristic to an SD card. I have implemented the FATFS example and it works.
Now I'm trying to merge my...
I'm using nrf52832DK with seggers studio and SDK 14.2. My settings are following.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection...
AIM: To establish a mesh network having 3 nRF52840 dongles and end devices(mobile phones) will be connected to the dongles. The primary aim is to send data(string/number)...