DAC-HaoLi
DAC-HaoLi
127.0.0.1/:1 Uncaught (in promise) TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
how to build using nuttx with stm32f4
Undefined symbols for architecture x86_64: "mavsdk::Connection::Connection(std::__1::function)", referenced from: mavsdk::TcpConnection::TcpConnection(std::__1::function, std::__1::basic_string, int) in tcp_connection.cpp.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use...
``` arm-none-eabi-ld: /home/antony/code/iotjs-nuttx/iotjs/deps/libtuv/src/unix/poll.c:124: undefined reference to `_assert' arm-none-eabi-ld: /home/antony/code/iotjs-nuttx/nuttx/staging/libapps.a(fs.c.obj): in function `uv__fs_futime': /home/antony/code/iotjs-nuttx/iotjs/deps/libtuv/src/unix/fs.c:244: undefined reference to `__errno' arm-none-eabi-ld: /home/antony/code/iotjs-nuttx/nuttx/staging/libapps.a(fs.c.obj): in function `uv__fs_open': /home/antony/code/iotjs-nuttx/iotjs/deps/libtuv/src/unix/fs.c:260: undefined reference to `__errno' arm-none-eabi-ld: /home/antony/code/iotjs-nuttx/nuttx/staging/libapps.a(fs.c.obj): in...
IN: ../apps/libapps.a -> staging/libapps.a make[1]: Entering directory '/root/nuttx/iotjs-nuttx/nuttx/net' CC: socket/net_clone.c In file included from socket/net_clone.c:52:0: ./tcp/tcp.h:166:22: error: field 'readahead' has incomplete type struct iob_queue_s readahead; /* Read-ahead buffering */ ^...

一秒钟的数据量是 8000*1*16 /8 =16000 然后1000/125=8 应该是一秒钟8帧对嘛 然后一帧的数据量是 16000/8 等于2000 我计算的是2000的结果,不知道问题在哪 或者是60ms一帧 1000/60 16000/(1000/60)=960可以嘛 现在不清楚如何计算是正确的