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 new to eclipse on windows.
I have bought the PCA10040 board.
I have installed eclipse and GNU ARM Eclipse 3.1.1 plug-ins.
Copied the NRF52-SDK into workspace...
Hi developers,
I am trying to collect data from an AFE (ADS1298) and could get some values. Inorder to check the accuracy I need to plot this value. I am programming this...
Hi,
I am running the nRF51822 from a coin-cell. I need to measure the cell voltage. Until now, I have attached VDD to an ADC pin with a voltage divider and a capacitor...
Hello~
In my production line use jig contact my PCBA, and use Jlink connect to Nordic 51822 download FW, but I found sometime can use 500kHz and sometime can't use, just...
Hi
I am using nRF52(PCA10040) as a sniffer dongle, but it seems the sniffer mode cannot work, and shows the error log: "INFO: Error on port xx. file: Packet.py, line 245...
First step of trying to integrate S132 to a small OS is failing completely.
When I use SVC the system ends up in hanging in hard fault.
The SoD handler ends up trying...
I am testing to develop an application that sleep (system-on mode) for most of the time, and it wake-up periodically to send out somethings.
As I would like to lower the...
Hello,
After when I download the protocol stack(S132).The target is NRF52832 chip,tool is J-link OB.
I choose to recover nrf52 ,then prompt unable to fine or open the...
Hi,
In ADC, we would be using the internal voltage generator as the reference voltage. How stable is the voltage coming out of the reference generator. Would it be always...
It appears that, if I wanted to write characteristics to my BLE device, I can utilize the writeCharacteristic method of the BluetoothGatt class. Is this the right way to go...
Hello,
I am currently for a quick solution to test NRF24LE1 compliance to FCC. Can you provide me with any code if possible? As i could see from the website only an application...
Hi,
We can utilize the 31 bytes of advertising packet as well as 31 bytes of scan response packet which in total makes it 62 bytes of advertising data. What is the effect...
Hi dear Nordic Engineers.
We going to move from FN-LINK (Realtek) I.C. BLE to nRF52.
FN-LINK uses HCI (UART) BLE the Interface to communicate with our embd. LINUX.
How...
Hi all,
I'm using pca10040 board with sdk version nRF5_SDK_11.0.0-2.alpha_bc3f6a0.
There i'm using example code of spi handling. Instead of nrf_log_printf i changed...