I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
On future revisions of the nRF52840 Dongle, and on future development hardware of a similar form factor, I'd recommend putting a debug connector that's compatible with the...
Hello, I have an nrf52840 which is acting as a central. I have a peripheral device which I can connect to, and the service that is discovered has the following table:
ATT...
Hi,
Our team is interested in WiFi location service in Cloud Services.
https://www.nordicsemi.com/Products/Cloud-services/Location-Services
However, under the WiFi...
Hi,
I am trying to create a trilateration system with 3 initiators and 1 reflector (Hopefully multiple reflectors in the future) on the nrf54l15. The channel sounding with...
I am currently developing a firmware application on the nRF5340 where I need the device to function in dual role :
As a Bluetooth Mesh Node , communicating with other...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
I have modified the NUS-CDC application for the Dongle so that I can now scan, report available Peripherals, and connect to a specific one. I need to be able to cleanly disconnect...
I'm writing an application for the nRF54L15 that periodically receives the local time via bluetooth and keeps track of time on its own between syncs. I'm using a 10ppm external...
Hi,
We're planning to design a custom board using the nRF9151 for LTE connectivity. We'd like to add basic BLE support, with the following constraints:
The BLE chip...
I have a battery operated unit & according to the data sheet I should be able to read the VDD pin
However, when I look in the nrf-saadc.h it does not have this listed...
Hi,
When I looked at the SPI lines using the oscilloscope, I saw that the MISO line had the same signal as the MOSI line. As you can see from the image, basically SPI configuration...
I am working on a wearable GPS tracking device using the nRF9151 DK and testing the GNSS example code. However, I am facing an issue with the cold start time for acquiring...
I have finished developing an application, utilizing the nRF 9151 DK, and I am now working on transferring the firmware to a custom board and testing it. However, when creating...
I'm building a project where I need to sniff bluetooth data exchanged between a Voltcraft SEM6000BT plug and my phone app. The idea here is to capture the BTATT (where the...