|
GSM modem AT commands
Gordon, This seems to be something that would need to be included in the device driver rather than the PPP modem. I see the issue being how a generic driver could provide device specific control? You
Gordon, This seems to be something that would need to be included in the device driver rather than the PPP modem. I see the issue being how a generic driver could provide device specific control? You
|
By
William Fish
· #2956
·
Edited
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
Looked at the file structure to check: "fatal error: drivers/gsm_ppp.h: No such file or directory". Not so surprisingly the header file is not in the drivers folder it is in the drivers/modem folder,
Looked at the file structure to check: "fatal error: drivers/gsm_ppp.h: No such file or directory". Not so surprisingly the header file is not in the drivers folder it is in the drivers/modem folder,
|
By
William Fish
· #2815
·
|
|
gsm_modem sample changed in Zephyr 2.7
#ppp
You may just need to just do a "pristine" build or delete the build folder as the file was moved a while ago to conform with coding standards. Billy..
You may just need to just do a "pristine" build or delete the build folder as the file was moved a while ago to conform with coding standards. Billy..
|
By
William Fish
· #2812
·
|
|
Esp32 flashing issue on Ubuntu 20.10
Hi, It could be as simple as you can not have a console connection and trying to flash as the USB is not good at handling two simultaneous connects. Happens to me all the time.
Hi, It could be as simple as you can not have a console connection and trying to flash as the USB is not good at handling two simultaneous connects. Happens to me all the time.
|
By
William Fish
· #2670
·
|
|
lis2mdl magnetometer in microbit v2
#i2c
#driver
#lis2dw12
I've had a quick look and am confused as there is reference to a file: #include "lis2mdl_reg.h" It appears that when this driver was created they may have forgotten to include both lis2mdl_reg.c and l
I've had a quick look and am confused as there is reference to a file: #include "lis2mdl_reg.h" It appears that when this driver was created they may have forgotten to include both lis2mdl_reg.c and l
|
By
William Fish
· #2660
·
Edited
|
|
Arduino Nano 33 IOT 'west flash' failure
Hi, I have been seeing the same thing with the nano-33 Sense using windows. I had assumed it must be my set-up but this would indicate that there is an issue with serial output on the Nano boards. Not
Hi, I have been seeing the same thing with the nano-33 Sense using windows. I had assumed it must be my set-up but this would indicate that there is an issue with serial output on the Nano boards. Not
|
By
William Fish
· #2599
·
|
|
Support for Adafruit Feather #nrf52840 Sense
#nrf52840
Hi Leo, The Adafruit Sense is much like the Arduino Sense, both use the nRF52840 but use a modified bootloader. They have been designed to work with the Arduino platform. Luckily work porting the Ardu
Hi Leo, The Adafruit Sense is much like the Arduino Sense, both use the nRF52840 but use a modified bootloader. They have been designed to work with the Arduino platform. Luckily work porting the Ardu
|
By
William Fish
· #2372
·
|
|
Enable traces on Serial Wire Output
#debugging
Hi all, I use segger ozone to do debugging via RTT it's free download which may be helpful. It does have swo trace and STM32 JTAG configuration inbuilt it may be something to consider. But I work with
Hi all, I use segger ozone to do debugging via RTT it's free download which may be helpful. It does have swo trace and STM32 JTAG configuration inbuilt it may be something to consider. But I work with
|
By
William Fish
· #1916
·
Edited
|
|
BBC-Microbit BLE MESH sending data
#ble
#bluetoothmesh
#gpio
#bluetooth
#nrf51822
Danny, I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples. You may also find that the Micro:bit is notoriously difficult to work with d
Danny, I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples. You may also find that the Micro:bit is notoriously difficult to work with d
|
By
William Fish
· #1892
·
|
|
Adafruit Trinket M0: west flash > How to?
#flash
#west
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version. My interest in the use of bossac comes
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version. My interest in the use of bossac comes
|
By
William Fish
· #1802
·
|
|
Adafruit Trinket M0: west flash > How to?
#flash
#west
Not completely sure i understand your question but hopefully this will help. Step 3: west flash This builds your application then flash your device. So steps to flash your application are: Step 1: Ide
Not completely sure i understand your question but hopefully this will help. Step 3: west flash This builds your application then flash your device. So steps to flash your application are: Step 1: Ide
|
By
William Fish
· #1792
·
|
|
BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi, You may want to look at a couple of things to help you answer your own question: In the zephyr folders; It has the list of defines and corresponding pins The other useful information would be a cl
Hi, You may want to look at a couple of things to help you answer your own question: In the zephyr folders; It has the list of defines and corresponding pins The other useful information would be a cl
|
By
William Fish
· #1788
·
|
|
Have someone a guide to use PPP with the module quectel GSM/GPRS M95?
#protocol
#driver
#ppp
Lucas, Have a look at the Sara modem driver as a good starting point. drivers/modem Billy..
Lucas, Have a look at the Sara modem driver as a good starting point. drivers/modem Billy..
|
By
William Fish
· #1654
·
|
|
BT Mesh Health Server FaultPeriodicPublication#bluetoothmesh
#zephyrbluetoothmesh
I have looked into the health_svr.h and found that the “helper” does not have an update callback. Maybe in might be worth adding to allow periodic updates. I will change my app to use the generic defi
I have looked into the health_svr.h and found that the “helper” does not have an update callback. Maybe in might be worth adding to allow periodic updates. I will change my app to use the generic defi
|
By
William Fish
· #1391
·
|
|
BT Mesh Health Server Fault PeriodicPublication#bluetoothmesh
#zephyrbluetoothmesh
Johan, Fantastic, thanks. I am using the BT_SETTINGS and calling settings_load(). I use this as a short cut for development purposes. The Update callback well spotted many thanks. The lack of message
Johan, Fantastic, thanks. I am using the BT_SETTINGS and calling settings_load(). I use this as a short cut for development purposes. The Update callback well spotted many thanks. The lack of message
|
By
William Fish
· #1390
·
|
|
BT Mesh Health Server Fault Periodic Publication
#zephyrbluetoothmesh
#bluetoothmesh
Hi All, Have a unusual issue i cant get to the bottom of, I am attempting to implement a Mesh Health Server yet I seem to have come across some odd behaviour. If i set a publication period for the Hea
Hi All, Have a unusual issue i cant get to the bottom of, I am attempting to implement a Mesh Health Server yet I seem to have come across some odd behaviour. If i set a publication period for the Hea
|
By
William Fish
· #1387
·
|