Search found 6 matches

by CorvoAttano
Fri Aug 12, 2022 7:32 am
Forum: General discussion
Topic: Pin assignment ST25DV Arduino
Replies: 9
Views: 2575

Re: Pin assignment ST25DV Arduino

Hello @cparata,

Ok, I will look into the Wire library implementation for Pico.

Have nice holidays!
by CorvoAttano
Thu Aug 11, 2022 2:17 pm
Forum: General discussion
Topic: Pin assignment ST25DV Arduino
Replies: 9
Views: 2575

Re: Pin assignment ST25DV Arduino

Hello, cparata , (I have solved the other unrelated issue) As you suggested, I tried adding a delay in the function NFCTAG_StatusTypeDef ST25DV_IO_Init(void) as shown here NFCTAG_StatusTypeDef ST25DV_IO_Init(void) { if (st25dv._pwire == NULL) { return NFCTAG_ERROR; } st25dv.ST25DV_GPO_Init(); st25dv...
by CorvoAttano
Thu Aug 11, 2022 8:23 am
Forum: General discussion
Topic: Pin assignment ST25DV Arduino
Replies: 9
Views: 2575

Re: Pin assignment ST25DV Arduino

Hello, I am using the WizFi360-EVB-Pico microcontroller (https://docs.wiznet.io/Product/Open-Source-Hardware/wizfi360-evb-pico/) which is based on a RP2040. Yes I connected 10KOhms pull-up resistors externally (from both I2C pins to VCC). Actually, I have written another simple program to test the I...
by CorvoAttano
Tue Aug 09, 2022 2:44 pm
Forum: General discussion
Topic: Pin assignment ST25DV Arduino
Replies: 9
Views: 2575

Re: Pin assignment ST25DV Arduino

Hello Carlo, Thank you for your response. Yes I have assigned arbitrary non connected pins of the microcontroller to variables GPO_PIN and LPD_PIN as shown in the Arduino code below : #define SerialPort Serial // Please define the pin and wire instance used for your board #define GPO_PIN 1 #define L...
by CorvoAttano
Fri Aug 05, 2022 11:47 am
Forum: General discussion
Topic: Pin assignment ST25DV Arduino
Replies: 9
Views: 2575

Pin assignment ST25DV Arduino

I am trying to program a Raspberry Pi Pico with Arduino in order to control the ST25DV NFC chip. I want to use the stm32duino ST25DV library. I have a question about the pin assignment in the ST25DV_HelloWorld.ino program. I am using the ST25DV 8-pins package and according to the datasheet there is ...
by CorvoAttano
Fri Aug 05, 2022 11:39 am
Forum: Let us know a bit about you and your projects
Topic: Introduction
Replies: 0
Views: 2566

Introduction

Hi,

I'm corvo from France. I am trying to program a Raspberry Pi Pico with Arduino in order to control a ST25DV NFC chip.

Go to advanced search