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...
I've been digging through the DFU in order to reduce it's power and I've come across 3 high power states.
1) The first is during initialization of the DFU. It happens on...
I have been dealing with this for 6 months and im running low on time to finish this project please help me. I want to send 20 bytes of data to a application that i made for...
Hi,
We are using Micron NAND flash MT29F8G01ADBFD12 with QSPI. We are referring qspi, usb_msd example in sdk 17.0\examples\peripheral\usbd_msc. Able to read device ID of...
Hi, I have a problem in enabling both NAME filter and UUID filter in ble_uart_c SCANNER
I have enabled the both but
the device get connected only match with UUID but i...
HI
I am using the example of HTTP and HTTPS from this github link. I was unable to compile the example of HTTP and the HTTPS example is just hanged. no communication. I...
Hey all,
Custom service, but my first where I am looking for more than one byte of data written to a characteristic at a time - in this case 8 bytes. So everything looks...
Hi,
My project involves an nRF52840 DK connected to an accelerometer on a breadboard, connecting to my Mac via USB-micro.
I'm editing the twi_scanner SES project so that...
Recently I received the nRF5340-DK. I tested and it was working correctly and as a test, I compile one of the ready solutions of NRF5340 of SEGGER Embedded Studio. Everything...
Hi, I am getting an error 19 which causes a reset after some time running a modified version of the ble_nus peripheral example may someone guide me on how to sort the issue...
Hi, what is the nRF52DK UART, for the nRF52832, flow control when using the ble_app_uart_pca10040_s132 example? It appears to be possible interrupt driven based on data received...
So ...
I'm still trying to get peripheral_uart running.
I'm using a nRF53 PDK (PCA 10095 - rev 0.8.0) (I've received two 0.11.0 boards, both of which died).
I'm using...
I'm using the nrfx twim driver along with Zephyr. I'm using the NRFX_TWIM_EVT_DONE to initiate a subsequent TWIM command and finding that the second command fails due to the...
Dear community,
I was working with a modified code based on an example for switching the leds on/off in a Mesh BLE network. Everything was working well until I tried to...
hello Nordic
i am using nrf52840, SDK16.0, a project build on the peripheral app_ble_blinky example
i am trying to use QSPI but the write function falls on error no...
Hello together,
I try to get the asset_tracker_v2 up and running on the thingy:91.
At the moment I get an Error from AWS_iot aws_iot: mqtt_connect, error: -116
My problem...