Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
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...
Hello everyone, I am trying to implement a blocking wait using the app_timer.
To do this, I am starting a one-shot timer whose callback function sets an initially false...
Maximum current consumption for each of the pins in the respective modules of PWM, TWI-I2C, TWIM-I2C, TWIS-I2C, SAADC, UART, SPIM, TIMER, RADIO-2.4GHz under the operating...
Hi,
I'm trying to run the gps application off the master branch on the thingy91 and it dies like this:
It's built using the Nordic SES on windows.
Any ideas? ...
Hi all,
I am trying to connect to device with specific UUID. I am not sure what have I managed to do, below are some logs from NRF Log.
Did I connect properly?
I am...
Hello,
I am trying to run the mbdedtls example of random number generator shown here https://tls.mbed.org/kb/how-to/add-a-random-generator
I added MBEDTLS_CONFIG_FILE...
when i change the baud rate to 115200 my uart (Rx and TX) are giving me garbage out put.
so what do i need to change in my code(ble_app_uart example) when i have plan...
Dear Support / forum,
After reading the user and API guides, browsing other posts, and playing around with the ack-payload example, I think I now have a pretty good understanding...
Hi,
I am having a issue with building an application in IDE for nRF9160
Application : Asset tracker
I have been able to build this "problemfree" before, but this morning...
Hi~
I am developing door sensor system using nRF52840.
Currently for power consumption, sensor (nRF52840) is system off(NRF_POWER->SYSTEMOFF=1).
nRF52840 can wake up...
Hi, I have 8 peripheral devices each one has at least one sensor attached to it( peripheral will be nRF52xx), the sensor has a sampling period of 8ms. I will be using android...
Hi,
In BLE mesh v3.1.0 I see a file debug_pins.h. For what these debug pins are used and can I disable it for my custom board?
And one more thing related to PA and LNA...
Hi,
We are currently developing a Sensors/USB/BLE/LTE-M1 product for a customer. The board is equipped with one nRF9160,for cloud communication, and one nRF52840, with a...
Hello, I am using nrf5832 with SDK 15.3.0. I want to filter peripheral device based on mac address. I modified example code "\examples\ble_central\ble_app_blinky_c\pca10040...
I'm facing problem when I want to stop receive task, event EVENT_RXTO came at long time period. 4 to 5 baudrate bytes.
Is trere any documentation where could read time between...
Hello,
I want to develop a data transfer service which has a control characteristic that is used to write commands on the phone app and if the command matches any command...