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...
I am testing SPIS to transmit mass of data(255 bytes each call) from nrf5 DK.
I found SPIS data shifting randomly.
The testing data is 0x88 but sometimes can get 0x44...
Datasheet of the Sensor:
www.ctconline.com/.../1_VS_TA102_DS.pdf
Accelerometer Out = 100mV/g =equivalent to=> +/- 8Vpk-pk
Temperature Out = 10mV/°C
Please provide...
FDS uses softdevice API. SDK 14.0.0
FDS writes are all successful for the same file id and different record keys until the flash is full
fds_delete_record() is called...
Hi,
I'm developing software for the nrf52832. However, I can't use the SDK of Nordic for several reasons.
In the code, I would like to save a small amount of data...
I tried to assigned each device to different group(subscriptions) by the following code segment.
for (uint16_t i=0; i < devCnt; i++) {
......
ERROR_CHECK(config_client_server_set...
Hello Everyone,
I am trying to incorporate NFC-BLE pairing feature in my ble_app_uart example. I have imported all the necessary files to the project and have installed...
Hi,
I am working on the project as a MultiLink example. My environment is using nRF52840DK & Softdevice 6 & SDK15.
I am trying to make multiple connections and communicate...
Trying to understand how the Device UUID is derived.
in iOS, Device UUID: FC7C7422-2BCF-894B-E848-855791DD3DD9
in RTT:
DEVICEID0: 0E064007 DEVICEID1: 14669F75 DEVICEADDR0...
Hello.
Hello.
I am trying to install pc-ble-driver-js on my computer but it fails to install. If anyone could guide me how to install it, that will be appreciated...
I'm having a strange problem where the Supervision timeout does not seem to work right at the point the connection is initiated (sd_ble_gap_connect() was called but BLE_GAP_EVT_CONNECTED...
I'm using the SPI in slave mode and have a very high power draw: > 2 mA. The issue happens both in my application + custom board as well as with the dev-kit + SPIS example...
Hello
I just have some small queries.
Let's say that I am scanning continuously for advertisement packets. I think the MAC address of the devices sending these packets...
Hello
We have two boards PCA10040, client and peripheral. Blinky exemple.
The project is with two buttons on peripheral side and 2 leds on the client side.
If we hold...
i haven't seen any code posted for the HC-SR04 ultrasonic distance sensor connected to the nRF24LE1, so i rolled my own, see below. it works well enough. the sensor runs on...
Hi all!
I've been working on a firmware to timestamp GPIO events using PPI in nRF52, and it works:
github.com/HiveTracker/firmware (more context: hivetracker.github.io...