Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
What are the mechanics of using 'uuids_more_available'? Is this list transmitted as a part of advertising data, scan response data, or both? How does the host know that this...
I'm using mbed+nRF51822+BLE_API+softdevice 7.1.0 for BLE peripheral side. I add uart service with the setting BLE_GAP_CONN_SEC_MODE_SET_OPEN which is open link, and set the...
Hello,
I know that this question was here before, but I've read all of the questions and answers and still I don't know what I do wrong.
I'm using 3 PWM channels to...
Hi
While browsing the new files in the SDK 8.0.0 i had a look in the new ble_advertising module. In the start advertising function the pstorage access is checked if it's...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I have the nRF8001 plugged into the shield for the Arduino Uno.
From the Arduino SDK from Nordic, I have downloaded the BLE Hello World program to the Arduino, which should...
I know the SDK lists it for the S110 stack:
http://developer.nordicsemi.com/nRF51_SDK/doc/7.2.0/s110/html/a00066.html#app_dfu_intro_sec
But trying to use it with the...
There is a GitHub example:
https://github.com/NordicSemiconductor/nrf51-dfu-ble-S130
It states that the SDK 6.1 is required. Will it work with the 7.2 SDK using the...
I am trying to use TIMER1, but it seems that my ISR isn't being linked in during the build.
uint32_t timer1_init(void)
{
...
NVIC_SetPriority(TIMER1_IRQn, APP_IRQ_PRIORITY_LOW...
Hi,
I'm developing beacon-scanner software using nrf51822 and S120 softdevice.
Using softdevice v1.0.1.
I need to scan ibeacon type advertising devices and get service...
I am currently trying to come up with a viable strategy to log error codes that arise while my device is being used in the field. When an unexpected error code arises, I would...
Does someone use it?
The gls example from SDK 7.2.0 with softdevice 7.1.0 works.
However, the gls example from SDK 8.0.0 with softdevice 8.0.0 does not work.
I am using...
Hello, I'm new to bluetooth system.
I want to make some H/W device which using with sensor, MCU and Bluetooth.
Very simple, MCU control the sensor and get the data,...