Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
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,
While using sniffer and wireshark, I find the issue below.
CRC value of the raw data and the decoded are not the same at all ?
I find this with nRF5_SDK_15.0.0...
Hello!
I have some problem to generate the right service.h file with nRFgo Studio. I used the help in nRFgo Studio and tried several configurations. Sometimes I could connect...
Hi,
I am facing a frustrating problem in my project: I am using Nordic nRF51822 running on UART application SDK 11. The problem comes to when I add peer management and DFU...
Hi,
I am trying to build the connectivity firmware for a custom dongle based on the nrf52832. I am getting a section overlap issue when I am trying to build the solution...
Hello,
I am trying to fabricate a board based on the Thingy design, including the accelerometer.
I positioned the components, traces, vias and pads following some...
hello Nordic Team
I am using 2 DK
One with Light Switch Proxy Client
Another with Light Switch Proxy Switch
I am using Mobile Mesh App 1.0
Client Provisioning I...
I have been trying to use the nRF Connect app on my Apple iPhone in order to get the Current Time Service.
I bought a Arduino Primo that has an nRF52 on it.
The example...
I am working with an nRF51822 IC revision 2 chip and S110 SD 6.2.1 with Keil 5.10. My version of Keil 5.10 will not recognize the chip. I think that this is because I cannot...
Hi,
I am using nRF52832 microcontroller in project.
I use SPI interface for serial EEPROM.
I could able to see write packets are getting transmitted and verified the...
Hey, I use the Interactive mesh provisioning and configuration tutorial to setup one server and several clients which can communicate with this server.
Can you say me, how...
I have TIMER1 configured as 16-bits wide with no prescaler (62.5ns tick) and CC[2] set up for a varying value near 65535. My work is based on the Nordic blog post about synchronizing...
When I use uart to transfer data, sometimes I get error NRF_ERROR_SVC_HANDLER_MISSING in APP_UART_COMMUNICATION_ERROR when I start sending data. Sometimes this error occurs...
Hey, can I use a complex structure (for example byte array ) as a message parameter instead of one byte like it is done in http://infocenter.nordicsemi.com/index.jsp?topic...
I have a Thread network setup using nRF52840 as per the documentation below, using the Raspberry Pi image provided by Nordic. http://infocenter.nordicsemi.com/topic/com.nordic...
Hi,
In my develop environment , there have many proprietary device. One device is working on PTX mode, and the other devices is working in PRX mode.
If the PTX device...