I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
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...
Hi,
A short summary, while using the app_PWM on our application I noticed an initial pulse on the PWM pin, its a 3V 1ms pulse that happens about 1 sec after powering on...
Hi!!
I am measuring the current consumption of nRF 52832.
However, it shows a very high average consumption current value of 9 mA at all times.
I think that it is probably...
Could I please know the difference between "Simple ON/OFF" model and "Generic ON/OFF" model ? Are both the same and only name is different in SDK versions?
Hi
I try to use the NRFX drivers for some GPIOTE pins and uses SDK15.2. I see a lot of posts about problems with the NRFX drivers, but I can't seem to find a conclusion...
Hi
I am trying to add the Manufacturer Name and other version details while advertising the BLE Module.
I have tried to add the some of the function which are detailed...
Hi,
I am using nRF5_SDK_14.2.0, I am using the watchdog, but I would like to change the reload value but I cannot do it.
I used this function but it is not working I do...
Dear Nordic support,
I am working on a device based on the FreeRTOS heart rate example and I am having difficulties with the BLE connection when connecting to iPhone X...
Dear Nordic support,
I am working on a device based on the FreeRTOS heart rate example and I am having difficulties with the BLE connection when connecting to iPhone X...
Hi,
It seems to be a bug in hal_device_reset() when using S132.
On line 8 above the function sd_power_gpregret_set() is called with the wrong arguments. The first arguments...
can I use an nRF52840 based BLE gateway? Backhaul would be either 10/100 Ethernet (via Wiznet or Microchip controller chip) or a cellular module. Is the clock speed sufficient...
I am unable to get 6 notifications per connection event. I am connecting two nrf32832's, one as a central, one as a peripheral. To make this as simple as possible, I limited...
Hi
We are able to provision several mesh-servers.
The log on the RTT-Viewer of the client looks normal:
0> <t: 915394>, mesh.c, 178, Local provisioning link established...
I am working with the peripheral/flash_fds in SDK14. I need to adapt it to use RTT instead of uart
I have made the obvious changes to switch from uart to RTT, eg substituting...