Search found 11 matches

by omborse__
Thu Apr 08, 2021 5:38 am
Forum: General Discussion
Topic: enc28j60 + esp32 Not getting IP
Replies: 1
Views: 2263

enc28j60 + esp32 Not getting IP

Hello everyone, I've been trying to connect an enc28j60 ethernet module with esp32, I am using the sample example code from esp-idf. I am getting "ethernet link is up" but not able to get IP. As per README from this example: Quote: "ENC28J60 hasn't burned any valid MAC address in the chip, you need ...
by omborse__
Mon Mar 16, 2020 12:55 pm
Forum: General Discussion
Topic: Ble mesh
Replies: 1
Views: 3841

Ble mesh

Hello everyone, I've been trying to do a project in which I have to send a string from one esp32 wrover module to another module(without using any app e.g. NRF mesh) using blemesh. So if anyone has a lead on how to send the string from one to another, it would be really appreciable if anyone share s...
by omborse__
Mon Mar 16, 2020 11:49 am
Forum: General Discussion
Topic: NimBLE Mesh
Replies: 0
Views: 2729

NimBLE Mesh

Hello everyone, I've been trying to do a project in which I have to send a string from one esp32 wrover module to another module(without using any app e.g. NRF mesh) using NimBLE mesh. So if anyone has a lead on how to send the string from one to another, it would be really appreciable if anyone sha...
by omborse__
Wed Jan 15, 2020 11:00 am
Forum: Sample Code
Topic: Ble beacon triangulation
Replies: 1
Views: 10068

Ble beacon triangulation

Hello everyone, I've been trying to do beacon triangulation, as I need to locate the tag where it is exactly. Till now what I've achieved is, I'm able to detect multiple beacon using my esp32 wrover as per their RSSI value, which is not correct at all. I should be able to get approx. value from vert...
by omborse__
Sat Aug 24, 2019 6:11 am
Forum: General Discussion
Topic: ESP-32 interfacing with XBEE
Replies: 1
Views: 7405

ESP-32 interfacing with XBEE

Hi all,
I have esp-32 Wrover and i want to connect it to XBEE Pro. And also wanted to form mesh network using xbee so that i can collect sensor data. But I'm not able to find any particular library which supports esp-32 to form a mesh using xbee.

Thank you for your time :)
by omborse__
Mon Jun 03, 2019 11:18 am
Forum: General Discussion
Topic: ASIO chat_server_client
Replies: 0
Views: 2090

ASIO chat_server_client

Hello everyone, I'm working on asio_chat_client_server, what i did is i have combined both client and server code in same file by creating different task, and it's successfully flashed it. But when i enter an IP of server on second board for communicate and try to send message it doesn't work. So ho...
by omborse__
Tue May 28, 2019 11:25 am
Forum: General Discussion
Topic: Esp-MESH "How to communicate between intermediate nodes"
Replies: 0
Views: 2028

Esp-MESH "How to communicate between intermediate nodes"

Hello Everyone, I'm using esp32 Wrover board, using that i'm trying to pass sensor data between intermediate nodes, leaf node and vise versa. currently i'm able to send data from root to other nodes but to pass data from other node(viz non root node) then this node has to act or be as root node then...
by omborse__
Thu May 23, 2019 10:31 am
Forum: General Discussion
Topic: Sending sensor data to other node using ESP-MESH
Replies: 2
Views: 4995

Re: Sending sensor data to other node using ESP-MESH

It might be a little easier if you use ESP-MDF. If you want to send data from one node to another use IDF only. First, you need to know how to use esp_mesh_send() https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/network/esp_mesh.html#_CPPv413esp_mesh_sendPK11mesh_addr_tPK11mesh_d...
by omborse__
Wed May 22, 2019 5:40 am
Forum: General Discussion
Topic: Esp-Mesh "root not fixed"
Replies: 2
Views: 4183

Re: Esp-Mesh "root not fixed"

WiFive wrote:
Tue May 21, 2019 1:45 pm
It's a setting not an error

https://docs.espressif.com/projects/esp ... _fix_rootb
i did the changes but still it is showing same "root not fixed"..
by omborse__
Tue May 21, 2019 1:19 pm
Forum: General Discussion
Topic: Esp-Mesh "root not fixed"
Replies: 2
Views: 4183

Esp-Mesh "root not fixed"

Hello Everyone, I'm getting in logs that "root not fixed" error, even though i have given correct SSID and PASSWORD. here is the log example. thanks.. I (256) wifi: wifi driver task: 3ffc3488, prio:23, stack:3584, core=0 I (256) wifi: wifi firmware version: 3f769b9 I (256) wifi: config NVS flash: en...