Genre not found
Artist not found
Album not found
Song not found

t-beam!
DJWWWW + N. BRENNAN Lyrics


No lyrics text found for this track.

The lyrics are frequently found in the comments by searching or by filtering for lyric videos
Most interesting comment from YouTube:

Guillermo

Hi. I have problems initializing the module “DollaTek LORA32 433Mhz ESP32 Sx1278”. It is a clone of the TGO LoRa32 SX1276 / 78 module. I cannot initialize it with the library <RadioLib.h>. There are problems with the pins. However, I can initialize it with the <Lora.h <library, and I can send and receive packages. The problem is that <Lora.h> does not use pins D0O1 and D0O2, it only uses it like this:

//define the pins used by the LoRa transceiver module
#define SCK 5
#define MISO 19
#define MOSI 27
#define SS 18
#define RST 14
#define DIO0 26
#define BAND 433E6
En el void Loop()
SPI.begin(SCK, MISO, MOSI, SS);
//setup LoRa transceiver module
LoRa.setPins(SS, RST, DIO0);

With this configuration the module works and starts perfectly with lora.h, BUT I NEED TO USE <RadioLib.h>

// SX1278 has the following connections:
// NSS pin: 18
// DIO0 pin: 26????
// DIO1 pin: ¿??
SX1278 lora = new Module(18, 26,?);

With this setting of <RadioLib.h> I cannot initialize the module.

I need help to initialize the module with the <RadioLib.h> library and be able to send and receive packages.
Can somebody help me?



All comments from YouTube:

Proto G Engineering

TTGO T-Beam ESP32: https://bit.ly/2mEDy1j
OLED Display: https://amzn.to/2K1cUsH
My 915MHz Modified Code: https://drive.google.com/open?id=1nCcIe3aucE1QLg8yW-pkwrQihy4DHtTx
Example Code: https://github.com/LilyGO/TTGO-T-Beam

jason strayer

make a custom case to hold all the motherboards of all the playstation consoles. ps1/ps2/ps3 and ps4. one box, all original hardware.

Tony Brandao

nice overview, wondering what kind of power consumption you're getting with LoRa and GPS enabled. Thinking of using these for light industrial use , and wondering if using the ESP32 deepSleep and waking every 1 hr the 18650 would last a reasonable time?

URBN CTRL

You get approx 24h use time from one battery charge. Solar or usb extends the use time significantly

ats89117

Great video. Thumbs up and thanks for the reference to the new board.

One recurring issue though is that a lot of the antennas that are out there are actually not even close to being tuned for the band that they are supposed to operate on. I wonder how well the antennas on those boards really work at 915MHz? Of course your testing indicates that they are at least reasonably usable, but it's possible and probably even likely that there is a lot to be gained with a well matched antenna...

Proto G Engineering

I may end up trying some directional antennas.

V Ng

Since it has a GPS, you can use the transmitter to send its GPS position, and use the receiver to calculate the distance between the received position and the receiver's GPS position.

Proto G Engineering

V Ng I had thought about that. Maybe I’ll use the haversine formula in the code.

Miguel Simões

Just discovered your channel because ESP32 retweeted one of your tweets. I really like your setup.. very pleasing for the eyes. Your bench is very well lit. No camera shake, etc. Keep up!

Gary Beech

Thank for your video and code.
Which IDE did you use to compile the code?
I tried the Arduino IDE with EPS32 addition to compile the GPS code and got errors

Thank you Gary

More Comments

More Versions