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...
Hi,
I'm working on setting up project inside uVision. I have added all files with headers, and when I try to compile this is what I got:
..\SDK10.0\components\libraries...
Hello,
Has someone been able to use DFU with nRF52 device?
I'm trying to add the DFU capability/service to the HRM example.
I have added the BLE_DFU_APP_SUPPORT define...
maybe the document of GPIO Pin sensing mechanism has some wrong in the nRF51 Series Reference Manual (version 1.1).
sense high/low level defined in the document is different...
Hello,
I'm looking to find an example of an iOs code (xCode), in order to control the led with an iPhone (a simple application : on the phone, there is one button, and...
Hello all, I am using nRF51822 SDK8.1.0 SD130
The code was a central, and I want add a peripheral function.
I reference \examples\ble_central_and_peripheral\experimental...
Hi,
I can't find any data on the analog comparator delay in the datasheet. Except the 15 us for anadetect signal. Is this the delay through the comparator for normal signals...
Hi,
I am developing some DFU OTA firmware for nRF51822, QFAAH0 (v3 silicon, 256kB ROM, 16kB flash), on a custom board, using SD110v8. Both my application and bootloader...
I am playing with the nRF52-DK preview and I noticed the samples in the 0.9 SDK are set to 32k of RAM. I increased it to 64k as per the chip specification and had no problems...
Hi,
I'm in a situation where I need to get two devices communicating using S110. I am aware that I can send using S110 and I am only referring to small transfer sizes....
Hi,
I meet a very strange situation when I tried to wake up nRF8001 from sleep.
I send 0x05 to nRF8001, it replies me ACI command 0x40 is unkown (0x82).
I have checked...
Greetings,
I recently bought an nRF51 dk and was trying to see how to implement the AVRCP profile to play/pause music on a smartphone.
After some research, am i correct...
I measured the conducted power on the PCA10028 demo board and get ~2dBm out when I set the output power to +4dBm. It appears the PCA10028 is using a discrete balun. Is 2dB...
Hello,
Setup:
SDK 9.0
SD 8.0.0
I have an application where we are using Pstorage to store persistent system settings.
When I flashed the device we were using this...
Dear All,
I'm a beginner in programming of Nordic component.
I try to synchronise the date and the time between client which is an application in PC and a component...
I'm currently developing a concurrent central/peripheral application using the nRF51, S130 and SDK 9.0.0. It uses the Nordic UART Service, and it would be nice to make use...