As I can see the SX1276 has an SPI interface. SPI can be full duplex, the CS pin selects the slave device and then on the clock pulses the slave transmits data on the MISO line. (Master Input Slave Output).
So answering your qustion shortly: yes, it can.
Search found 8 matches
- Fri Feb 10, 2023 1:04 pm
- Forum: Hardware
- Topic: Lorawan sx1276
- Replies: 1
- Views: 1593
- Fri Feb 10, 2023 12:55 pm
- Forum: Hardware
- Topic: The way to control 2x selenoid 12v
- Replies: 1
- Views: 1389
Re: The way to control 2x selenoid 12v
You are almost correct!
You need two of this module, but one 12V supply is completely enough. You can wire the 12V and GNDs together. You have to be careful, the power supply should be able to power both solenoids, so in case of two 2A solenoid you need a 4A supply.
You need two of this module, but one 12V supply is completely enough. You can wire the 12V and GNDs together. You have to be careful, the power supply should be able to power both solenoids, so in case of two 2A solenoid you need a 4A supply.
- Fri Feb 10, 2023 10:17 am
- Forum: Hardware
- Topic: Lolin ESP32 to 7 pin SPI Oled
- Replies: 1
- Views: 1621
Re: Lolin ESP32 to 7 pin SPI Oled
You should use SPI pins, which is on 18 19 23 pins. (On the right side, in light blue background)
- Fri Feb 10, 2023 8:57 am
- Forum: Hardware
- Topic: Lolin D32 not working with battery.
- Replies: 3
- Views: 2262
Re: Lolin D32 not working with battery.
Hi!
I know it's a weird question, but is the battery charged up?
Have you measured battery voltage or 3V3 yet?
I know it's a weird question, but is the battery charged up?
Have you measured battery voltage or 3V3 yet?
- Thu Feb 09, 2023 3:45 pm
- Forum: ESP-IDF
- Topic: Transmit power regulations
- Replies: 1
- Views: 2120
Re: Transmit power regulations
As far as I know in Europe the EIRP limit is 20 dBm, so I guess 21 dBm is absolutely okay. (There will be some losses on matching and antenna efficiency, so 21 dBm on the chip output should be fine.)
- Thu Feb 09, 2023 3:37 pm
- Forum: Showcase
- Topic: ESP32 E-Paper Weather Display
- Replies: 1
- Views: 4537
Re: ESP32 E-Paper Weather Display
Woah, it looks great!
Well done, nice job there!
Well done, nice job there!
- Thu Feb 09, 2023 3:28 pm
- Forum: Hardware
- Topic: Adding an EMI shield over ESP32 SOCs
- Replies: 1
- Views: 1705
Re: Adding an EMI shield over ESP32 SOCs
Usually you would fit anything that is sensitive to noises. The decoupling capacitors are great ideas, I also would fit xtal(s) there. Antenna matching circuit is also possible to fit there, but not necessary in my opinon. As an example, ESP modules also have an EMI shield on them covering everythin...
- Thu Feb 09, 2023 3:20 pm
- Forum: Hardware
- Topic: esp32 C3 I2c error through 8,9 pins
- Replies: 1
- Views: 1570
Re: esp32 C3 I2c error through 8,9 pins
Hi! I don't know the exact pin numbering of your development board, but it is suspicious for me. On page 10 of the ESP32-C3-MINI-1 datasheet ( https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_en.pdf ) pin 8 and pin 9 are EN and NC, respectively. This may be not t...