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?
A little background and what works:
I'm already familiar with using SD110 and SD130 APIs on the nRF51 series, so thats not an issue, also it confirms that my boards...
Hi,
I'm using the SDK10 bootloader and DFU mechanism. I can update the firmware using Master Control Panel 3.10.14 on a PC, but the update fails using the iOS library or...
Hi,
I want to turn peripheral device from application mode to bootloader mode from a central device(not app), so I am trying to write value 0x01 to dfu service.
Following...
Hi,
I am trying to evaluate the NRF51822 with S110 softdevice stack. My IDE is the IAR Workbench 7.10.1 for ARM. I downloaded the most recent s110 version (s110_nrf51822_6...
In the product specification page 165, I see than the continuos mode is 2 to 16kbps. In the page 167 this mode is 2 to 16ksps.
Which unit is correct, kbps or ksps?
If...
Recently I have put some code of my application into RAM. When I do not enable read back protection mechanism everything works, however when I want to enable protecting my...
Hi all,
I have updated a custom automotive PCB and am now using the nRF51824 instead of the nRF52832 I had been using previously.
Unfortunately, I have been unable to...
I am very excited about the Bluetooth 5 LR PHY, but do you plan to release an update to the nRF5 SDK to support the newest soft device S140 v5.0.0-3.alpha?
Hello
I am new to work on nrf52,
Please can someone help me regarding how to use hardware and software pwm together. I have a need of using 13 leds , so i need 13 pwm...
Please can anyone help me on how to use(program) PWM hardware with individual loading mode? My goal is to control 12 LEDs individually with different duty cycles and playbacks...
I want measure the current of a device over a resistor. It is connected to 5V which is over VDD(3V) of nRF52 Chip.
5V--->10ohm--->Device
the differential voltage of this...
Hi,
I am using SDK v8.0.0 , Softdevice s110 and Example is ble_app_uart(peripheral).
i want to reduce a range of nRF51822 beacon(PCA20006) up to 2-3meter..
i try this...