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...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
Hello
I am currently trying to get sensor values via SPI communication with mpu9250, a 9-axis sensor.
Although the following settings were made,acceleration,gyro,and...
Hi Sir,
I am going to the same phenomenon as below.
https://devzone.nordicsemi.com/f/nordic-q-a/45554/sdk-15-2-how-to-set-a-value-to-a-hid-feature-report
Can someone...
Eventually we got it working with the Master Control Panel again, but it will not work with our test software. I suspect a Window update change that affected links. Window7...
Hello,
I would like to implement a design using both the ESP32 Wi-Fi as well as the nRF52840 on the same PCB. As they both operate on the same 2.4GHz frequency and the antennas...
Hi,
I have used "write_handler(p_ble_evt->evt.gap_evt.conn_handle, p_rtc_service, p_evt_write->data[0]);" to send data to nrf52832 from mobile but iam able to send 1 byte...
Hello, I have 2 custom service running each with one characteristic. When data is written to the characteristic one (io_controle.c) the write event is triggered twice. The...
Hi,
did anybody find a suitable and cheap enclosure for the nRF51 Dongle? I want to use some of the dongles for initial tests before producing my own boards.
Thanks...
Hello, I have modified the example from the light switch on the mesh SDK and I can send and receive string messages, but the problem is that it doesn't work as expected, because...
I (unfortunately) had to make my own forks of Zephyr and NRF to get around a build issue, and decided to implement a west.yml manifest in my application repository. I made...
A makefile project using SDK 15.0.0 that compiled under GCC 7.2.1 no longer compiles under 7.3.1 with these errors:
../../../../../../external/segger_rtt/SEGGER_RTT_Syscalls_GCC...
Hi
I am trying to run the light_switch example, following the steps provided in this link . I have one Development board and 2 custom boards. It asks for Segger IDs for...
Section '5.2.1.1 Sleep' of the nRF9160 Production Specification v1.0 identifies SLEEP power with no RAM retention. My application will require partial RAM retention during...
Hi
I am trying to start development with Bluetooth Mesh. As per the documentation here , I have installed nRF Command Line Tools. While running the python script "quick_start_demo...
Hello All,
We have a custom board with nRF52840 and I believe, we have problem with the HFCLK.
We are trying to test our board with the ble_app_blinky example and it works...