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...
Hi,
I'm working on an application with an accelerometer without SoftDevice (for the moment).
The accelerometer communicate in I2C. It send an interruption when a new sample...
hi
I develop nrf52832 based ble device, this based rtos therefore ble communication have critical
time limit.
I will use mesh protocol my ble device, in the environment...
GLS is implemented using Nordic(S110_7.0_SDK6.1).
When set to Control solution function.
The setting of the device and the READ value of the application do not match...
I am trying to integrate an iBeacon Library on nRF51-xxAC with SDK10.0.0 and S110v8.0.0 . Can anyone please help me out if any one has ported the iBeacon Library and what...
I want to implement one central device to ten peripheral devices connections.
I'm using nRF52832 DK and S132 5.0 and SDK 14.0.
So, I have run multilink_central example...
I managed to sniff Nordic mesh sdk 0.9.2 packets on raspberry pi 3 using "hcidump --raw", and I can read the raw hex data of mesh packets of light control demo, but since...
Trying to interface this module with atmel core micro.
We are able to transmit data by this module but not receiving the data at other end.
At transmitting side we are getting...
Hi,
Currently I'm working on nRF52 with SDK11 and SoftDevice S132.
Till now I've worked with IAR and my code was based on the "ble_app_uart" and the dfu "bootloader" examples...
WHAT EXACTLY IS THE PURPOSE OF PPI. IF I AM GENERATING A PWM SIGNAL IN PIN NO 21 AND USING A WIRE I CONNECTED TO PIN NO :24(BOTH GPIOS) IN NRF51422 BOARD AND WANT TO COUNT...
Hey I was using the relay example in SDK 12.2 on the s132 NRF52DK.
We added a service and characteristic using the Nordic tutorial - devzone.nordicsemi.com/.../
Using...
I have a very simple test script which enables a BLE service (only the Generic Access and Attribute), advertises and waits for connection. It also sets four pins to input...
We made a READ request from the client with nRF 52 as BLE peripheral.
READ was automatically repeated 10 times when writing 200 bytes of data in a characteristic fashion...
I want to program my nrf51822 aa module but when any softdevice has been already programmed, it doesn;t work..
it says error of erase failed..
flash download failed cortex...
Hello,
I am using nRF52832 DK s132 and interface with accelerometer. Now i have successfully read 3 ADC channels with time period of 244 microSecond on terminal. But i have...
Hello,
I am working on an nRF52832 application that uses SoftDevice S132 v3.0.0 as BLE central, BLE observer, and a proprietary protocol using the timeslot API.
Sometimes...