Radu
Radu
Hello, i am using the GB03 model and I can also say that using the original Android App prints way better than using the python script. I have tried to...
> > 哈,这个问题是因为小米账号的问题,而不是作者软件的问题;自己在小米运动重新注册一下账号就ok了。 > > This problem is due to the mi account, not the author's software; Oneself re - register an account in millet movement is ok > >...
is this project currently succesfully compilable? i have also tried to make it work and i am facing the same error using the latest emscripten version on ubuntu 18.04. as...
in order to make it work i added the followings in CMakeLists.txt (openscenegraph-cross-platform-guide-application/web), then executed the cmake command, then removed the -lnul inside the generated file inside sample-ems/CMakeFiles/sample-ems.dir/linklibs.rsp, then executed...
Yes, i am able to build and run the application. Here is what i added to CMakeFiles.txt and i forgot to add: SET(FLAGS "-s USE_SDL=2 -s ERROR_ON_UNDEFINED_SYMBOLS=0") SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} ${FLAGS}"...
First i want to thank a lot for this great project. I am using it with aqara sensors only since a few weeks and I am fully satisfied. Temperature sensors,...
> Testing on Mi Band 6 NFC with raspberry pi 3. > > the command: > > ``` > python3 miband4_console.py -m 11:50:33:4D:66:997 -k C11D22D8F33449DDC55686FE3F8C9EAB > ``` > > the...
Hello, i am able to compile the examples from SDK 12.2 succesfully, but not able to compile the examples from you. I am getting some compilation errors and i don't...
i have replaced in makefile the BOARD_CUSTOM with BOARD_PCA20006 and now i have some other error messages: ``` make all '/home/radu/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gcc' -c -O0 -g -DBOARD_PCA20006 -DNRF51822 -DNRF_LOG_USES_UART=1 -DSOFTDEVICE_PRESENT -DS130 -DNRF_SD_BLE_API_VERSION=2...
i have found the problem: OBJS += boards.o should be added in the Makefile inside the project