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 try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
According the the nRF Logger app on Android I get a GATT CONN TIMEOUT error when running the HRS demo code on a nRF51822 QFAAG2 device (with custom_board.h) and connecting...
I have the application saving off the information it should from the Nordic documentation titled "Sharing bonding information" which is part of the Info center software developers...
Hi all,
I have some question with ble_ancs_c sample code.
SoftDevice: nRF51822 S110 V8.0.0
SDK: nRF51_SDK_9.0.0_2e23562
I add ble_ancs_c_request_attrs function...
Hi
After reading different threads I figured out that I can program my Smart Beacons kit using NRF51-DK. Correct?
And to do so I need TC2030 tag-connect cable?
If yes...
I am using the spi slave example code from SDK 0.9.2 and connect the board to an Atmel SAM4S who is the SPI master. I can see that every time the CS signal is released from...
I want to make nrf51822 with accelerometer.But Keil compiler dont know.What I do?
It was given as examples of programs I want to do. devzone.nordicsemi.com/.../.I
I want...
Hello Guys,
I want to go with nordic solution for the bluetooth low energy application. Can anyone please explain me how much it will cost to develop your own module including...
hiii....
i am developing a custom profile with five services... i want to make these 5 services and its characteristics available only for some authorized devices.. ie...
I am working on a custom service using and nrf51822 device. SDK7.1 SD7.1
My security parameters are as follows:
#define SEC_PARAM_TIMEOUT 30 /**< Timeout for Pairing...
Hello,
I am running the UART app example in SDK 0.9.1 with the nRF52 and PCA 10036. I am using putty to send and receive messages, as well as the nRF UART v2.0 app for...
Hi,
I'm currently trying to determine the power consumption of my nrf51DK during different states of my program using an oscilloscope. To do so, I am using an external power...
We had been trying to use SD 7.0 with SDK 6.1.0, but realized our libraries were mixed up and not controlled very well, and we were experiencing occasional crashes where the...
Hello,
I'm looking to find a way to send a 32 bits number to the ledButtonDemo with the Master Control Panel (I have the Nordic dongle).
Indeed, I replace uint8_t led_state...
Hi,
I have a question regarding the NRF 52 boot sequence.
When we first receive it from Nordic, what are the boot options? Are there any other options to load a code on...