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...
Hi
I am using nrf51822 AC custom board and willing to program over dfu.
For dfu service setting I referred following links. Only change I did in pca10028 library because...
Hello, I'm working with the pca10040e version (s112) of the nordic UART template example. I want to read 20 values from the SAADC, average them, then take a TEMP reading,...
I use nRF52832, with nRF5_SDK_13.0.0_04a0bfd, with s132_nrf52_4.0.2_softdevice.hex, IAR IDE for ARM 8.32.1 on WIN10
I created three services with each having a characteristic...
Hi!
nRF52832, SDK15, SD6.0.0, S132
I try to use secure_bootloader from SDK15 examples. All works.
Now I need encrypt my firmware with AES. I already made it on a SDK13...
Hello
I am about to build a BLE central to open a motorized garage door (runs on solar power) with a smartphone. I am going to design a PCB for this.
However, I am an...
Hello,
I have an BLE application running on nRF52840 Dongle, and I develop an iOS app to control the Dongle.
Now, my work is to make Dongle passing the FCC Testing....
i have a sensor tile STEVAL-STLCS01V1 .the description about this product is in this https://www.st.com/en/evaluation-tools/steval-stlkt01v1.html ..the sensor tile have Bluetooth...
Hi,
I am trying to get the rssi value of the client from servers. I added health client model to server and added app_health_event_cb() funtion from provisioner in server...
Hi -
I'm using an nRF52840-DK with Segger IDE and if necessary, Gcc on a Macbook Pro. I have many years of embedded experience, but an new to the Nordic world. I'm able...
Hi!
I am trying to use the NFC " writable_ndef_msg " code along with the " ble_app_uart " code from SDK 15.0 with Softdevice s140 on nRF52840 DK. I am using keil-MDK 5...
How can I be 100% sure the nRF52832 chip is running properly?, what I do to power up the chip is feed it with a regulated voltage of 3.3V (which really is around 3.17V), on...
We use Nrf_studio to connect our board by uart to enter direct test mode.
But an error occurs in serial connection.
I want to know, use our own project program is allowed...
I have already pressed reset in the dongle, it was pulsing red. And when I write it allways says the same error. I have done this experiment in Ubuntu 16.04 and Windows 10...
Dear all,
I'm struggling writing 32 bytes with FDS in SDK 14.
This is what I do:
Init
(void) fds_register(fds_evt_handler);
fds_init();
while(!is_init) {
sd_app_evt_wait...