Hi
I am looking to get a JTAG debugger for debugging software on the ESP32. However, I'm a bit confused about which devices are actually compatible with the ESP32. As far as i understand, all debuggers based on FT2232H will be compatible, e.g the bus blaster (https://www.seeedstudio.com/Bus-Blaster ...
Search found 7 matches
- Wed Nov 23, 2016 5:15 am
- Forum: General Discussion
- Topic: Compatible JTAG devices
- Replies: 3
- Views: 19122
- Mon Nov 21, 2016 5:37 am
- Forum: Hardware
- Topic: About the CAN controller.
- Replies: 175
- Views: 1287922
- Wed Nov 16, 2016 12:45 am
- Forum: General Discussion
- Topic: Play the onchip Hall sensor and temperature sensor
- Replies: 5
- Views: 25976
Re: Play the onchip Hall sensor and temperature sensor
comcat,
I found your wiki today, and were playing around with the sensors, before I found your post here.
(see http://www.esp32.com/viewtopic.php?f=13&p=2064#p2064).
The hall sensor on my board (Sparkfun ESP32 Thing) seems to be fairly insensitive. I placed a really strong magnet on the chip, but ...
I found your wiki today, and were playing around with the sensors, before I found your post here.
(see http://www.esp32.com/viewtopic.php?f=13&p=2064#p2064).
The hall sensor on my board (Sparkfun ESP32 Thing) seems to be fairly insensitive. I placed a really strong magnet on the chip, but ...
- Tue Nov 15, 2016 7:21 am
- Forum: General Discussion
- Topic: Play the onchip Hall sensor and temperature sensor
- Replies: 5
- Views: 25976
Play the onchip Hall sensor and temperature sensor
Quantum-onchip-sens-1024.jpg
Quantum-onchip-sens-3.jpg
#include <stdio.h>
#include <stdlib.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "nvs_flash.h"
uint8_t temprature_sens_read();
uint32_t hall_sens_read();
void read_sens_task(void ...
Quantum-onchip-sens-3.jpg
#include <stdio.h>
#include <stdlib.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "nvs_flash.h"
uint8_t temprature_sens_read();
uint32_t hall_sens_read();
void read_sens_task(void ...
- Tue Nov 15, 2016 7:17 am
- Forum: General Discussion
- Topic: quick ADC1 Test under Eclipse & VM Lubuntu
- Replies: 13
- Views: 27891
- Mon Oct 24, 2016 12:35 pm
- Forum: General Discussion
- Topic: ESP32 SRAM examples
- Replies: 10
- Views: 31728
Re: ESP32 SRAM examples
For now, you can use SRAM as a normal SPI device, optionally using DMA; that means you can basically only copy data from main memory to flash and back again. The ESP32 does have a facility where you can use external SPI SRAM as 'real' memory (you can malloc() a chunk of it and it essentially works ...
- Fri Sep 23, 2016 11:36 am
- Forum: News
- Topic: ESP32 "ESP-BLE-HELLO" DONE! 22 September 2016
- Replies: 4
- Views: 23413