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...
Hi
We have a budget every month of max bytes we can send (unsure about receive, but prob not included).
We need to be able to ask the modem for the actual NUMBER of...
Hi,
I developed a sensor mesh network using 'nRF5 SDK' and 'nRF5 mesh SDK'; and SEGGER Embedded Studio...At the moment, I can view sensor data using Jlink RTT viewer. However...
Hi
I am developing the mesh network based on the light server example and also integrated the flash manager to save the custom app configuration.
If just running the...
I need to use a burst write i2c function to write the dmp library for the MPU6050 gyroscope.
The current function that I've been using does not work for this case:
And...
Hi
I am using Ubuntu 16.04 and the latest version of nrf Connect for desktop and JLINK. Initially, there were some errors related to the serial port. Once I upgraded JLINK...
Hello!
On the Nordic website there stands that Keil is supported. So I am currently using it throw the Package but i got a problem with the correct partitioning in Keil...
HI ,
I have built a mesh based network based on the light switch sample.
Now I'd like to take it to the next step - I'd like the pass 70 Bytes of data between nodes (...
I am using the nrf51-dk on windows 10 and I tried to apply the latest mbed bootloader. After I do that and restart the chip, the device seems to mount and dismount repeatedly...
hi all
i want to make BLE peripheral app for send data to via UART but i don't know about which sample good for my purpose? so please tell me which sample good for my requested...
Hello
I have a very strange behaviour with debugging the mqtt_simple example for the nRF9160. The example is crashing in debugg configuration. (This happens with Segger...
I am using Nordic SDK 14.2.0 with the pca10040 and I want to integrate the Buttonless DFU functionality into my project (started with the Nordic BLE app template).
I tested...
Hi All
I want to add some custom source files (.c) & header files (.h) to an existing project.
I tried adding it by right clicking "Project app/libapp.a" branch of the...
I'm getting started developing an app for nRF52811. have worked with nRF52832 before. I was wanting to start my development on top of the basic ble app template project, from...
Hi,dear engineers,
I refer to the examples in nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu\pca10040\s132. I Port it into my own program. it seem...
I try to send the NRF_LOG_INFO() messages over a own backend interface. I tried to add a new backend with nrf_log_backend_add() and enable it with nrf_log_backend_enable(...