Search found 3 matches

by kowapuk
Mon Jul 08, 2019 5:00 pm
Forum: General Discussion and Questions
Topic: New MicroPython release: v1.11
Replies: 7
Views: 5182

Re: New MicroPython release: v1.11

boards: enable dual core support by default
How to use second core? What's tasks work on it?
by kowapuk
Wed Nov 14, 2018 7:09 am
Forum: ESP8266 boards
Topic: High-speed via Wi-FI
Replies: 5
Views: 3046

Re: High-speed via Wi-FI

[quote=Roberthh post_id=31794 time=1541937658 user_id=601] You should check using time,ticks_us(), how long each of the steps: - reading the ADXL345 - reading the MPU6050, and - sending the data takes. Then you will know the fastest rate you can get. [/quote] I am reading from MPU6050 with preproces...
by kowapuk
Sun Nov 11, 2018 9:51 am
Forum: ESP8266 boards
Topic: High-speed via Wi-FI
Replies: 5
Views: 3046

High-speed via Wi-FI

Hello, I developing a mobile vibration sensor. In the first iteration, I was started writing on micropython (NodeMCU platform). As a vibration sensor, I try used ADXL345 and MPU6050. My goal is to get real-time information from the accelerometer via Wi-Fi with a frequency of > 800Hz. But the limit I...