@crispyoz the link for datasheet of parking sensor :https://www.bosch-connectivity.com/media/product_detail_pls/parking_lot_sensor_pls_datasheet_2020_12_04_en.pdf
Ioannis
@Ioannis
Best posts made by Ioannis
Latest posts made by Ioannis
-
RE: Help for implementation for Lora package sniffer with Onion Omega2 and Bosch Parking Sensor
@crispyoz thanks a lot for the advice but we want to make something like low cost node receiver package. We have a chip (RF96 or similar) and we want a solution that receive message from bosh parking sensor. Do you have any insight for this?
Thanks a lot in advance!
-
Help for implementation for Lora package sniffer with Onion Omega2 and Bosch Parking Sensor
Hello community of Onion Omega2,
We want to make an implementation for Lora package sniffer (or LoRa gateway) in order to communicate with a Bosch Parking Sensor that uses class A Lorawan protocol. Do you have any insight? So far we couldn't manage to find a solution to this problem... even adapting other solutions has been a nightmare so far.... Even the tiniest bit of help is more than welcome!
Thanks in advance!
-
RE: Errors building source for cross development
@crispyoz I correct the issue with this commands :
./scripts/feeds update onion
./scripts/feeds update -a
from this repository https://github.com/OnionIoT/source -
RE: Errors building source for cross development
I am building the source for cross development to Omega2/2+ from Ubuntu 20.4 but a number of errors occurs.
Makefile:187: recipe for target 'alldig.o' failed
make: *** [alldig.o] Error 1
make: Leaving directory '/root/source/build_dir/target-mipsel_24kc_musl/postfix-3.3.0/src/util'
Makefile:92: recipe for target 'update' failed
make[4]: *** [update] Error 1
make[4]: Leaving directory '/root/source/build_dir/target-mipsel_24kc_musl/postfix-3.3.0'
Makefile:265: recipe for target '/root/source/build_dir/target-mipsel_24kc_musl/postfix-3.3.0/.built' failed
make[3]: *** [/root/source/build_dir/target-mipsel_24kc_musl/postfix-3.3.0/.built] Error 2
make[3]: Leaving directory '/root/source/feeds/packages/mail/postfix'
Command exited with non-zero status 2
time: package/feeds/packages/postfix/compile#0.12#0.04#0.18
package/Makefile:107: recipe for target 'package/feeds/packages/postfix/compile' failed
make[2]: *** [package/feeds/packages/postfix/compile] Error 2
make[2]: Leaving directory '/root/source'
package/Makefile:103: recipe for target '/root/source/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile' failed
make[1]: *** [/root/source/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/root/source'
/root/source/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2Does anyone know how I can fix this problem:
I cannot find where in the make system this error comes from, so I cant determent the source of the problem.Any ideas would be well received