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...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello, I am using the nRF52840 dev kit. I am using SES to develop the code for it. I want to include the bosch bme680 library in my code. It comes as a libalgobsec.a file...
The objective is to have a device which constantly advertises some status information - this must be always visible to any Central in range.
The device may connect to at...
I inherited an active project with regrettably little support from the previous developer.
I have been trying to download a copy of the application firmware that I generated...
I try, DFU by USB-SERIAL on NRF52840-DK. I installed SoftDevice S140 V6.1.1 and open_bootloader/pca10056_usb (SDK15.3) Python2.7.16/nrfutil for windows was installed. My DFU...
I am trying to keep an output pin asserted while I jump to the DFU on the 52840.
We have a dead-man switch hooked up to pin 19. I need to hold this pin high while I jump...
So we are using NCPTransport from nrf-util (nordicsemi/thread/tncp.py) to have CoAP connectivity over Thread NCP from Raspberry Pi to other Thread devices. We have a use case...
Hi,
I am trying to install pc-ble-driver-py pypi lib into custom yocto setup. I have created recipes for it which is shown bellow
in python-pc-ble-driver-py.inc
...
Hi. Im working with an application that uses the s110 softdevice and i want to use the s130 to be able to recive advertisereports but when using the s130 Everything stops...
Hey everyone,
I've got an nRF52840 DK on my hands. There's an interesting crash occurring when the return value from ble_nus_data_send() is passed to APP_ERROR_CHECK()....
I am using several Laird BL652 units on a project. They contain a nRF52832. For the most part they are working great, except I have one that only works some of the time and...
I have been trying to use the new GPS example, however, I could not get any location from it yet. It seems that after 30 tries, it stops working (time-out problem). Should...
Hi all,
I'm starting developping code with SES, on an nRF52810 (192kB of Flash), with the BLE stack S112.
Because my project include BLE and custom UUID, I started with...
Hi
I am using the nrf53832 dk.
In the nus example once the data is received from the phone(central) I want to write this data to the flash. I referred to the fstorage...
Hi everyone,
We are currently working on a BLE border router with a module based on nrf52840. The custom board has a MAC + PHY ethernet controller that communicates with...