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,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi
We have managed to change our firmware BLE settings in order to be iOS compliant
However Android side we notice that it is more difficult to scan and especially...
I am using the v1.0.0 sdk at_client sample project with the v1.0.0 LTE Link Monitor on an 0.8.2 nRF9160-DK board. I have upgraded the modem firmware to 1.0.0.
The AT%CMNG...
I am trying to transfer data from a USB to serial converter board (called board A) to the nrf5 board (called board B). I made the connection over a bread board, the transmitter...
hi i'm use nrf52dk
and segger embedded studio
also i'm mcu beginner
The value was obtained using a magnetic sensor.
now i want using the ble
Now we want to send...
Hi,
I started working with nRF9160 and took AT_Client and added support for my own commands. Additional to that I added HTTP example to it and they are working great together...
Hello,
i have a very easy goal, i want to generate a hex file which combines all parts and flash it via nrfutil or something like that onto the device.
I followed a few...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
Hey , i'm using nrf52832 with SDK 14.2 . I'm trying to send 3-axis accelerometer data through BLE . Is there any example for SDK 14.2 to achieve this ?
Hi,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
As shown in below snapshot I am just doing below...
According to the blog below, hardware design of nRF9160-SICA has been fixed on May 31st. https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf9160-development...
I am designing a pcb just the nRF 52840 MCU. The design of the PCB is based on the reference design from Nordic. When ordering the PCB I came across a problem that the vias...
I have 4 gpio inputs on the nRF52840 working and sending these states over the BLE. I tried to add a few more gpio inputs but I get an error =4 which I think is NRF_ERROR_NO_MEM...
Hello,
I can successfully put my nRF52832 into System OFF mode, however, the Debug Mode Interface is still running, so the current consumption is > 2mA. What are the command...
I have a nRF9160 DK need to update modem firmware to v1.0.0
According to C:\nRF91\mfwnrf9160100\README.txt below, I should use nRF Connect Programmer to update modem firmware...
In the light_switch example of nRF5_SDK_for_Mesh_3.1.0, I noticed that generic_onoff_client.h has a union for holding the current message packet. However, there is only one...