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...
Hello,
In my current project designed around nRF52840 incorporating many peripherals (limited power budget) and many central devices. Each peripheral can connect to any...
Hi
I am using NRF52810 with Softdevice S112 7.0.1 and SDK 16
I want to ask about the behavior of the softdevice notification queue on disconnect. I have seen these two...
Hi .thank u for reading this .First sorry for my english. This is the story:
I try to make a flexible mesh using multi nrf24l01+ more than 10 nodes. I searched so many topic...
While running a Scan in nRFConnect 4.24.3 on Android 10, Nokia 6.2, I see the first Advertisement from my BLE Device. That device advertises different sets of ScanData over...
Hi ,
I am working on a project where i need to publish wifi scans over ble , issue is that when ever we try to send data over it either send or not sent to avoid data loss...
Does Nordic have some solution for this? Device would be a WiFi+BLE gateway, which runs Linux, and can support advertising scan for at least 300 beacons, and have Ethernet...
Hi, I am running into issues where the nRF9160 (in NB-IoT mode) does not seem to handle cell changes reliably. I am using modem firmware mfw_nrf9160_1.2.0 . I made a simplified...
Hi Nordic guys,
I'm trying to create a pin pairing between an NRF52 DK and iPhone.
I've created this function to do that:
I've added that function in the ble_peripherical...
Hey! I am using nRF52 DK, SDK 15.2.0, and softdevice s112. I have an application that reads some data with the saadc, advertises, sends data if a connection is made or stores...
Hello
I am facing problem from many days on buttonless DFU.
Whoever from Nordic approaches kindly give a customized solution rather than other links. I have almost gone...
I am developing a BLE to LORA interface using nRF52840.
The LORA transceiver needs a 32MHz clock. Is there any way that I can get the nRF52840 to generate this?
I will...
nRF52840, SDK16.0.0, S132v7.0.1
I'm checking the accuracy of an LFXO 32KHz oscillator for manufacturing test purposes.
My rough plan is:
Initialize and clear TIMER3...
I use nrf52832 on my device and SDK version is nrf52 7.0.1. Yesterday I found it can not be find in bluetooth list,but it work on well in other Android devices like HUAWEI...
hello Nordic
i am working with nrf52832, sdk 16.0 , s132
i am trying to organize my code with attention to each function return value
i have tried looking at all...
Hi everyone,
I am writting a custom firmware and I am stacked on how to manipulate properly BLE events. First of all I have a handler function that listens for BLE events...