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 to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
Hi,all!
I am programing an android ble app.And I have successfully connected to my device and get my own service(uuid:0x1600),and the characteristic in it(uuid:0x1601)...
Is there somewhere that we can see the defconfig file for the Raspbian images generated here (under downloads): www.nordicsemi.com/.../nRF51-IoT-SDK
We'd like to integrate...
Hi, When using RBC mesh and SD8.0.0 I often get assertion at line 189 in soc_radio_timeslot.c.
This file is part of sd8.0.0 and I dont have source code. Why is this assert...
Hi all,
I am trying to send data(rssi+MAC address) from GATT server to GATT client using sd_ble_gatts_hvx(). I added the service and the characteristic into the ATT table...
Hi,
Following the AN 29 "nRF51 Development with GCC and Eclipse v1.1", I cannot import any project on Eclipse for nRF51822:
In step 1.2 "Import existing Eclipse project...
I work for a small start-up. Our products monitor events and communicate via bluetooth with an Android tablet.
We are currently trying to make our custom circuit using...
I'm using
s110_7.1
sdk 7.2
DFU
updating application (application.hex + application.dat zipped) works fine, but when updating bootloader (bootloader.hex+bootloader...
Hi,Nordic support
Circuit design: Unused I/O pins
where can i found recommended I/O end terminal desing of unusing GPIO pins ?
I'd need such as pull-down resistor......
HI, I'm extremely new about Nordic component and device.
I buy a nRF51 DK for start understand hou BLE work, I attach to my pc, the green led power on and my pc know the...
With S110 v8.0.0's size increased to 96K, I'm concerned that my current memory layout is going to prevent me from upgrading to a future softdevice.
It seems that the only...
The function dfu_ble_get_peer_data seems to be declared in dfu_ble_svc_internal.h
but not defined, (not actually implemented) somewhere deep within the Nordic Software Packs...
Folks,
Simple UART communication shouldn't be this difficult. Embarrassed to admit it, but I'm having problems setting up and using the app_uart.c/.h module from the SDK...
Hi all,
I have a working prototype of a service which enables a number of characteristics for the control of motors and relays. The motors work great, and are controlled...
Is it possible for gpiote_event_handler interrupt to get executed while the program is executing code inside timer_event_handler?
These events modify same variables so...
I intend to keep a long running clock in the system and use the app_timers(hence RTC1) in a soft device enabled nrf51822 firmware.
I basically have a minute tick and update...