I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Im trying to connect Thingy:91 and Thingy:52 to my mac book pro using USB cable to use AT config commnads. In both cases I'm getthing the following messages in the log window...
Hello there!
I was trying to look up some default values to take an RF measurement and I was wondering what the default Tx power is for the Advertising portion of the app...
I've finally worked around some funky bugs that only appeared after updating to 15.3. In my app, I had to change my clock source to RC or SYNTH to make it work (was hanging...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Ok so I am trying to integrate SPI master and slave initialization code. I am very confused about legacy and non-legacy drivers and HAL. I am getting strange compilation and...
Hi,
i am working with nRF52832, i need to us sleep.it may be do somthing and sleep 40ms,rtc wake up it and do somthing and cycle.
i see the rtc example but it may be some...
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
I called "pm_init" to do "PeerManager". Then, a part of FLASH has been written to "DE C0 AD DE FE...
HI,
I compiled MQTT sample, and always got :
ERROR: mqtt_connect -60
timeout error.
It seems that it takes about 2 minutes to get LTE link connected:
LTE Link Connected...
https://github.com/takafuminaka/nRF52832/blob/master/i2s_ws2812b_demostration_planB/i2s_ws2812b_drive/i2s_ws2812b_drive.c
I read the documentation, but didn't really grasp...
I'm attempting to use the UDP with PSM sample provided at this Nordic nrf9160 samples branch . I haven't changed anything within the sample itself. I've been using it to demonstrate...
Installed Segger Studio v4.12, nRF5 SDK(latest version), J-link, all under same catalog but into their own respective catalogs.
First, if I open blinky catalog and choose...
I am receiving "ERROR 4097 [Unknown error code]" returned upon calling nrf_sdh_enable_request. I found that ERROR 4097 corresponds to NRF_ERROR_SVC_HANDLER_MISSING from some...
I have the following code. I need to add a second counter attached to the spi_end_event. The first counter "count_task" is working, but can you tell me how to get "count_task2...
Hello all,
we have currently a problem with writing to a custom chracteristics in nRF52832 with softdevice S132. When the characteristic is written, we get responses only...