mikedb
November 18, 2021, 11:52am
1
Hi Everyone.
I use a 3.3V regulator to supply power to the Lora Ra-01 and to the Nano on the 5Vpin.
Every thing works ok but when I program the Nano I unplug the Lora device to prevent the 5V on the data lines going to the Lora device.
Is there a work around to keep the Lora device connected to the Nano and program via USB using the pc 5V as power source?
Thanks in advance.
srnet
November 18, 2021, 12:19pm
2
So your powering the 5V Nano from 3.3V instead ?
A logic level converter with one side connected to the 5V pin on the Nano ought to work, but I found logic level level convereters a bit marginal when running at SPI speeds.
The Solution is to use an Arduino that is designed for 3.3V use in the first place, Arduino Pro Mini for instance.
mikedb
November 19, 2021, 10:25am
3
Thanks for the reply.
Yes 3.3V on the 5V Pin.
Looks like level converters is one option or cut the 5V USB wire in the program cable and use the external 3.3V as the power source .. A on my TO DO list.
Paul_B
November 19, 2021, 10:33pm
4
As all (original) Nanos are 5 V with a 16 MHz clock, it may not be reliable at 3.3 V.
srnet
November 20, 2021, 6:39am
5
Indeed not ..................
mikedb
November 20, 2021, 1:28pm
6
Thanks for the info.
I tested a Nano with a 16x2 Lcd with the both devices on 3.3V and no display even adjusting VO does not work.
But using Vin with the build in 5V regulator the display is working.
So .. 3.3V is not the way to go since I am planning to use a Lcd on the receiving Lora device.

In this drawing the UNO is most likely working on 5V and the Lora is power from 3.3V will the 5V data lines not damage the Lora?
mikedb
November 20, 2021, 1:40pm
7
No image !!
Hope this works.
https://circuitdigest.com/microcontroller-projects/arduino-lora-sx1278-interfacing-tutorial
Where is "Preview"?
srnet
November 20, 2021, 2:23pm
8
Yes and the 5V on the data lines can raise the VCC on the LoRa device to around 4.2V, absolute max is 3.9V.
3.3V is not the way to go since I am planning to use a Lcd on the receiving Lora device.
So use a 3.3V LCD.
system
Closed
May 19, 2022, 2:24pm
9
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.