I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Hey, I am using WT51822-S4AT module and want the nrf51822 to connect to phone. I don't have nrf51-dk. I am using stm32f0-discovery kit. Can it be done using that kit? I searched...
Seems battery reads are not consistent in thngy52 2.1.0 software.
Observed a ~4% difference in the consequent battery reads. This difference is high (upto ~40%) if the thingy...
In the recent past, I used a SoC in which GPIOs could be configured as "open drain", that is in which there is an internal transistor where the SOURCE is grounded, the DRAIN...
Hey,
I'm using nRF as a SPI slave with a Raspberry Pi. I'm seeing that even at ~3MHz SPI frequency, my first byte transferred gets corrupted. I have a test setup where...
I am using nrf52 with s132 and armgcc
As I add functionality to the code I get to a stage where it fails. Linker runs OK but the result fails to execute.
The observable...
I am currently working on a BLE beacon project on nRF51822. Using SDK 12.3.0 and s130. The device has to advertise URL, advertising name and output power level. And these...
I am trying to control a current measurement chip (DDC114) that works with a protocol that is close (enough) to SPI. It has 2 channels, s.t. it can be read out and integrating...
I am attempting to run my first bit of code on my Nordic nRF52-DK and every time I have attempted to upload the code to the board, the board disconnects in the middle of the...
Hi, I'm using nRF52832, SDK13.0.0 as peripheral.
My iPhone app(my company's) makes connection without problem.
But Android app gets connection fail when it tries to connect...
Hi @ all,
We tried to enable debug log for lwIP module by setting NRF_LWIP_DRIVER_CONFIG_LOG_ENABLED in sdk_config.h to 1.
This threw two errors during the build process...
Hi @ all,
by working on a MQTT project using IoT SDK v1.0.0 (SDK v14.1) we discovered problems with TCP packets not being transmitted.
Using lwIP, transmitting TCP packets...
Hi there,
I was able to work with uart ble example described in tutorials/36/.
My question is how to disable encryption on BLE link? Specifically, we need to make disable...
Hi.
I'm testing multiperipheral function,
and have established multiple connections (1 single Peripheral with multiple Centrals).
But it seems that the Peripheral can...
I have no idea what is going on.
I am using IAR 7.8 and as I wrote, it gets reset when it hit the breakpoint.
every variable return to its initial value, and BLE get disconnected...
Hello,
I was wondering whether or not the standard analog pins on the nrf52832 have to be defined as analog inputs with the gpio methods.
I ask this because I am trying...