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 use nrf52840, I meet some problems about the USBD, Can you help me?
We know that the usb device send data to host(such as PC) by EPIN:
(1) The host send IN event...
I am trying to setup NRF Sniffer for 802.15.4 using nordic board PCA10056. When the capture is started on Wireshark, the capture starts but the sniffer doesn't seem to capture...
Dear Nordic:
I pretend to develop a tool to search all surrounding Ant+ sensors and list them. User can choose target sensor then he can see the sensor data.
I expect...
Hi all,
We are currently working on an application that uses the timeslot API, and requests timeslots spaced 20ms apart.
In our application we need to trigger some functions...
I observe that when I use a phone to read NFC NDEF data on my nrf52832 based board, the result returns an empty record or just returns partial information about the tag such...
Hi, Please have a look and let me know about it.
This board is two layers and i used chip antenna. I would like to ask you, Is this design is correct? How can i plan with...
I have an ongoing issue with using the Keil compiler and the supplied examples.
There has been some email correspondence which is detailed below:-
Hi David,
I have...
Hi
I am reading the sensor data (Irms and Vrms) via I2C protocol and multiplying the read data with 0.000030517578125 to get correct result but i am getting the result as...
Hi:
I use nRF5_SDK_16.0.0_98a08e2\examples\peripheral\usbd_ble_uart_freertos.Error:Unknown USB device (device descriptor request failed).
I use nRF5_SDK_15.2.0_9412b96...
I'm trying to add a SPI driver to the ble_app_uart_c example. For now, I'm just trying to make this driver shoot out a SPI transaction every time I click a button on the dev...
Hi,
I am trying the freertos on my project with nrf52840, sdk14.00, s140_nrf52840_5.0.0-2.alpha_softdevice.
As i can see, there were no example codes for 52840 in the...
hi
I`m debugging the nrf52840 on the pcb I made and have some problem
I know Reset pin is P0.18 of nrf52840 but 3.3V was not measured. So the reset pin does not work....
As mentioned in this article are these vulnerabilities addressed in Nordic Semiconductor's products?
https://thehackernews.com/2020/02/hacking-bluetooth-vulnerabilities...
Hi everyone,
I am using the nRF52840 and SDK 16. Following THIS tutorial was able to create my BLE custom service and see my service with the custom UUID.
The problem...