Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hello,
Environment: nRF51DK + SDK8
We've developed the beacon application but the advertising interval is set to 5 seconds. The beacon can be discovered by nRF Connect...
I have searched here on the DevZone, and also around the web, and don't see this issue mentioned elsewhere. I really appreciate any help finding a solution.
I tried following...
Hi All,
I think I noticed a bug in the nRF Connect v1.0 application. The Scan Response data is not shown in the Windows application. When I scan the device with the iPhone...
nRF8001_BLE_UART.txt
I am using an NRF8001 with the ble_uart_project_with_dfu_template and programmed an ATMEGA328P with it. The code works great and I can scan and communicate...
Dear sir,
Can we use 8.08.90 J-LINK EDU for programming of Nrf52832 Chipset.Please also specify its limitation if it has any.
If we cannot use this then please specify...
I'm starting to use Wireshark a little more and sometimes it is not displaying all of a device's manufacturer data. For example on some devices it is not displaying the manufacturer...
hi,
As a ambitious tech lover i bought BLE400 nrf51822 motherboard. I downloaded SDK 11.0, keil and nrfgo. I started programming based on the Nordic developer Zone. I first...
Hi, I try to connect nrf51822 and use example "ble_app_hids_mouse". I can pair this device and I confirmed that "Notify" becomes automatic at that time in Enable.
But, when...
Hello,
I am working with the Enhanced ShockBurst protocoll on a nRF52832.
For synchronization reasons between several nodes I need time stamps in my data packet...
hi, i build a test project to test IAP(in system program) function of nrf24le1. the project just did follow things:
1. setup uart;
2. erase page 30
3. write data "0xaa...
I'm new to nrf8001
I'm trying to understand an existing example.
in this example after sending set up commands generated by nrfgo studio , program sends 9 byte of 0xff command...
I downloaded central and peripheral ble UART and I want to add some function to my code and use some GPIO, I programmed nrf51822 by nrf51422 source code and it worked, but...