Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
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 put the MBN52832 (nRF52832) on my WSM-BL241-ADA-008DK to test the SPI (see the user guide here ).
The sample "peripheral/spi" from SDK ver. 16.0 is used for the test...
Hi everyone I have been trying to use UARTE1 + UART0 combination for a device that i am working on, I have implemented the UART0 using the nrfx_uart library and it works fine...
Hi,
I am using nRF52840 to communicate with the EEPROM. 24AA32AT-I/MC over I2C interface. The TWI scanner example detects the EEPROM address correctly for me .Now, I want...
Hi Team,
We are using nRF9160 DK, we tested that asset tracker application, that was working fine, We also tested the aws_fota (firmware update via AWS) that was also...
I want to develop a mesh network where I can send/receive data from one device to other devices(sleepy sensors) through relay/router node (always on).
For example
A (Publish...
Hi, engineer:
I need to compute FFT on nrf52840, I used sdk-demo fpu-fft, I tested the FFT operation time and found that it took 2 ms,That`s a long time, Did I configure...
Dear all, I have a problem with nRF52811 GPIOTE input interrupt. I have one sensor interrupt pin at GPIO P0.30 with external pull down resistor. I am able to config P0.30...
Hello community,
I have programmed my dongle as beacon. Now I want to stick them to the wall for experiment purposes. How is it possible to power them up via external...
Hello
I am considering a product that connects several NRF52840s to a USB 2.0 7-ch HUB and works with 30 BLE devices. When reviewing a product like this, there are some...
Hi everyone,
I have one question just for confirmation.The available analog pins on nRF52840 DBK are those provided by header P2 (six in total)?
Are there any more available...
Hi,
I'm working with NRF52832 in a BLE mesh project and I'm a newbie in this filed.
Project description:
- There're 5 devices in a BLE mesh network.
- In each device...
Hello,
in the corse of implementing pairing / bonding on top of the softdevice, I was looking for examples. The only example I've found, that seemed to not use the peer_manager...
Hi,
Currently i am developing BLE communication software for Android and iOS
This software is under Ionic development.
Is there any solution for Ionic/ Javascript development...
Hi !
When i try to open gps sample and enable SUPL client support with CONFIG_SUPL_CLIENT_LIB=y, i received this alert so i cant import project file:
I already have...
Hi all, I am working on light switch example and I want to perform different LEDs have their own switch, i.e. button 1 control LED 1, button 2 control LED 2. The problem is...