Search found 13 matches

by nitesh2508
Mon Aug 12, 2019 4:38 pm
Forum: General Discussion
Topic: PWM for Different Channels with timer ISR
Replies: 2
Views: 3435

PWM for Different Channels with timer ISR

Hello all,
I am working on PWM which includes different channels i am updating the LUT values through GPIO using timer ISR every 1ms.I have configured different channels but only one channel works which is channel 0 and others don't show any changes.
I have attached my code for your reference.
by nitesh2508
Tue Jul 30, 2019 8:11 pm
Forum: ESP-IDF
Topic: ESP32 BLE Mesh Client Example - Node Address Problem
Replies: 7
Views: 8976

Re: ESP32 BLE Mesh Client Example - Node Address Problem

Hi, I am using the ble_mesh_client_model example from branch ble_mesh_release/esp-ble-mesh-v0.6.1 . My intention is to connect a generic onoff server, running on a nrf52 board, and a generic onoff client, running on an ESP32 LyraT board. I modified the example to perform a esp_ble_mesh_generic_clie...
by nitesh2508
Tue Jul 30, 2019 4:08 pm
Forum: General Discussion
Topic: BLE_MESH_FAST_PROVISION_SERVER Issue
Replies: 1
Views: 2799

BLE_MESH_FAST_PROVISION_SERVER Issue

I have 3 board set-up with each board running on BLE_MESH_FAST_PROVISION_SERVER example.After i provisioned one of device through my phone it should change into temporary provisioner and start provisioning other devices,but i am not able see any changes after i provision my first device. I have atta...
by nitesh2508
Fri Jul 26, 2019 4:23 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83152

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi espressif, I tried the ESP32 fast provisioner client and server example, I have two questions for modifying the code to meet my system requirements. 1. How can I send customized data from client to server and server to client? Is there a model for this application? 2. After the provision is done...
by nitesh2508
Fri Jul 26, 2019 6:07 am
Forum: General Discussion
Topic: Sending Custom Message using Provisioner to node
Replies: 0
Views: 1860

Sending Custom Message using Provisioner to node

Can anyone help me with sending custom messages using provisioner example to the node example which has flashed to the other board?I have two boards with one board running on provisioned example and other one on Node example. I need actual code snippets to implement that as i have been working for w...
by nitesh2508
Thu Jul 25, 2019 8:00 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83152

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif, I am trying to build a simple mesh network with 2 ESP32 chips periodictly blinking the leds. One ESP32 is provisioner the other one is node, I use the code ble_mesh_provisioner and ble_mesh_node examples. For the provisioner, I tried to create a new task in app_main() after the ble_me...
by nitesh2508
Tue Jul 23, 2019 4:10 pm
Forum: General Discussion
Topic: ESP-32 BLE-MESH-CONSOLE
Replies: 9
Views: 10806

Re: ESP-32 BLE-MESH-CONSOLE

Is there any command through which i can send message and receive message? i want to send a message using console? Like can i say set Nitesh on console?using help i found there is no such command is there any other way i can manually send msg which i want to send? Hi nitesh, 1. You can add commands...
by nitesh2508
Tue Jul 23, 2019 4:09 pm
Forum: General Discussion
Topic: Sending Custom Packets Using Provisioner Example
Replies: 0
Views: 1914

Sending Custom Packets Using Provisioner Example

Dear All, I want to use BLE mesh to send/receive custom packets from a provisioner to multiple devices nodes (ESP32) provisioned by provisioner example given by the Espressif. I'm new to mesh and cannot find any suitable model to send/receive customs messages. Anybody here could point me to the corr...
by nitesh2508
Mon Jul 22, 2019 4:45 pm
Forum: General Discussion
Topic: ESP-32 BLE-MESH-CONSOLE
Replies: 9
Views: 10806

Re: ESP-32 BLE-MESH-CONSOLE

Is there any command through which i can send message and receive message? i want to send a message using console? Like can i say set Nitesh on console?using help i found there is no such command is there any other way i can manually send msg which i want to send? Hi nitesh, 1. You can add commands...
by nitesh2508
Mon Jul 22, 2019 2:49 am
Forum: General Discussion
Topic: ESP-32 BLE-MESH-CONSOLE
Replies: 9
Views: 10806

Re: ESP-32 BLE-MESH-CONSOLE

Do u have any example which will be appropriate to my project as i am looking for Custom commands when i say get or set it should get the packet.
Can u share any documents which will be helpful for me like add command document if u have as i am new to BLE mesh.