if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
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...
Shalom!
We have a nRF9160 custom board on which I cannot switch some of the IO lines.
For example we have two leds, P0.9 an P.10 but only P0.9 works. The hardware guy...
Hi there, now I set up a BLE to connect peripheral to central via NUS service. The peripheral is a customize board with nRF52832 and the central is nRF52840 DK board. The...
Hello everyone I hope summer's kind with you (or winter, for the southern hemisphere...)
Here's the deal: my printf and NRF_LOG_INFO output zeros, while my register clearly...
Hi Nordic team,
I am using nRF connect sdk mesh light_switch example. version of sdk is v1.6.1 .
The node is detected in the nRF mesh app in my mobile.
what does group...
I believe I'm following both the Cypress data sheet properly. Yet I'm still having an issue getting the simple QSPI Peripheral example to show data consistency.
Can it...
Hello
I want to operate SSD1331 OLED(96*94) using sdk v17.0.2 and nrf52840 custom board.
The OLED example of sdk v15 was replaced with the codes of sdk17 and tested on...
Hi Nordic experts,
Recently, I consulted the datasheet and tried to find out something about the radio speed when using softdevice, unfortunately, I can't find anything...
We are in the initial stage of development of a product that will be shipped in different countries and different customers.
We would like to use an MFF1 or MFF2 eSIM for...
Hi
When trying to register iBasis sim with correct ICCID and PUK, I get this error message:
Username and pool information are required.
could You help me with...
I have my IMEI but my pin number has 4 digits: 0000, instead of 6 digits(which is required to add the LTE device)? Please Nordic, what should I do? I have this problem for...
I am a beginner in embedded systems.
I know that the minimum resolution of RTC is 1/32768, but what is the effective number of digits for this? For example, I used a counter...
I have not been able to confirm this from documentation. I need to know what the on/off and termination states of the nRF51822 GPIO pins are when the chip is initially powered...
Hello,
I'm using Segger with the nrf Connect SDK v1.5.1. Before my program's main even calls, the program is getting stuck in the nrf system calls; specifically nvmc_wait...
Hi, currently I am using fstorage alongside ble-mesh to store some data in flash. Currently however, writing with fstorage seems to be successful only about 50% of the time...
So , I have been fetching the customized packets through scanning . I managed to pickup the data from the structure
typedef struct { uint8_t *p_data; /**< Pointer to the...