This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
Dear Nordic,
I am using nRF52832-XXAB, SDK 15
I am aware that in order to enter SYSTEM OFF Mode and woke up by an GPIO event,
I have to set "nrf_gpio_cfg_sense_input...
Hi, I am trying to enable TPS on an application I am staring. I have got it enabled and when I connect to the device using my phone TPS is visable, but I cannot read the value...
Hi all
I have problem with uploading app to this module. On Mqtt_simple I added
CONFIG_BOOTLOADER_MCUBOOT=y
Compile program in Segger and i got app_signed.hex. Im using...
Hello everyone,
I'm trying to make a PWM signal that fires an interrupt at the end of each PWM period. I've had the same question here:
https://devzone.nordicsemi.com...
Hi, All
In our product development, we finally found that our products need to work in long range mode to improve the communication range, and keep the connection with...
Hi,
I am a EE with a lot of background in nRF52 devices. But this is my first software venture with this device. I am familiar with the soft stacks used and have flashed...
Hi!
We develop our product on nRF52840 using S113 softdevice, version 7.0.1. From time to time, we need to erase some part of flash, so we use sd_flash_page_erase() function...
How could I rebuild the code for an NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION?
static void ble_stack_init(void)
{
uint32_t err_code;
nrf_clock_lf_cfg_t clock_lf_cfg...
Using Mesh V.4.0 and Stack 16.0.0
I have created simple message model in light_switch _client code.All I want to do is call status = simple_message_client_set(&m_clients...
Hi,
I have a simple question. How should I handle situation, when need to collect data and process them before the computed data are sended via ANT+ profile which runs on...
Hi,
I'm working with the nrf5340 and I'm trying to perform a FOTA upgrade over BLE. After initiating DFU with nrf Connect for Mobile the process crashes right after...
Hello,
I'm working on a HID BLE device and it seems to work good with iOS devices. It fails to pair with Window. I'm adding what I can see with the sniffer. Basically after...
I am read the datasheet of vl53l1x ,can anybody help on connection of vl53l1x to nrf52832 and how to use sensor vl53l1x ....any driver code for vl53l1x sensor
I want driver...
I have the following trivial program which has almost identical functionality to the connectivity/ble_connectivity/pca10040e example:
int main(void) { uint32_t err_code...
Hello,
I interfaced nRF9160 and SD card using SPI. I started with this sample: ncs/zephyr/samples/subsys/fs/fat_fs.
Now once the files from SD card are read, I want to...