Search found 60 matches

by enitalp
Fri Aug 18, 2017 8:11 pm
Forum: ESP-IDF
Topic: [Video]: Bluetooth BLE and C++ classes
Replies: 63
Views: 82416

Re: [Video]: Bluetooth BLE and C++ classes

Nice work.

But question,

i saw in your sample that you include "ble.h"

and reference it with BLE::initServer("ImagineServer"); for example.

and i can't find either the include or any other place that could define the static BLE class.

Please Help !
thanks;p
by enitalp
Thu Aug 17, 2017 1:15 pm
Forum: General Discussion
Topic: Small ESP32 Modul ( all include in new ESP32-PICO )
Replies: 150
Views: 204621

Re: Small ESP32 Modul ( all include in new ESP32-PICO )

Do you go to MP? Or where we can catch your nice Board ( like it ) if you can use in your next PCB that is 30% smaller you can save again place cause you did not need OSC and Flash example. On the shelves in Q4 2018 Going smalled will not help us, because we still need to include a battery that is ...
by enitalp
Wed Aug 16, 2017 7:23 pm
Forum: General Discussion
Topic: Small ESP32 Modul ( all include in new ESP32-PICO )
Replies: 150
Views: 204621

Re: Small ESP32 Modul ( all include in new ESP32-PICO )

Yeah we used a company for a small batch pick and place. (15 boards)
by enitalp
Wed Aug 16, 2017 1:48 pm
Forum: General Discussion
Topic: Small ESP32 Modul ( all include in new ESP32-PICO )
Replies: 150
Views: 204621

Re: Small ESP32 Modul ( all include in new ESP32-PICO )

Small ?

;p

Here my version

ESP + LED DRIVER + 1.8v + 3.3v, plus I2C 1.8v->3.3v->1.8v plus battery managment. + RFID + RG Leds + FTDI + wifi antenna + Pedometer

Next version will be 30 % smaller.
by enitalp
Wed Aug 16, 2017 1:40 pm
Forum: General Discussion
Topic: client how to get AP ip Address
Replies: 2
Views: 4682

Re: client how to get AP ip Address

Have socket server on the AP, and at every new connection, send an hello package message with your name, you ip etc..
by enitalp
Thu Aug 10, 2017 7:48 pm
Forum: General Discussion
Topic: JTAG debuggers
Replies: 26
Views: 34918

Re: JTAG debuggers

printf is your friend ;p
by enitalp
Wed Aug 09, 2017 7:32 pm
Forum: General Discussion
Topic: Socket issues
Replies: 34
Views: 46884

Re: Socket issues

i've asked my IT departement to give me another high end recent routeur to do some other test in real situation. I'm not in the best environment to do wifi test, 3000 people in a tech company building with wifi devices and network everywhere is a nightmare environment to test an esp32. At least i kn...
by enitalp
Wed Aug 09, 2017 5:53 pm
Forum: General Discussion
Topic: Socket issues
Replies: 34
Views: 46884

Re: Socket issues

I'm playing a lot with TCP and UDP socket on my custom esp32 board, and discovered that i had hardware problem with my custom wifi antenna. So i started to make some unitest test with ESP32, a PC, a Routeur, to identify where my packet repeat and loss where coming from. At first i blamed the ESP32, ...
by enitalp
Fri Jul 21, 2017 8:13 pm
Forum: General Discussion
Topic: BT Classic on ESP-IDF
Replies: 2
Views: 5136

Re: BT Classic on ESP-IDF

There is ONE example of classic BT for esp-idf

https://github.com/espressif/esp-idf/tr ... /a2dp_sink
by enitalp
Thu Jul 13, 2017 7:51 pm
Forum: ESP-IDF
Topic: One of my ESP32 refuse to connect to my wifi
Replies: 1
Views: 3718

Re: One of my ESP32 refuse to connect to my wifi

"Fixed" I erased my flash and now my wifi works. I flashed it with my program for the first time yesterday. unused ESP32 chip. tested it. works ok, and today no luck. We are using 2 different wifi access point that have the same ssid, password, but one is in wpa2 the other in wpa. Could wifi messed ...