Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
I'm trying to update my project to use the latest S110 softdevice release. The trouble is that I have written many of my own hardware abstraction layers and they are conflicting...
Hello,
I am trying to program a nRF51 chip with a dev kit. When I install the base nRFGo Studio, it is able to detect the board but it won't read the chip because it is...
Hi,
I am experiencing an interesting case ( I am not sure if this is a problem indeed).
I have been trying to develop code for ISP1507 (nRF52832 PC10040 based) on two...
Hi ,
I have tried to test the current consumption on NRF52840-DK (PCA10056).
DCDC is enabled.
RTC is running.
No BLE is advertising.
The DK is powered via USB. ...
hi,all
i got the nrf52832 dk and run the ble_app_uart example ,
but i found nothing output in jlink rtt viewer after called the NRF_LOG_INFO("UART Start!") ,
so could...
Hi.
I did the secure bootloader DFU. I attained step 8 in document .
I instal softdevice and secure bootloader to flash nRF52832. After make the ble_app_buttonless_dfu...
Routing the DCC pin on the nRF52832 with the chip scale package is pretty tough. The bump is surrounded on all sides by other bumps, so I don't have room for a via in the...
Hello,
I'm using nRF Connect V2.6.1 on Windows 10, I launch " Bluetooth Low Energy V2.2.0 " that uses PCA10059 Dongle as central.
Also, I have developed a peripheral application...
There are 12 LEDs which are connected using shift register HC595 ,the module used is nrf51822(bluetooth module). I want the LEDs to go off after 3 seconds interval. My code...
Hi there,
We are having issues with our boards that uses nrf52832 chip. Our first built had this chip and everything was working fine. We built a second batch and all boards...
Hi,
In nRF52832 datasheet I found that it is having internal oscillators, like 32.768Khz RC oscillator and 64MHz RC oscillator. If it is having internal oscillators what...
Hello
Most of the time we shall use the BT TX 0dBm. In special cases when we want to increase the communication distance we may select the 8dBm mode.
For RF type approval...
I am implementing long read with authorization in the server (peripheral). I have a characteristic with vlen = 1 and maxlen = 300. ATT_MTU = 23.
gatts_attr_md.vlen = true;...
Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1 #define NRFX_TIMER1_ENABLED...