I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
When following instructions for setting up the NRF52840-dongle as RCP coprocessor , I'm getting this error: ModuleNotFoundError: No module named 'intelhex'
Full log...
I have some initial questions regarding the nPM1300 :) :
- It is possible to download the nPM1300 datasheet as a PDF file instead of viewing it online?
- Regarding VBUS...
When I do a sd_ble_gattc_char_value_by_uuid_read I can only get a maximum of 253 bytes.
And when I read more I get a gatt_status of
BLE_GATT_STATUS_ATTERR_INVALID 0x0100...
when testing NIDD on NRF9151 we are using sock connect -f packet -t raw but it is giving us error
mosh:~$ > sock connect -f packet -t raw sock connect -f packet -t raw Socket...
I want to use RTC in my project. I'm facing build issue (undefined reference to `__device_dts_ord_113') in my project .
STEPS TAKEN: 1. I have enabled the RTC configuration...
Hello everyone.
I am going to do a project recently. We are using dht22 to transmit temperature and humidity, and use temperature values to control LEDs.
This project...
Hello, and thanks for reading. We are having some problems with our device, and hope someone here has the missing piece of wisdom we need. Our device implements HID over GATT...
So in our factory I had setup both an nRF51-DK (PCA10028) and nRF52-DK (PCA10040) to program our external boards we are producing which has a NRF51822-QFAB-R7 populated on...
Hi,
My custom board uses Raytac MDBT53v, which has nRF5340 as its MCU.
My SW is based on the example audio code, and I want to use my external NOR FLAH IC (Macronix MX25R6435F...
Hello,
I am finishing the development of a device based on the nrf52810. When the device is connected to a central, I would like to periodically measure the voltage on VDD...
Hi, I am working on a Bluetooth Mesh project for lighting control using nRF5340. I am currently stuck on how to implement a Bluetooth Mesh gateway for my mesh network. Here...
Hi everyone,
I'm currently working on a project involving an Ember ZigBee end device and a Nordic ZigBee coordinator ( Nordic nRF52840 donngle) . I’ve encountered an issue...
I am not being able to set up the modem in Pakistan. We bought the board in Canada and we've tested it out in Canada without any issues. But the same Soracom sim card is not...
Hi,
I am writing a app.overwrite to remap my pins table. I can use
/delete-node/
The above is no problem. Bu my pio is overlay with gpio1 pin 5. The original dts...