Search found 10 matches

by KAG Tech0262
Wed Oct 20, 2021 9:59 am
Forum: General Discussion and Questions
Topic: Operating the 2MP SKU:B0067 SPI camera on raspberry pi pico
Replies: 1
Views: 953

Operating the 2MP SKU:B0067 SPI camera on raspberry pi pico

we are trying to operate the 2MP SKU:B0067 SPI camera on raspberry pi pico but we seem to be failing. we followed the link on the guide that was given by arducam and led us to git hub, of which when we tried to download the hostapp ,we got an error. please assist us on how to operate the camera thro...
by KAG Tech0262
Wed Aug 11, 2021 9:38 am
Forum: General Discussion and Questions
Topic: send an sms notification that has time and date within the message
Replies: 0
Views: 652

send an sms notification that has time and date within the message

we are working on sending an sms alarm notification using the raspberry pi pico and the sim800l gsm module on thonny micropython..we have managed to send an sms notification now what we are trying to do is to send an SMS notification that has real time and date within the message..weve seen on the f...
by KAG Tech0262
Wed Aug 11, 2021 6:26 am
Forum: General Discussion and Questions
Topic: error when installing a library from thonny "manage packages"
Replies: 4
Views: 2224

Re: error when installing a library from thonny "manage packages"

we did and we managed to add the library, thank you
by KAG Tech0262
Tue Aug 10, 2021 8:30 am
Forum: General Discussion and Questions
Topic: error when installing a library from thonny "manage packages"
Replies: 4
Views: 2224

error when installing a library from thonny "manage packages"

hey guys...we are trying to install a urtc library in order to set the date and time on the raspberry pi pico'

here is the error message...please help us on how to troubleshoot and add a library
Installing to: C:\Users\suppo\AppData\Local\Temp\tmpctsxy2f4\

micropip returned with error code 1
by KAG Tech0262
Fri Aug 06, 2021 7:43 am
Forum: General Discussion and Questions
Topic: program runs once and gives either an error or stop running(executes one part of a program,the other parts don't respond
Replies: 5
Views: 1696

Re: program runs once and gives either an error or stop running(executes one part of a program,the other parts don't res

Tell us what error messages you get and where the program stops by showing a list of print statements that you see. As a guess can you test for any return values from gsm.write()? this is the response we get below(code), so just to summarise the whole issue , we are not seeing any further 'print' o...
by KAG Tech0262
Thu Aug 05, 2021 1:59 pm
Forum: General Discussion and Questions
Topic: program runs once and gives either an error or stop running(executes one part of a program,the other parts don't respond
Replies: 5
Views: 1696

program runs once and gives either an error or stop running(executes one part of a program,the other parts don't respond

The functionality of our program is ,when a sensor is triggered an SMS should be sent as an alarm notification while a feedback response on the shell should say "alarm is triggered" and the process should continuously run ,for in case a different sensor is triggered the same procedure should follow ...
by KAG Tech0262
Wed Aug 04, 2021 1:57 pm
Forum: General Discussion and Questions
Topic: internal error message after running
Replies: 2
Views: 1836

internal error message after running

hey guys, we have a program that we want to run on micropython Thonny, but when we press run ,the error below is what we get... what could the problem be? we are beginners on micropython..we are using the raspberry pi pico and sim800l. Traceback (most recent call last): File "C:\Users\suppo\AppData\...
by KAG Tech0262
Wed Aug 04, 2021 9:59 am
Forum: General Discussion and Questions
Topic: send an sms using sim800l and raspberry pi pico on thonny
Replies: 3
Views: 4846

Re: send an sms using sim800l and raspberry pi pico on thonny

hey ,we didn't get any errors after running ,we only got a feedback after triggering the sensor...we are beginners on micropython and we are also not sure if we have written our whole script correctly. >> %Run -c $EDITOR_CONTENT >>> Alarm!sensor triggered! Alarm!sensor triggered! Alarm!sensor trigge...
by KAG Tech0262
Wed Aug 04, 2021 7:47 am
Forum: General Discussion and Questions
Topic: send an sms using sim800l and raspberry pi pico on thonny
Replies: 3
Views: 4846

send an sms using sim800l and raspberry pi pico on thonny

Hey guys,we are working with the sim8ool and raspberry pi pico on micropython thonny, the aim is to send an alarm notification using the raspberry Pico PI( on Micropython) and a SIM800L GSM Module. We have successfully tested the AT commands on the SIM800 using Thonny(on the shell Terminal) and have...