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...
The antenna is mechanically symmetric, but as I understand not electrically symmetric.
Is this an errror ?
www.fractusantennas.com/.../UM_FR01-S4-210.pdf
Chapter 5:...
I am wondering what happens to the NRF LOG statements when not running in the debugger.
I have found (probably due to interaction with the SoftDevice) that too much NRF_DEBUG...
I cannot get the scope of the sdk_config.h file to encompass all modules. Process
Start with example project using the file system as per the install.
After compiling...
I would like to use the UART at the lowest possible level and Ihave created a very simple example which uses the UART bus with the registers. The example should write word...
Radio is flashing green, on and off, but I can't seem to connect to it. Looking at the graph of usage, I can see that it is talking to something since the available amount...
Hi,
I'm using pc-ble-driver-py.
I bought the nrf52832 dongle.
The problem is uart pin number of dongle.
The pins of my dongle and the pins of the hex file are different...
I am working on adding firmware updates to my BLE application on the BL652 module ( nRF52832/PCA10040 ). nRF 15.2.
I added in the code for the BLE Background DFU, which...
Hi ,
I can not understand or there is something wrong in this example here ;
He defined " point_fifo" but initialized "my_fifo" , How does this work ?
https://infocenter...
We want to qualify a product with nrf52832 and preferable S132 6.1.1. When we tried to use QDID 125047 there were inconsistency problems in Launch Studio, table 1a was not...
Can i configure more than one pin for wake up the microcontroler from deep sleep ? like this: nrf_gpio_cfg_sense_input(30, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW); nrf_gpio_cfg_sense_input...
What is the receive buffer size for IP packet data, i.e. how many bytes of data can the modem receive (in one or several UDP packets) before I call recv() or recvfrom() on...
Hi Sir,
For test the nRF9160 GPS, based on the nRF connect v1.2.0.
Do we have the GPS API for cold/warm/hot start?
And which example code we can reference?
Thank you...
Hi,
Recently I have been working on serial LTE modem code and it seems to work great for TCP and UDP. I am trying to enable GPS module by the command mentioned in this link...
Hi,
is the 100k pull-down on the COEX2 pin required as stated in the product specification ? I don't see it being followed anywhere (reference circuitry, nRF9160 DK schematic...
Hi,
I am developing nrf52832 on zephyr platform, I have seen a very useful GitHub library you guys have created called 'NordicPlayground' https://github.com/NordicPlayground...