|
Re: 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
·
|
|
Have someone a guide to use PPP with the module quectel GSM/GPRS M95?
#protocol
#driver
#ppp
Hello, I'm using a module named Quectel GSM/GPRS M95 to connect to the internet. Until now I'm using it with UART and AT commands, but I'm wondering to use the PPP that released in v2.0.0-rc2 version.
Hello, I'm using a module named Quectel GSM/GPRS M95 to connect to the internet. Until now I'm using it with UART and AT commands, but I'm wondering to use the PPP that released in v2.0.0-rc2 version.
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#1653
·
|
|
Re: NRF52832 debugging in eclipse
#nrf52832
#jlink
#debugging
#eclipse
Does the application work without the debugger attached? (i.e., did it get programmed into flash correctly?)
I’ve seen weird behavior if you leave the GDB client executable at the default. Try
Does the application work without the debugger attached? (i.e., did it get programmed into flash correctly?)
I’ve seen weird behavior if you leave the GDB client executable at the default. Try
|
By
Maureen Helm
·
#1652
·
|
|
Running Zephyr on Arty,
#litex
Hi, I've been trying to get a Zephyr sample running on the Arty FPGA-board without succeeding.
I’ve tried both using the zephyr-sdk toolchain and cross-compile toolchain with the same unsatisfying
Hi, I've been trying to get a Zephyr sample running on the Arty FPGA-board without succeeding.
I’ve tried both using the zephyr-sdk toolchain and cross-compile toolchain with the same unsatisfying
|
By
ps.lindblad@...
·
#1651
·
|
|
NRF52832 debugging in eclipse
#nrf52832
#jlink
#debugging
#eclipse
Hi,
i am trying to set up eclipse, gdb and jlink for debugging NRF52832. I am using a PCA10040 board with an integrated Jlink debugger. I have a simple project with a single main.c file. My prj.conf
Hi,
i am trying to set up eclipse, gdb and jlink for debugging NRF52832. I am using a PCA10040 board with an integrated Jlink debugger. I have a simple project with a single main.c file. My prj.conf
|
By
Stefan Hristozov
·
#1650
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
Agenda:
- Sensor API: Update on progress
- GPIO: Update on https://github.com/zephyrproject-rtos/zephyr/pull/16648 and possibly merging it
Additional items in
Hi all,
This week we will look at:
Agenda:
- Sensor API: Update on progress
- GPIO: Update on https://github.com/zephyrproject-rtos/zephyr/pull/16648 and possibly merging it
Additional items in
|
By
Carles Cufi
·
#1649
·
|
|
Re: Adding SOC EFR32MG13P linking issue
If you can share your work on GitHub, it will probably be easier to try and see what might be going on.
- k
If you can share your work on GitHub, it will probably be easier to try and see what might be going on.
- k
|
By
Kumar Gala
·
#1648
·
|
|
Adding SOC EFR32MG13P linking issue
Hi,
I'm trying to use Zephyr on a Silabs board already supported (efr32_slwstk6061a) but with a different SOC; the EFR32MG13P.
What I did was copying all the EFR32MG12P related files, renamed them to
Hi,
I'm trying to use Zephyr on a Silabs board already supported (efr32_slwstk6061a) but with a different SOC; the EFR32MG13P.
What I did was copying all the EFR32MG12P related files, renamed them to
|
By
Mariano Izzi <marianoizzi@...>
·
#1647
·
|
|
Re: #bluetooth #nrf52832 #bt
#bluetooth
#nrf52832
#bt
Hi there,
There was recently a similar question on Slack.
Take a look athttps://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/mesh/crypto.c
BLE Mesh has a similar requirement
Hi there,
There was recently a similar question on Slack.
Take a look athttps://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/mesh/crypto.c
BLE Mesh has a similar requirement
|
By
Carles Cufi
·
#1646
·
|
|
#bluetooth #nrf52832 #bt
#bluetooth
#nrf52832
#bt
Hi, all. I am encrypting the UUID of my beacon and wants to decrypt it at the scanner's end. But the problem is that the docs say only about encryption function bt_encrypt_be(). How do I decrypt my
Hi, all. I am encrypting the UUID of my beacon and wants to decrypt it at the scanner's end. But the problem is that the docs say only about encryption function bt_encrypt_be(). How do I decrypt my
|
By
1606140@...
·
#1645
·
|
|
Re: GPIO support on nRF52840 DK
That makes sense!
I stand corrected; the interrupt is raised just as it is in the button example!
I am not quite sure why it didn't trigger before but it must have been a result of playing around with
That makes sense!
I stand corrected; the interrupt is raised just as it is in the button example!
I am not quite sure why it didn't trigger before but it must have been a result of playing around with
|
By
Leo
·
#1644
·
|
|
Re: Test if a given GPIO is interruptible
#gpio
#dts
Hello again :)
"leonardomt via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
I would say that if the hardware supports interrupts, then the Zephyr
GPIO driver for
Hello again :)
"leonardomt via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
I would say that if the hardware supports interrupts, then the Zephyr
GPIO driver for
|
By
Bolivar, Marti
·
#1643
·
|
|
Re: GPIO support on nRF52840 DK
"leonardomt via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
Sure thing!
Port 1 is the GPIO controller; the .0 is a pin number it
controls. You want the device
"leonardomt via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
Sure thing!
Port 1 is the GPIO controller; the .0 is a pin number it
controls. You want the device
|
By
Bolivar, Marti
·
#1642
·
|
|
Test if a given GPIO is interruptible
#gpio
#dts
Is there a way to detect programmatically if a given pin can be configured as interrupt using Zephyr? (e.g. some sort of a map/list or macros that I could reuse).
Are there any side effects in
Is there a way to detect programmatically if a given pin can be configured as interrupt using Zephyr? (e.g. some sort of a map/list or macros that I could reuse).
Are there any side effects in
|
By
Leo
·
#1641
·
|
|
Re: GPIO support on nRF52840 DK
This worked, although this pin in particular did not trigger the interrupt function but required calling gpio_pin_read(...) inside a loop to detect changes in its state.
Thanks for the fix and the
This worked, although this pin in particular did not trigger the interrupt function but required calling gpio_pin_read(...) inside a loop to detect changes in its state.
Thanks for the fix and the
|
By
Leo
·
#1640
·
|
|
Adding a Sensor LSM9DS1
I am trying to add a sensor to my project. I have already verified that it is electrically connected to the i2c bus correctly with a simple test program which reads the WHO_AM_I register using direct
I am trying to add a sensor to my project. I have already verified that it is electrically connected to the i2c bus correctly with a simple test program which reads the WHO_AM_I register using direct
|
By
Lawrence King
·
#1639
·
|
|
Re: GPIO support on nRF52840 DK
Hi,
" via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
All GPIOs are supported and accessible, not just the LEDs and
buttons. This includes all GPIOs pinned out to
Hi,
" via Lists.Zephyrproject.Org"
<leonardomt=gmail.com@...> writes:
All GPIOs are supported and accessible, not just the LEDs and
buttons. This includes all GPIOs pinned out to
|
By
Bolivar, Marti
·
#1638
·
|
|
#nvs can someone clarify how to traverse NVS?
#nvs
I would like to use the NVS with the nrf9160 for remote logging. Specifically I don't understand how to track latest read and latest write at the same time.
I want to be able to write 5 values (time
I would like to use the NVS with the nrf9160 for remote logging. Specifically I don't understand how to track latest read and latest write at the same time.
I want to be able to write 5 values (time
|
By
Ruben Kertesz
·
#1637
·
|
|
Zephyr SDK 0.10.3
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.3
Please download and try things out and report any issues.
Changes since the last
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.3
Please download and try things out and report any issues.
Changes since the last
|
By
Kumar Gala
·
#1636
·
|
|
GPIO support on nRF52840 DK
Hello everyone,
Can I access (read/write) a GPIO that is not an LED or button listed in the "Connections and IOs" section of link
Hello everyone,
Can I access (read/write) a GPIO that is not an LED or button listed in the "Connections and IOs" section of link
|
By
Leonardo Molina <leonardomt@...>
·
#1635
·
|