Lipo battery to arduino nano rp2040 connect

Can i directly connect an 500mAh 3.7V lithium polymer lipo rechargeable battery to the GND and VIN of my Arduino nano rp2040 connect or should I use something (ex. a level shifter) to connect it safely?
this is my battery
https://www.amazon.it/dp/B09DPNX4KP?ref=ppx_pop_mob_ap_share

this is my arduino nano rp2040 connect
https://store.arduino.cc/products/arduino-nano-rp2040-connect

@ulnnn
Vin need to be between 5V and 21V, so it will not work with 3.7V

Check the datasheet for "Absolute maximum rating".
Fully charged the battery will give more then 3.7 volt.

I tried to connect the lipo to the VIN and GND of the arduino nano rp2040 and the power worked. The arduino is connected to two force sensitive resistors and an fsr sensor, it communicates through BLE with another arduino nano rp2040 connect.
I don't know if I should buy another lipo with an higher voltage or since it's working now keep using this one.

this is the datasheet of the arduino nano I'm using

This is what I found, I think the first underlined sentence it's about the absolute maximum rating you were talking about

Perfect. I don't know Your controller.... Can it be fed power to the 3,3 volt pin? What's the maximum voltage then?
As You see, that battery voltage is too low for Vin.

As you see Vin minimum is 5V. It may look like it's working now but you may have unexpected problems later.

Ok. If I want to use this lipo anyway do you think that this voltage booster could transform my 3.3v into an higher voltage? It the title of the product it says that can accept an Input of 3V~32V and transform the output 5V~40V, but in the description there's written

Input voltage: 5V 7.4V 12V 12V 12V 12V
Output voltage: 12V 12V 15V 16V 18V 19V

What should I think about this? Do you know if it could work?

https://www.amazon.it/XL6009E1-regolabile-tensione-regolatore-convertitore/dp/B07Z3T4KZC/ref=asc_df_B07Z3T4KZC/?tag=googshopit-21&linkCode=df0&hvadid=583227261499&hvpos=&hvnetw=g&hvrand=12094884467685462129&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1008463&hvtargid=pla-1033691551082&psc=1&mcid=65607df656af3dbaae8a8eb707cd5674

Yes it can fed power to the 3,3 volt pin by cutting an exposed trace which can be cut to bypass the step down converter, and enable powering the board directly with a 3.3 V external power source. But by doing this I can no longer use a USB connection to power the board and I can no longer use a USB connection to upload sketches. So I think it's not the best idea

Don't buy that board it will not work at 3.7V
May people have been fooled by the 3V input claim, it's not true

there's something else I could use to boost the voltage and obtain what I need, or the only solution is to change lipo?

for example I've found this one, which seems to accept 3,7v input
https://www.amazon.com/MakerFocus-Discharge-Integrated-Charging-Protection/dp/B07PZT3ZW2

in this video he uses this tool to boost the voltage

I personally have not used that boost/charger but I have seen other forum members use it without a problem.
Only thing is if the nano rp2040 goes to sleep he boost will turn off and you need to manually turn it back on

According to the schematic for the Nano RP2040, it uses the MP2322 buck regulator. Its datasheet doesn't give much information about dropout voltage, but apparently it does well enough at whatever charge state your battery was at when you did this test. If you have a multimeter, you could try running your software and following the battery voltage and the voltage on the 3.3V pin of your Nano. The point at which the 3.3V pin voltage starts to drop during radio transmission will be as low as you will want to go. As others have said, it's unlikely this will work much below a fully charged battery, but you could give it a try.

For now I don't use any sleep mode in my project so I don't think I'll have this problem. Anyway do you recommend me to use it since it is connected to the lipo? Maybe to save some power?

I am not an RP2040 expert, never used one.

Ok fine, thank you so much anyways!

okay, I've understood that it only worked because it was super charged and that I can't only count on this to be sure of its functioning. Thank you

Is there any reason you cannot use two batteries in series and power Vin.

Do you mean two batteries with 3,7V? Is it possible? My project is to create a wearable object that has to be as smallest as possible, so I was looking for a solution that could make me save space.

But you don't know that for sure unless you try it out. The question is how long your device continues to operate properly on a battery charge. That's something you can test.