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...
SAADC can't measure input voltage higher than VDD voltage. External battery (18650) voltage is higher than on-board VDD. There is very good article on your site explaining...
HI All
Im newbe in on that "field", so im apologize for stupid question.
I will like to check a optimal casing for my new product equiped with bluetooth comunication....
Hi,
I'm having trouble writing a long characteristic. I'm using the pc-ble-windows code from https://github.com/NordicSemiconductor/pc-ble-driver . I've compiled this and...
Hi,
I am using SDK15.2/3, I know the SDK peer manager has a feature to delete the oldest bonds if the flash memory is not enough to store a new bond. In this case, whether...
I want to transfer some data stored in nRF51822 to another BLE central device. I guess the idea is very similar to "ble_app_uart" example except that I don't need the part...
Hi. I have a project based on multi-link central with NUS service.
I can connect to multiple peers ok at the same time, disconnect etc. However if I am connected to one...
The Declaring attributes section of Zigbee stack API overview ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v3.0.0%2Fusing_zigbee__z_c_l...
Interfacing to CC3100 and need to send socket data over spi that is 1400 bytes.
Assuming I would need to send 200 bytes X 7 and try to get the list array to work.
But...
I thought I had the logging figured out but when I try to develop the application, I always seem to end up with the same error.
I don't understand what causes this and thought...
Hi Experts!
I read some posts related to current measurement, and i have a question.
if SB9 is not opened, current consumption is increased??
i have a Source Measurement...
SDK 15.2 API 6.1 SES
I am trying to read manufacturer data. I know i am advertising it because i can see it on the nRF connect app on my phone. When i try an dparse the...
I'm trying to send data string from Central to Peripheral device using NUS.
If string length exceed 20 bytes then function return err_code = 12 (NRF_ERROR_DATA_SIZE).
...
I have some test code that uses VLOC_USER and when i write with authorization the data seems to get scrambled.
when i use
p_evt_write->data[0];
to get the data it is...