Search found 18 matches
- Tue Jan 02, 2024 1:12 pm
- Forum: General Discussion
- Topic: !!! How to Hire a ESP32 BLE developer with FLUTTER experience !!!
- Replies: 0
- Views: 7570
!!! How to Hire a ESP32 BLE developer with FLUTTER experience !!!
Hi I need to :idea: :idea: :idea: hire a developer OR have advices on how to hire a developer :idea: :idea: :idea: to make a small test project in wich: ----- an esp32 transmits a stream of data (some bytes like 20k) in bidirectional way from/to a phone. The phone send the data to the esp32 who proc...
- Fri Oct 13, 2023 11:29 am
- Forum: Hardware
- Topic: How i can store data code for LONG time 100-200y - Data Retention, Reliability, Lifetime, Flash
- Replies: 1
- Views: 2464
How i can store data code for LONG time 100-200y - Data Retention, Reliability, Lifetime, Flash
Tags: Store, data, 100years, Memory, ROM, Endurance, Data Retention, Reliability, Lifetime, Flash, High temperature Hi guys I'm working on a research project in wich we want embeed sensors and logic, an ESP32, inside building's pillar surrended by concrete. The esp32 collect data throught sensors, ...
- Fri Oct 06, 2023 3:02 pm
- Forum: ESP-IDF
- Topic: Transmit 10kBytes data using BLE - SERIAL
- Replies: 4
- Views: 1680
Re: Transmit 10kBytes data using BLE - SERIAL
SSP is only for Bluetooth classic
I need Bluetooth BLE
I'll thake a look to BLE "long reads" and "long writes" but if someone can give me more ideas you are welcome!
I need Bluetooth BLE
I'll thake a look to BLE "long reads" and "long writes" but if someone can give me more ideas you are welcome!
- Fri Oct 06, 2023 7:52 am
- Forum: ESP-IDF
- Topic: Transmit 10kBytes data using BLE - SERIAL
- Replies: 4
- Views: 1680
Transmit 10kBytes data using BLE - SERIAL
Hi at all, I need to transfer max 10kBytes of data from / to (bidirectional way) an ESP-32 and another ESP-32 (or a phone if this is simpler) using BLE. The idea si to have one ESP-32 as a peripheral and another ESP-32 as central (or a phone application) that transmit some data (max 10k) to another ...
- Fri Sep 29, 2023 10:36 am
- Forum: ESP-IDF
- Topic: Run ESP32 WORM without freertos
- Replies: 3
- Views: 2091
Re: Run ESP32 WORM without freertos
I've tried but this does not work i still receive the same error
I would like to use the entire ram available on the esp32 and allocate up to 250KB of variables going deep into my calling functions
I would like to use the entire ram available on the esp32 and allocate up to 250KB of variables going deep into my calling functions
- Fri Sep 29, 2023 5:39 am
- Forum: ESP-IDF
- Topic: Unable to use the whole memory in ESP32 with Arduino
- Replies: 2
- Views: 1158
Unable to use the whole memory in ESP32 with Arduino
Hi, I have a problem in the amout of memory allocated in my esp32 Basically i want use the Whole potentiality of my esp32 in particular the whole memory about 400k. I chosed ESP32 for this reason. I've tried it on the Raspberry PI Pico W and it works well but i want change platform because esp is ch...
- Sun Sep 24, 2023 11:33 am
- Forum: ESP-IDF
- Topic: How can I getting started to use BLE (Bluetooth Low Energy)
- Replies: 2
- Views: 1029
How can I getting started to use BLE (Bluetooth Low Energy)
U'm trying to use BLE on my esp32. How can I getting started to use BLE (Bluetooth Low Energy) with ESP32?
Where i can find some examples of programs that compiles? I found more docs with arduino dev. and i did not found for ESP IDF
Can you please help me to get some docs?
Thanks
Where i can find some examples of programs that compiles? I found more docs with arduino dev. and i did not found for ESP IDF
Can you please help me to get some docs?
Thanks
- Sun Sep 24, 2023 11:29 am
- Forum: ESP-IDF
- Topic: Run ESP32 WORM without freertos
- Replies: 3
- Views: 2091
Run ESP32 WORM without freertos
Is freertos necessary to run a program with ESP32? Is it necessary or optional? Why this question? Because - I need to develop a single thread application first - I need to optimize the ram since I need to write an alghoritm that use a lot of ram - I found that FreeRTOS are not able to offer me the ...
- Sun Jul 23, 2023 12:32 pm
- Forum: ESP32 Arduino
- Topic: Generate an arbitrary function by DAC
- Replies: 2
- Views: 1875
Re: Generate an arbitrary function by DAC
I guess that ESP32 is not fast enought to process digital audio and generate enought fast signal... Is it true?
Do you have other arduino/raspberry pi - like boards that you can advice for my project?
Thanks
Do you have other arduino/raspberry pi - like boards that you can advice for my project?
Thanks
- Sat Jul 22, 2023 12:09 pm
- Forum: ESP32 Arduino
- Topic: Generate an arbitrary function by DAC
- Replies: 2
- Views: 1875
Generate an arbitrary function by DAC
Hello, I would like to make a small project (a function generator) in wich the final goal is to generate an arbitrary function regulated form some setting. My aims is to imitate as much as possible the functions generated from this software below WHITHOUT GUI https://i.ibb.co/VHdt4mq/Function-Gener...