Search found 10 matches
- Fri Aug 16, 2024 6:38 am
- Forum: ESP-SkaiNet
- Topic: I want to use skainet code on esp32 s3
- Replies: 4
- Views: 6312
Re: I want to use skainet code on esp32 s3
Thanks ESP_Sprite you are right. I found the same thing, PSRAM is not available in my module. My module is esp32s3 wroom 1 with N8 which don't have the PSRAM. So, need to use esp32s3 wroom 1 module with PSRAM, N8R2 or N8R8. I have ordered new one.
- Thu Aug 15, 2024 9:30 am
- Forum: ESP-SkaiNet
- Topic: I want to use skainet code on esp32 s3
- Replies: 4
- Views: 6312
Re: I want to use skainet code on esp32 s3
Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x40379c9c SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3820,len:0x1918 load:0x403c9700,len:0x4 load:0x403c9704,len:0xe5c load:0x403cc700,len:0x3028 entry 0x403c993c [0;32mI (31) boot: ESP-IDF v5.2.2-dirty 2nd stage b...
- Tue Aug 13, 2024 9:05 am
- Forum: ESP-SkaiNet
- Topic: I want to use skainet code on esp32 s3
- Replies: 4
- Views: 6312
I want to use skainet code on esp32 s3
Hi Folks, I want to use skainet for esp32s3 devkit wroom 1. I am facing problem the problem in build following are problem with 4.4 idf. when I tries with Idf 5.0 the device reboots after a time and not working properly. please help me to solve this problem if some one have worked on this. [0/1] Re-...
- Tue Mar 05, 2024 12:48 pm
- Forum: General Discussion
- Topic: ESP32 Ble Mesh internet gateway
- Replies: 10
- Views: 5668
Re: ESP32 Ble Mesh internet gateway
Its hard to say i tested it. I am trying to make C++ ble mesh library, which allows to quick and easy build any device solution. In meantime i am also trying to make ble mesh gateway, which may be useful as a product for my company. Its just beginning of the project, but I already have working (sor...
- Mon Mar 04, 2024 4:54 am
- Forum: General Discussion
- Topic: ESP32 Ble Mesh internet gateway
- Replies: 10
- Views: 5668
Re: ESP32 Ble Mesh internet gateway
Its not advertising, i just want to show there is plenty cheap gateways on the market. Here is multi protocol gateway, with zegbee, ble mesh, wifi tuya etc https://blow.pl/produkty/inteligentna-bramka-zigbee-30--d-3636/ In my case, aside of writing app that can route data between mqtt and ble mesh ...
- Thu Feb 29, 2024 6:53 am
- Forum: General Discussion
- Topic: ESP32 Ble Mesh internet gateway
- Replies: 10
- Views: 5668
Re: ESP32 Ble Mesh internet gateway
Hi @chegewara, Thanks for replying. I will try the way you suggested, hopefully it should work. I need bi-directional communication, like if any node in mesh sets (on or off mode) then it should be able to update on cloud through mqtt. is this possible to get all node status data to a node and that ...
- Mon Feb 19, 2024 12:00 pm
- Forum: General Discussion
- Topic: ESP32 Ble Mesh internet gateway
- Replies: 10
- Views: 5668
ESP32 Ble Mesh internet gateway
Hi Folks, did anyone have worked on ble mesh gateway? that can connect with aws iot core and publish data to cloud if anynode turns on or turns off. I also want to control ble mesh remotely. if anyone have done this task before then please help me out. I am able to create mesh and also able to send ...
- Thu Dec 28, 2023 6:59 am
- Forum: ESP-MDF
- Topic: esp mdf with aws iot core
- Replies: 0
- Views: 10606
esp mdf with aws iot core
Hi, I am working on intregration of esp mdf code with aws iot cloud. I am facing issue in merging the code. is there anyone who can help or done previously this part? because esp haven't yet relesed code with aws.
thanks in advance
thanks in advance
- Wed Dec 27, 2023 4:37 am
- Forum: ESP-MDF
- Topic: not able to build mdf examples
- Replies: 3
- Views: 32410
Re: not able to build mdf examples
there was some issue of idf version. I was using latest version of idf. now I downloded 4.3 version of idf now its working through IDF CMD . can you provide example code for aws iot with wifi mesh?
- Thu Nov 23, 2023 12:58 pm
- Forum: ESP-MDF
- Topic: not able to build mdf examples
- Replies: 3
- Views: 32410
not able to build mdf examples
Hi I am beginner to esp-mdf, I have installed espreesif idf and the sample code is working. but when I am trying to import mdf example code then it is throwing error. I have set MDF_PATH environment variable in the pc. can you share some proper documentation for mdf path and version of espressif sup...