Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
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...