Jianjia Ma
Jianjia Ma
Hi, I am developing a protocol in a resource constrain platform and suffer from very limited bandwidth. We are using map(integer: any) to transfer messages. However, this lib only packs...
Hi, Thanks for RNNoise providing the great low-cost method for noise suppression. To who may interest, I have implemented a similar RNNoise using fixed-point interference NN lib NNoM. In my...
Hi, I wanted to replicate RNNoise but a lighter version to be able to run on microcontrollers. So I will need to build and train a new model. From my...
To use RNN layers, must define `NNOM_TUNCATE` in `nnom_port.h` to use 'floor' instead of 'round' in backend ops. Problem seems related to `NNOM_ROUND()` in `local_mult_q15()` and `local_fully_connected_mat_q7_vec_q15()` Same as ARM...
After excluded #include as mentioned in https://github.com/RT-Thread-packages/at_device/issues/171 Failed to compile with codes that related to pin driver. For example: https://github.com/RT-Thread-packages/at_device/blob/4d0186531962516f2819f59d50a856f71ba79072/class/sim800c/at_device_sim800c.c#L880 will post errors and warnings that cannot find these functions...
https://github.com/RT-Thread-packages/at_device/blob/4d0186531962516f2819f59d50a856f71ba79072/inc/at_device.h#L19 Related to the change: https://github.com/RT-Thread/packages/pull/1168#event-5921806655 When the socket is disabling, the compiler cannot find this header. This header should be conditionally excluded. for example ~~~ #ifdef AT_USING_SOCKET #include #endif...
系统重启后无法链接, 在这一句后面直接返回了 https://github.com/RT-Thread-packages/at_device/blob/398efbcdb45137960518712e4d816055a3b815d3/class/esp32/at_device_esp32.c#L632 用的是ESP32最新的AT 固件 2.1.0
Hi, I am designing/building a 3D print sub250 flying wing. - wing span = 520mm / 9dm^2 - weights about 250g - speed up to 90km/h in today's fly -...