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?
I'm having issues executing any Zephyr project on a breadboard connected to a ISP1302. It works fine on the nRF51-DK but anything I try a final hardware nothing happens. Tried...
Hello,
I am using nrf52832 with PCA10036 V1.1.0. Soft device code is s132. I would like to know whether it will support Bluetooth 5.
I have downloaded nrf52 sdk13.0...
Hi, Dear Expert:
I am an Electronic Engineer. We used nRF51422 or nRF51822 at our products, but found the products was easily reset when did +/-1KV contact ESD testing...
now I used sample code of radio
change NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_2Mbit << RADIO_MODE_MODE_Pos);
In transmitter code , I change
while (true...
Story Short: When trying to run the ble_app_uart example on a custom board with a nRF51822QFAAH0 chip, the code faults and resets at the point in tries to call sd_softdevice_enable...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
Using:
nRF51822
GCC 4.8.4
Nordic Sdk 5.2.0
and even Ole Morten's nice pure-gcc setup
newlib-nano and -flto
Within the startup_nrf51.s I found something...
The server has no I/O, so no way to press a button.
Can an attribute cause the BLE to set a bit in Flash, so at the next power up, it will read that bit and know to execute...
Hello,
I followed the instructions of KEIL in www.keil.com/.../ulink2_trace_itm_viewer.htm
However, I cant get any outputs in Keil Debug(Printf) Viewer using printf...
I purchased a bunch of ptr8000 boards off ebay from china to do some testing of the nrf905 without realizing they were setup for 433mhz, and I need 915mhz. Looking at the...
Hi,
I am currently testing a DAC with I2S input supplied by the nRF52832.
But unfortunately no signal is coming out from the DAC, furthermore when reading the error registers...
I'm looking to use the nrf open mesh on battery powered devices based on nrf51822. I would like to enable the mesh for short periods of time to transmit values (~50 nodes...
Hi,
I've just got the example running with one DK as ble peripheral and ESB at the same time uing the timeslot API and one DK as only ESB receiver.
I can communicate fine...