Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
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...
Hi everyone,
I am using a chip nRF52832 reading data from LIS2DH12 via TWI (all in a custome boad), then data will be send to Master nRF52832 DK ia BLE_NUS. However, when...
I have a new nRF52840 Dongle which seems to have either had a hardware failure while updating its bootloader or the updating was unsuccessful and now the device does not flash...
To do some test, I need micros(). This is the reason why I couldn't use RTC or app_timer.
When I tried timer example(nRF5_SDK_12.2.0_f012efa\examples\peripheral\), I could...
Hello, I need to use PWM to control GPIO and integrate it to work on simple COAP server app using nrf52840 DK.
I used "pwm_simple" example from SDK (not Thread/Zigbie SDK...
Hello.
When I try to initialize provisioning bearer gatt with turned on the proxy, provisioning bearer is reconfigure the mesh_gatt which it will not work with proxy anymore...
Hello,
I started developing a Thread-Solution with my NRF52840-DK. Now I'm searching if there is a Message Sequence Chart (like for the BLE solution) also for the Thread...
Hi,
I'm testing the below example code, found on devzone, on mesh sdk 2.2.0.
I'm experiencing a strange issue on the read side. On the first read after the write I always...
Hi,
I have an application (central mode) which regularly connects to a number of clients, read characteristics and then disconnects again.
Whenever there is an unintended...
I'm have nRF52 DK, wish use nrfutil (v4.0.0) to update target firmware. Works fine when using -n "Target Name", but I get a "Device not found" when trying to use parameter...
I have a custom designed PCB that has the nRF52832 (taiyo yuden EYSHCNZWZ) on board.
When I flash the board using pogo pins and the jlink (debug out) from a nRF52DK, everything...
Hi,
I am using the nRF51 dongle to connect and subscribe to specific characteristic and i am getting notification correctly but when subscribing to another notification...
Hello,
are there any plans / work in progress to support 802.15.4 radio in mbedOS?
Currently nRF52840-DK is a supported target platform but if you want to work with
...
Hi all,
I am using power profiler kit to measure as mentioned below screenshot.
I want to achieve current number as mentioned in Nordic product specification as" IOFF_RAMOFF_RESET...
Hi,
I'm using nRF52832 with IAR and SDK V15, S132.
I incorporated the peer manager in the uart serial profile example.
I assume, since I have 3 pages (inc. GC) set in...
I have a device that uses peer manager to pair using a key. I have noticed that the device will connect to an app and stay connected even if the pairing procedure is not completed...