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,
Running with the PCA10001, with the nrf51822. I am attempting to use in Nordics "ble_nus.c/h" ble peripheral from the UART example (nRF51_SDK_9.0.0_2e23562), with the...
I have tried running the ble_app_uart project on nrf51 DK. Initially the program compiled and ran perfectly(I was able to see that device on nrf UART app). Later when I used...
I am planning to use nRF52832 SoC for proximity tag so I want to understand how many external components required for this profile.
You have any reference design for proximity...
temp.jpg
Original nrf51DK board have default com port. But after I use MCP windows,
it'll need flashing a image and short P0.30 GND, com port disappear.
Even after...
Hi everyone,
nrf Sniffer version 0.97 has been released which releases the python source code for processing the UART data and the c code for wireshark plugin. Thanks Nordic...
Hello to everyone!
Please, tell me, why ADC may can't be rightly initialised after BLE stack init? It's happen only when I use Optimisation level 0 instead 3.
Thank you...
What I am trying to do is update bootloader by DFU OTA. I slightly modified bootloader found in SDK 8.0.0 and I want to upload it to device which currently is on the field...
Hello,
I've read several of the questions on here related to pstorage, including one poster who had trouble running it in conjunction with the mesh. I decided to take my...
I would like to set specific frequencies when working with Gazell on nRF51822, nRf24.
There is the function to select channel: nrf_gzll_set_channel_table
Can I set frequencies...
hello,
I want to communication with accelomet but I understand the code written here #include "ADXL345_I2C.h"
ADXL345_I2C accelerometer(p28, p29);
Serial pc(USBTX, USBRX...
Hello Expert,
I am using SDK 6.1 and Softdevice 7.1.0 (s110) for our 256K/32K nrf51822 platform. As of now I wanna port DFU feature into our project. Of course, when burnt...
Dear..,
Despite study the nRF24L01+ ProductSpecification I, the ACK related discussions in this forum your support are very welcome.
The aim is to communicate with two...
hello,
I am working on the example ble_central_and_peripheral in nRF51_SDK_8.1.0_b6ed55f and we have connected the device to MCP and on clicking the enable service we gets...
Dear Developers,
I have some experience with nRF51422 QFAC series and I have the PC10028 pcb nrf51sdk environment.
Until now, I have developed some applications successfully...
I want to send data using some bluetooth spp software to nrf51822. Which is the simplest way to do this. Is there is any library or example code is available for configuring...