Search found 9 matches

by ruppie
Wed Jul 15, 2020 7:54 pm
Forum: ESP32 Arduino
Topic: Using a custom Advertising Address
Replies: 2
Views: 3280

Re: Using a custom Advertising Address

"but its not possible with arduino library." [/b] It was solved by another helping hand: /* Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleServer.cpp Ported to Arduino ESP32 by Evandro Copercini updates by chegewara */ #...
by ruppie
Wed Jul 15, 2020 5:21 am
Forum: ESP32 Arduino
Topic: LEGO HUB Technical Twin: Adjusting missing parameters
Replies: 1
Views: 2282

LEGO HUB Technical Twin: Adjusting missing parameters

Hello, please have a look on the picture attached. Left hand side shows my ESP32 device Right hand side is LEGO original. I got a litle bit lost which parameters have to be added and where to find in Lib / structures, to make my Device looks like the original. Thanks in advance for your helpfull adv...
by ruppie
Wed Jul 15, 2020 5:16 am
Forum: ESP32 Arduino
Topic: Using a custom Advertising Address
Replies: 2
Views: 3280

Using a custom Advertising Address

Hello, i am building a "digital twin" of an LEGO technic Hub, by using an ESP32. Target is that ESP32 can be connected to LEGO BLE Apps. At least i have concerns, that one reason i did not get a connecteion request is because LEGO Apps using Address Filters . An Example of a LEGO HUB Adress is like:...
by ruppie
Fri Jul 10, 2020 6:05 pm
Forum: ESP32 Arduino
Topic: BLE Server, problems with custom advertisement and manufacturer data
Replies: 2
Views: 5283

Re: BLE Server, problems with custom advertisement and manufacturer data

An addition: My Advertisment data is like: const char advLEGO[] = {0x02,0x01,0x06,0x11,0x07,0x23,0xD1,0xBC,0xEA,0x5F,0x78,0x23,0x16,0xDE,0xEF, 0x12,0x12,0x23,0x16,0x00,0x00,0x09,0xFF,0x97,0x03,0x00,0x80,0x06,0x00,0x61,0x00}; When i change code like: oAdvertisementData.addData(advLEGO); oAdvertisemen...
by ruppie
Fri Jul 10, 2020 5:51 pm
Forum: ESP32 Arduino
Topic: BLE Server, problems with custom advertisement and manufacturer data
Replies: 2
Views: 5283

BLE Server, problems with custom advertisement and manufacturer data

Hello, I have prepared a Test BLE Server to rebuild a LEGO HUB, Test is for Advertising only Examle code: * Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleServer.cpp Ported to Arduino ESP32 by Evandro Copercini updates by...
by ruppie
Mon Jan 22, 2018 6:19 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 839892

Re: What would you like to see in The Next Chip?

#WhereIsWifiP2P :D @Gfast2 As i told you in the "your" OPCUA forum: The problem is not that ESP-32 does not support the Open OPC UA lib, The problem is the library itsself. Example: "Matrikon" provides working examples for some emdedded plattforms based on lwip. I showed a reference based on the XM...
by ruppie
Mon Jan 22, 2018 5:55 pm
Forum: General Discussion
Topic: Question about TCP IP Stacks
Replies: 3
Views: 6300

Re: Question about TCP IP Stacks

@Angus:

I see, i forgot that the cyclone stack uses an PHY and MAC Driver ;-)
As long as there is no support of ESP-MAC it won't work ;-)


Question is answered .
by ruppie
Sat Jan 20, 2018 1:43 pm
Forum: General Discussion
Topic: Question about TCP IP Stacks
Replies: 3
Views: 6300

Question about TCP IP Stacks

Hello,
is it possible to sue other TCP ip Stacks than lwIP on ESP32, like CycloneTCP ?

Thanks in advance

Marc
by ruppie
Sat Jan 20, 2018 9:55 am
Forum: ESP-IDF
Topic: Can'flash using serial port:
Replies: 1
Views: 3461

Can'flash using serial port:

Hello; Acccording to my System Device Manager, my COM Port is COM5. I am using Windows10, and according to a hint ypo can check your port by connecting / disconnecting from USB , while typing "ls /dev/tty*" into the Msys2 MinGW terminal: I have noticed that my Settings for the serial flash tool port...