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...
I am trying to light-switch test different features in my app to see if I can save some memory, and I found that the examples\peripheral\cli example won't compile if I turn...
The bluetooth of android APP is easy to disconnect (we make smart door lock products); The product is delivered to the customer. It is easy to disconnect and not connect with...
Hello,
I learnt about some resource pre-allocation in the datasheet, e.g. ppi, or API documentation, e.g. app_timer rtc1. I see the SDK drivers are trying to take care some...
SDK16, S112, 52810. I have DCDC set up and external 32.768 crystal oscillator on my board.
Here is my code part:
main()
nrf_power_dcdcen_set(true); nrf_delay_ms(100...
Dear ,
Follow the previous ticket, https://devzone.nordicsemi.com/f/nordic-q-a/59034/agps_thingy91
I am trying to use asset_tracker : https://github.com/NordicPlayground...
I am writing an application on a BLE chip that will transmit high volumes of data to an Android phone (520,000 bytes / second signal).
According to some tests I've seen...
my board uses 51822. I am using 52DK to debug it. I have plugged my board with 52DK as following:
RX -> p0.08
TX -> p0.06
My question is, when I init UART in code...
Device: nrf9160 (dk and custom board)
sample application : MQTT simple
segger studio (nordic version): V4.42a
There are 2 main issues:
1) in the main.c file, Segger...
Last time I used it, it worked fine, it's been sitting in a drawer for some time since then.
When I tried to use it now, i get this error - even though I can read the...
Hi team Nordic,
Looking in the nrf53 datasheet, it seems like the PDM clocks are the same (peripheral) as the nrf52, is this correct?
You usually wanna run the newer high...
Hello,
I am using an nRF52840 on a custom board, and I want to add the workaround for Errata [87] Unexpected wake from System ON Idle when using FPU . However, the the...
Hi,
I´m trying to flash a custom board with nrf52833 chip with the nrf82833 DK.
How can i make sure, that tha DK board will program the custom board? Currently it...
Why isn't this working?
The MPU_RESET_PIN is set to : NRF_GPIO_PIN_MAP( 0 , 20 )
I can not seem to be able to alter the state of the PIN. Whenever I read the PIN its...