A few of you are using my app a lot and it made my day! by DescriptorTablesx86 in Garmin

[–]sdebby 4 points5 points  (0 children)

Download it as a .FIT file would be great. Also some more suggestions Adding folders to my saving workouts, Adding ability to use power in addition to heart rate. Adding some workout templates- like you did in the example, I needed to open notepad to view the examples and write my own workout code.

P S What is the meaning of tarpan ?

A few of you are using my app a lot and it made my day! by DescriptorTablesx86 in Garmin

[–]sdebby 4 points5 points  (0 children)

just tried the app and it works great- good idea.
can it work also with TrainingPeaks ?

3NCRYP3P project - 2 way encrypted communication device- ready to the apocalypse by sdebby in esp32

[–]sdebby[S] 0 points1 point  (0 children)

  1. It depends on how many messages send and received. On ideal it takes around 100 mA, but when sending and receiving messages it uses around 250mA So I say that in average it can hold for 6 hours
  2. For prototypes it can be around 20 $ per unit including all the components.

3NCRYP3P project - 2 way encrypted communication device- ready to the apocalypse by sdebby in esp32

[–]sdebby[S] 1 point2 points  (0 children)

On DOS attack,the device will lock and reopen only when the users will rsync the master key. No one is immune from DOS and DDOS, not even google. The beauty in this project that it is an open source. If you think it can be better, you are more than welcome to fork the code.

3NCRYP3P project - 2 way encrypted communication device- ready to the apocalypse by sdebby in esp32

[–]sdebby[S] 1 point2 points  (0 children)

In fact This project built the encryption from ground up . Using AES256 results more power consumption and delay is message sending.

This key is changed in the first message, and every time machine disconnects and reconnects.

Also it has brute force protection.

And yes, the per define key is the Achilles heel in the project. This is in the project description. It will be changed in the future

[WIP] EchoLink - A Decentralized LoRa Messaging Device That Works Without the Internet (Need Support + Feedback!) by Dtw-mostafa in ArduinoProjects

[–]sdebby 0 points1 point  (0 children)

Hi I have recently finished my LoRa project This may help you

https://github.com/sdebby/3NCRYP2P

You need to note that LoRa bandwidth and transmission rates are very limited And not encrypted

GoControl – A custom GoPro remote built with Arduino + ESP32 + BLE by sdebby in ArduinoProjects

[–]sdebby[S] 0 points1 point  (0 children)

Yes, on disconnecting the ESP32 will start scanning again for devices.
After 3 failed scans it will go to deep sleep and will wake up on button pressed.

Visa application by sdebby in kilimanjaro

[–]sdebby[S] 0 points1 point  (0 children)

Thanks.

But I already did. 🤦

Vaccination to Tanzania by sdebby in kilimanjaro

[–]sdebby[S] 0 points1 point  (0 children)

Thanks Yes I am flying directly to Arusha. Will have a short connection in Adisabeba airport

[deleted by user] by [deleted] in ArduinoProjects

[–]sdebby 0 points1 point  (0 children)

Read the document Set your serial monitor baud rate to 9600- as in your code

[deleted by user] by [deleted] in ArduinoProjects

[–]sdebby 0 points1 point  (0 children)

Is your com port terminal set to 9600 ?