Search found 4 matches
- Sat Nov 18, 2017 9:12 pm
- Forum: General Discussion
- Topic: Mass Production with ESP32
- Replies: 8
- Views: 16817
Re: Mass Production with ESP32
how can i order pre-programmed chips. How much do they cost? I have a project ready to go into production.
- Sat Nov 04, 2017 6:44 pm
- Forum: General Discussion
- Topic: Entering SSID and Password in ESP32
- Replies: 2
- Views: 9265
Entering SSID and Password in ESP32
Normally we enter the SSID and password in ESp32 using the program. I am wondering if there is a simple way where it is attached to PC via USB cable and then simpler way which will ask for the Network name and password without opening the Arduino IDE or Eclipse or the .c file for the code.
- Fri Oct 27, 2017 8:37 am
- Forum: ESP32 Arduino
- Topic: using Arduino IDE SPI.h library with ESP32
- Replies: 7
- Views: 44662
Re: using Arduino IDE SPI.h library with ESP32
I am using the esp 32 to interface with the LIS2HH12(accelerameter from ST Microelectronics.). I am using 18 for clock, 23 is MOSI, 19 is MISO and 5 for chip select. I wrote a simple code to read the WHO_AM_I register. Accelerometer generates the necessary. Expec t ed output as required for this reg...
- Tue Oct 17, 2017 12:13 pm
- Forum: ESP32 Arduino
- Topic: Set I2C pins used by Wire.h?
- Replies: 3
- Views: 25622
Re: Set I2C pins used by Wire.h?
I was wondering if you have an example for this function to be used in the code. New to Arduino and ESP32. Grateful to receive any help here.