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...
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 Everyone,
I have problem about debugging program which for my nRF52810 custom board. I am using SEGGER IDE. I changed ses_nrf52810_Vectors.s and system_nrf52810.c files...
Hi!
We'd like to include a battery-powered remote control in our Bluetooth mesh network, i.e. we'll have a need for low power consumption.
In our mesh, devices may opt...
Hello everyone. I'm using an nRF51 with SDK 15 for a 'peripheral beacon example'. For compiling, I'm using segger embebbed studio. I have another bluetooth module(looks like...
Hello, I am trying to fabricate a board based on the Thingy design, including the accelerometer.
I positioned the components, traces, vias and pads following some recommendations...
Hi all,
Currently i am working on multilink Central and peripheral communication, now i want to do two way communication for the single central and multiple peripherals...
I am trying to use the sdk_config.h file from SDK15 to setup a custom board with a nRF52832. The nRF5283 connects to three SPI peripherals. For ease of software development...
Hi. I'm using nRF52832 SDK 13.0.0 as peripheral.
My device can be always connected by any central.
So some centrals may continue to attempt to connect to my device. I...
Hello!
I am developing a bracelet product base on nrf52832. I have a problem with softdevice's power consumption , when softdevice enabled,the power comsuption will rise...
Hello,
I am developing a basic application on the nrf52832. I am using the SDK14.2 and freertos (two very basic task).
I basically have a problem when I set a uint8...
I want to use app timer to get an power saving delay to wait some external chip operation done. So I use an app timer to set a flag when timer expired and in the wait function...
I need to implement UART service in such a way that it should act as both central and peripheral at a time.
I am using nRF52832 board and SDK 15.
I want to know which...
Using
- nRF5_SDK_15.0.0_a53641a
- gcc-arm-none-eabi-6-2017-q2-update 6.3.1
If I enable APP_TIMER_KEEPS_RTC_ACTIVE in the sdk config, setup the app timer with this...
I am currently working on implementing The Smart Beacon Kit with the Eddystone protocol. I only have basic knowledge in C, but I have successfully implemented the nrf_beacon...
Does it use the swi to guarantee the event realtime performance. What I need is, when an interrupt happen anytime, I just put an event to the schedule, and the schedule will...
Hello,
I am using the light-switch example and I want to send a message or let say get the status of led of a particular server node....so how do I do that?
How to address...