Now support
ESP32
STM32
RaspberryPI
Windows C++ Emulator
.Net C++ CLI Emulator
Search found 16 matches
- Mon Feb 25, 2019 10:10 am
- Forum: Showcase
- Topic: New c-style OOP scripting framework and IDE
- Replies: 5
- Views: 13829
- Mon Dec 10, 2018 3:25 am
- Forum: Showcase
- Topic: New c-style OOP scripting framework and IDE
- Replies: 5
- Views: 13829
Re: New c-style OOP scripting framework and IDE
Demo of the IDE Button idea
--
Recent update : optimized memory usage.
Now it support 16 active TCP concurrent connections and read or write small pieces 1000+ times per second.
--
The IDE helps to monitor the status of the chip
It's very helpful for the prototype of a product , or just ...
--
Recent update : optimized memory usage.
Now it support 16 active TCP concurrent connections and read or write small pieces 1000+ times per second.
--
The IDE helps to monitor the status of the chip
It's very helpful for the prototype of a product , or just ...
- Mon Dec 10, 2018 2:32 am
- Forum: ESP-WHO 中文讨论版
- Topic: 欢迎大家访问 ESP-WHO 中文讨论板
- Replies: 11
- Views: 210671
Re: 欢迎大家访问 ESP-WHO? 中文讨论板
Hi ZHDX227,
请更新下github的内容,看下是否还有问题
代码一次编译通过了.
配件倒是出了点问题. 同样是 OV2640, 买回来型号只有17个针脚 , 缺少 XCLK
可能是这个原因吧. 运行的时候显示
SCCB_Write [ff]=01 failed
SCCB_Write [12]=80 failed
E (52) camera: Camera probe failed with error 0x20001
E (52) app_camera: Camera init failed with error 0x20001
E (62) app ...
- Tue Nov 27, 2018 12:18 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用 uart select 接收超时的问题
- Replies: 11
- Views: 63254
Re: 使用 uart select 接收超时的问题
好的,明白了. 缓冲区满了之后驱动层会关闭中断.之后就无法接收到中断里抛出的信号量. 只要第一个问题解决了这个问题也就不会出现了.我们会尽快解决这个问题的.你好:
第二个问题的现象: 当select后每次接收的数据量小于发送的数据量, 多次发送数据后, 应用层接收不到任何数据, 可能是接收缓冲区或者接收fifo满了.
thanks
[/quote]
如果这个问题解决并放到github上了之后, 请回复一下.
也许这也顺便能解决我这边的问题.
- Tue Nov 27, 2018 12:14 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用 uart select 接收超时的问题
- Replies: 11
- Views: 63254
Re: 使用 uart select 接收超时的问题
Hi, 数据的接收和发送硬件上相互之间是不会影响的. 你的问题是指发送数据的同时使用 printf 导致数据出错还是指 tx 和 rx 之间会有影响?
thanks !!
在周末做了一下测试. 有了一些基本的结论.
做法 : 用一个task每隔一段时间用fread或fget来读取数据.
现象 , 如果每隔0.01秒读取数据, 那么运作正常 , 如果每隔0.1秒读取数据, 会大量丢包.
设置为每0.001秒读取数据, 然后运行一些非常消耗CPU的其他task , 会出现丢包现象.
这可以通过先发送一个要求准备通信的命令, 用 vTaskSuppendAll ...
- Sun Nov 25, 2018 6:49 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用 uart select 接收超时的问题
- Replies: 11
- Views: 63254
Re: 使用 uart select 接收超时的问题
我在做USB绑定的UART0通讯时, 遇到一些类似的问题.
当我向芯片发送大量数据时, 例如8K字节
如果芯片此时没有使用printf, 则可以完全发送.
如果刚好此时又printf输出字符串,
这个时候发送的数据便存在2个问题
1 - 数据的位置乱了, 例如 1234567890 会变成 1238945670
2 - 芯片内的代码无法读取完整的数据, 总有一些数据卡着等待接收.
例如发 aaa bbb ccc ddd 这些数据, 肯可能只收到 aaa bbb ccc d , 剩下dd 收不到. 如果此时再发送eee过去, 则芯片收到的是dd , 而eee又收不到 ...
当我向芯片发送大量数据时, 例如8K字节
如果芯片此时没有使用printf, 则可以完全发送.
如果刚好此时又printf输出字符串,
这个时候发送的数据便存在2个问题
1 - 数据的位置乱了, 例如 1234567890 会变成 1238945670
2 - 芯片内的代码无法读取完整的数据, 总有一些数据卡着等待接收.
例如发 aaa bbb ccc ddd 这些数据, 肯可能只收到 aaa bbb ccc d , 剩下dd 收不到. 如果此时再发送eee过去, 则芯片收到的是dd , 而eee又收不到 ...
- Thu Nov 22, 2018 12:46 pm
- Forum: ESP-WHO 中文讨论版
- Topic: 欢迎大家访问 ESP-WHO 中文讨论板
- Replies: 11
- Views: 210671
Re: 欢迎大家访问 ESP-WHO? 中文讨论板
尝试了一下编译.
frmn.c 失败
#include "frmn_model.h"
缺少这个文件.
frmn.c 失败
#include "frmn_model.h"
缺少这个文件.
- Thu Nov 22, 2018 6:27 am
- Forum: Showcase
- Topic: New c-style OOP scripting framework and IDE
- Replies: 5
- Views: 13829
Re: New c-style OOP scripting framework and IDE
The script language , code syntax samples,
24 line class to implement a protocol
which help me to control the gpio 26 LED from remote side
class MCSCloudClient
{
var url,key,pwd,dev,sid,headers;
function MCSCloudClient(argurl, argkey, argpwd, argdev, argheaders) {
url = argurl;key = argkey ...
24 line class to implement a protocol
which help me to control the gpio 26 LED from remote side
class MCSCloudClient
{
var url,key,pwd,dev,sid,headers;
function MCSCloudClient(argurl, argkey, argpwd, argdev, argheaders) {
url = argurl;key = argkey ...
- Thu Nov 22, 2018 6:20 am
- Forum: Showcase
- Topic: New c-style OOP scripting framework and IDE
- Replies: 5
- Views: 13829
New c-style OOP scripting framework and IDE
Hi everyone,
I am making a script solution to implement my ideas into chip easier.
mcs_02.png
Key features:
1 - Good IDE
Usb connect and play, Click and run script in 1 second , Save as startup script without PC connected.
CPU/Memory/Network status monitoring, Log output , Fixed position ...
I am making a script solution to implement my ideas into chip easier.
mcs_02.png
Key features:
1 - Good IDE
Usb connect and play, Click and run script in 1 second , Save as startup script without PC connected.
CPU/Memory/Network status monitoring, Log output , Fixed position ...
- Thu Nov 22, 2018 5:15 am
- Forum: ESP-WHO 中文讨论版
- Topic: 欢迎大家访问 ESP-WHO 中文讨论板
- Replies: 11
- Views: 210671
Re: 欢迎大家访问 ESP-WHO? 中文讨论板
能在芯片里完成识别.
这真的是超乎想象.
昨天就下单买了个OV2640,
周末的时候试下效果.
这真的是超乎想象.
昨天就下单买了个OV2640,
周末的时候试下效果.