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...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Datasheet of the Sensor:
www.ctconline.com/.../1_VS_TA102_DS.pdf
Accelerometer Out = 100mV/g =equivalent to=> +/- 8Vpk-pk
Temperature Out = 10mV/°C
Please provide...
FDS uses softdevice API. SDK 14.0.0
FDS writes are all successful for the same file id and different record keys until the flash is full
fds_delete_record() is called...
Hi,
I'm developing software for the nrf52832. However, I can't use the SDK of Nordic for several reasons.
In the code, I would like to save a small amount of data...
I tried to assigned each device to different group(subscriptions) by the following code segment.
for (uint16_t i=0; i < devCnt; i++) {
......
ERROR_CHECK(config_client_server_set...
Hello Everyone,
I am trying to incorporate NFC-BLE pairing feature in my ble_app_uart example. I have imported all the necessary files to the project and have installed...
Hi,
I am working on the project as a MultiLink example. My environment is using nRF52840DK & Softdevice 6 & SDK15.
I am trying to make multiple connections and communicate...
Trying to understand how the Device UUID is derived.
in iOS, Device UUID: FC7C7422-2BCF-894B-E848-855791DD3DD9
in RTT:
DEVICEID0: 0E064007 DEVICEID1: 14669F75 DEVICEADDR0...
Hello.
Hello.
I am trying to install pc-ble-driver-js on my computer but it fails to install. If anyone could guide me how to install it, that will be appreciated...
I'm having a strange problem where the Supervision timeout does not seem to work right at the point the connection is initiated (sd_ble_gap_connect() was called but BLE_GAP_EVT_CONNECTED...
I'm using the SPI in slave mode and have a very high power draw: > 2 mA. The issue happens both in my application + custom board as well as with the dev-kit + SPIS example...
Hello
I just have some small queries.
Let's say that I am scanning continuously for advertisement packets. I think the MAC address of the devices sending these packets...
Hello
We have two boards PCA10040, client and peripheral. Blinky exemple.
The project is with two buttons on peripheral side and 2 leds on the client side.
If we hold...
i haven't seen any code posted for the HC-SR04 ultrasonic distance sensor connected to the nRF24LE1, so i rolled my own, see below. it works well enough. the sensor runs on...
Hi all!
I've been working on a firmware to timestamp GPIO events using PPI in nRF52, and it works:
github.com/HiveTracker/firmware (more context: hivetracker.github.io...
Hello,
We're preparing to build a new application based on the examples available in the Mesh sdk and wondering if you have any tips on how to extract only the files needed...