Search found 62 matches

by Hans Dorn
Tue Mar 21, 2017 11:36 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 308899

Re: About the CAN controller.

I know the theoretical throughput ;)

At 1MBit you should be able to push out a little less than 8000 frames per second.

Did you really see 20 - 50 ms between frames, or are these µs?

Still a lot, considering a fast frame is only a bit more than 100µs...


Cheers
Hans
by Hans Dorn
Tue Mar 21, 2017 8:34 pm
Forum: General Discussion
Topic: Low Rate WIFI Protocol LR
Replies: 16
Views: 27066

Re: Low Rate WIFI Protocol LR

@Rudi: my long range test didn't go well because of a mechanical problem on the test vehicle (motor support plate fell apart). Will try again when I figure out how to 3d print a new one... @ivan txs, - (would help you on 3d print, but have not started this theme - but next time i do this too ) best...
by Hans Dorn
Tue Mar 21, 2017 8:32 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 308899

Re: About the CAN controller.

Looking good.

How many CAN messages are you able to send or receive per second?

Cheers
by Hans Dorn
Mon Mar 20, 2017 7:04 pm
Forum: General Discussion
Topic: Powering my esp32 projects
Replies: 6
Views: 22066

Re: Powering my esp32 projects

Maybe disable the TPS during sleep, and bypass it with a couple of Si diodes to drop the voltage into the safe range?


Cheers
Hans
by Hans Dorn
Sat Mar 18, 2017 11:02 pm
Forum: General Discussion
Topic: Hardware timer
Replies: 1
Views: 4488

Re: Hardware timer

The hardware timers are using an 80Mhz clock source.


Cheers
Hans
by Hans Dorn
Sat Mar 18, 2017 7:20 pm
Forum: General Discussion
Topic: Reading 16bit BME280 using I2C
Replies: 4
Views: 9747

Re: Reading 16bit BME280 using I2C

The arduino libraries are always a good starting point to have a look at a working implementation :)

https://github.com/espressif/arduino-es ... -hal-i2c.c

Cheers
by Hans Dorn
Fri Mar 17, 2017 3:21 am
Forum: Hardware
Topic: SENSOR_CAPN and SENSOR_VN pin used as external interrupt pins
Replies: 3
Views: 9359

Re: SENSOR_CAPN and SENSOR_VN pin used as external interrupt pins

Could you try using ADC2 instead? The preamplifier pins seem to be related to ADC1...


Cheers
by Hans Dorn
Fri Mar 17, 2017 2:49 am
Forum: ESP32 Arduino
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 15
Views: 35023

Re: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

Hi, try editing the last line in your platform.txt, and add "--before esp32r0" to the esptool options. If you're lucky, you won't have to push any buttons at all when uploading. (Worked for me on the sparkfun board) tools.esptool.upload.pattern={cmd} --before esp32r0 --chip esp32 --port "{serial.por...
by Hans Dorn
Thu Mar 16, 2017 8:55 pm
Forum: ESP-IDF
Topic: Getting the uptime
Replies: 9
Views: 41193

Re: Getting the uptime

Hi

xTaskGetTickCount will probably do the trick.

P.S: The tickcount will wrap every 49 days I guess. You'll have to check it periodically and adjust your uptime calculation.
by Hans Dorn
Tue Mar 14, 2017 11:18 pm
Forum: ESP32 Arduino
Topic: Can't get ESP32 WROOM to work with any example
Replies: 20
Views: 37642

Re: Can't get ESP32 WROOM to work with any example

Electrolytics are rather slow

Try adding a 2.2µ film capacitor to your power rail.

Image