Search found 7 matches

by garagegadget
Sat Feb 20, 2021 6:39 pm
Forum: ESP-IDF
Topic: Websocket Server does not support Sec-WebSocket-Protocol header
Replies: 0
Views: 1533

Websocket Server does not support Sec-WebSocket-Protocol header

Hi, During testing of the IDF 4.2 Websocket example server and establishing connection containing the Sec-WebSocket-Protocol header with a sub-protocol specified the server terminates the connection with log entry "httpd_ws: httpd_ws_get_frame_type: Failed to read header byte (socket FD invalid), cl...
by garagegadget
Mon Feb 03, 2020 8:23 pm
Forum: ESP-IDF
Topic: BLE Nimble Example to update Advertisement broadcast
Replies: 1
Views: 3356

BLE Nimble Example to update Advertisement broadcast

Hi,

I am looking for an Nimble Advertising broadcast example or information on :-
Using Nimble to create a BLE Advertisement broadcast with Manufacturer data and
update this data periodically.

BR,
GarageGadget
by garagegadget
Fri Aug 23, 2019 6:20 am
Forum: ESP-IDF
Topic: Cannot use debugger when 2 Esp-Wrover-Kit attached to PC
Replies: 0
Views: 1933

Cannot use debugger when 2 Esp-Wrover-Kit attached to PC

Hi, I recently purchased 2 ESP-Wrover-Kit to facilitate debugging 2 sessions simultaneously using VisualGdb on Windows 10. The OpenOCD debugger works fine when 1 board is attached at a time. However,unfortunately this fails to work when 2 boards are simultaneously attached to the PC. I contacted the...
by garagegadget
Sat Feb 09, 2019 10:31 am
Forum: ESP-IDF
Topic: Protocomm Provisioning Protobuf Version
Replies: 1
Views: 2923

Re: Protocomm Provisioning Protobuf Version

Hi,

The issue was resolved by installing a newer version of the Protoc-c compiler
(protobuf-c 1.3.1/libprotoc 3.6.1)
into the Ubuntu environment.

The earlier version was generating Protobuf-V2 code and V3 code

BR,
GarageGadget
by garagegadget
Tue Feb 05, 2019 4:32 pm
Forum: ESP-IDF
Topic: Protocomm Provisioning Protobuf Version
Replies: 1
Views: 2923

Protocomm Provisioning Protobuf Version

Hi, I am working on extending the Protocomm Provisioning with a custom set of messages. The example custom Proto file indicates the use of Protobuf version 2 which results in messages which is different in structure to the example custom messages i.e. the "has_XXX" fields using the make utility to g...
by garagegadget
Mon Dec 31, 2018 10:44 am
Forum: ESP-IDF
Topic: Extending Unified Provisioning (BLE) Protobuf messages
Replies: 2
Views: 5036

Re: Extending Unified Provisioning (BLE) Protobuf messages

Hi,

Thank you for the great feedback.

BR,
GarageGadget
by garagegadget
Thu Dec 27, 2018 4:57 pm
Forum: ESP-IDF
Topic: Extending Unified Provisioning (BLE) Protobuf messages
Replies: 2
Views: 5036

Extending Unified Provisioning (BLE) Protobuf messages

Hi,

I am testing the BLE Provisioning example which works fine.

1.How do I extend the Protobuf set config message to include additional custom fields?
2.What tooling is needed to extend the Protobuf messages?

BR,
Garage Gadget