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 there,
I am starting with nrf52 and SDK 9.0.2 and am struggling with the SDK structure.
Can anyone please explain the difference between
components/libraries/uart...
Hello, I have tried to combine saadc with softdevice, but having errors during compiling. I have copied .c and .h files from saadc example to ble_hrs example, but having following...
Hi,
I have a specific application/product where in I am planning to use Nordic nRF52832.
-> There is a 9 Axis Inertial Measurement Unit (accel/gyro/magnetometer) connected...
Hi!
I have been trying for over a year to figure this out, but I am unable to, and I would hope it be pretty straight forward since OTA is already in the Nordit Master Control...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
I have a device (configured as a slave) which is connected to a relay to on/off a motor.
Now, I need to connect it to multiple masters (e.g., couple of smartphones) to remotely...
Hello Guys,
I need suggestion regarding the selection of nrf8001 ble module
Does it support OTA updates?
What is communication interface? is it SPI or conventional...
Hi,
I want to discovery all attribute UUIDs as Master Control panel application does. I use API function 'sd_ble_gattc_primary_services_discover' to discovery.
Exactly...
Hi:
I develop my project with gazell, Device can keep send to host,but host can't keep send to device(I'm not mean for host sent ack to device).
In my program, I use "nrf_gzll_add_packet_to_tx_fifo...
In the nRF52 reference design, not using the DC-DC converter would result in higher power consumption. By how much? Any documentation regarding the details. Thanks
Hi all,
I am new in nRF51822. Today I am doing experiment using GPIO and radio transmission.
I wrote a very simple code as below:
int main(void)
{
init_clock();...
Hi, I've got a serious problem in my project. Some of its features require hard timings. The usage time of these features is longer than the single timeslot and I must be...
Hello guys, I'm doing a hobby project and can't seem to get it working. Aim of the project is to transmit temperature values from a DS18B20 using an Arduino Uno and NRF24l01...
I'm experimenting problems with a nRF51822 custom board. Recently I managed to run the blinky sample project. Now I'm trying to test a BLE project, but I'm having problems...
Hey All,
I am currently trying to have a Analog Signal come in through P0.05 which then gets converted via the onboard ADC and send out a Service Characteristic. I am using...