Search found 4 matches
- Wed Sep 18, 2019 5:54 pm
- Forum: Hardware
- Topic: Using External Memory on ESP32-WROOM
- Replies: 3
- Views: 7212
Re: Using External Memory on ESP32-WROOM
Thank you for you replies @WiFive and @ESP_Sprite, probably our project will use WROVER. If in the place of the SRAM I suggested, I used the official ESP-PSRAM32 from espressif, the design would be correct?
- Tue Sep 17, 2019 2:03 pm
- Forum: Hardware
- Topic: Using External Memory on ESP32-WROOM
- Replies: 3
- Views: 7212
Using External Memory on ESP32-WROOM
Greetings everyone, my company is developing a project where we need external memory for the ESP32. I read the documentation and developed a Schematic that I would like to validate here if possible. Here is the img:
SCH.PNG
I made the connections based on the documentation https://docs.espressif ...
SCH.PNG
I made the connections based on the documentation https://docs.espressif ...
- Fri Jan 18, 2019 12:55 am
- Forum: ESP32 Arduino
- Topic: Trouble getting the iBeacon RawData from advertisedDevice in BLE
- Replies: 0
- Views: 3046
Trouble getting the iBeacon RawData from advertisedDevice in BLE
Hello everyone,
I'm trying to read the raw data that my iBeacon is advertising,
When I'm scanning MyCallback:
class MyAdvertisedDeviceCallbacks : public BLEAdvertisedDeviceCallbacks
{
void onResult(BLEAdvertisedDevice advertisedDevice)
{
Serial.printf("\n Advertised Device: %s \n ...
I'm trying to read the raw data that my iBeacon is advertising,
When I'm scanning MyCallback:
class MyAdvertisedDeviceCallbacks : public BLEAdvertisedDeviceCallbacks
{
void onResult(BLEAdvertisedDevice advertisedDevice)
{
Serial.printf("\n Advertised Device: %s \n ...
- Thu Dec 06, 2018 12:48 pm
- Forum: Hardware
- Topic: [Need Idea]Process to program more than one ESP32 at once
- Replies: 1
- Views: 3244
[Need Idea]Process to program more than one ESP32 at once
Hi guys,
Today at the company that I work we program the firmware to the ESP32 one at a time. We want to develop someway to program more than one so we can make our process faster since we need to program 100+boards everyday.
Any idea or suggestion in how should we do it?
Today at the company that I work we program the firmware to the ESP32 one at a time. We want to develop someway to program more than one so we can make our process faster since we need to program 100+boards everyday.
Any idea or suggestion in how should we do it?