|
NRF52832 and GPIO
#gpio
#nrf52832
Not sure if I'm going to have any help on this, but anyway:
I've a standard NRF52832 module that has connected to pin 5 a red LED.
If I flash the module (through JLink) with the Arduino framework, the
Not sure if I'm going to have any help on this, but anyway:
I've a standard NRF52832 module that has connected to pin 5 a red LED.
If I flash the module (through JLink) with the Arduino framework, the
|
By
forum.contas@...
·
#2293
·
|
|
Re: missing header file core_cm3.h
Problem solved.
Looks like I neglected to do the export and source commands in item 1.
Problem solved.
Looks like I neglected to do the export and source commands in item 1.
|
By
Michael E Goldsby
·
#2292
·
|
|
Re: API meeting: agenda
Just FYI, some of the label & links are mismatched (ie link takes you to one of the other PRs)
- k
Just FYI, some of the label & links are mismatched (ie link takes you to one of the other PRs)
- k
|
By
Kumar Gala
·
#2291
·
|
|
missing header file core_cm3.h
I prepared a build directory as in the docs:
1) In <pathto>/zephyr-stuff:
export ZEPHYR_GCC_VARIANT=zephyr
export ZEPHYR_SDK_INSTALL=~/zephyr-sdk-0.11.3
source
I prepared a build directory as in the docs:
1) In <pathto>/zephyr-stuff:
export ZEPHYR_GCC_VARIANT=zephyr
export ZEPHYR_SDK_INSTALL=~/zephyr-sdk-0.11.3
source
|
By
Michael E Goldsby
·
#2290
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- workqueue: Introduce delayable work
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891
- Add regulator driver infrastructure
- PR:
Hi all,
Agenda for today.
- workqueue: Introduce delayable work
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891
- Add regulator driver infrastructure
- PR:
|
By
Carles Cufi
·
#2289
·
|
|
ble central repeat read and write to three peripherals error USAGE FAULT
#ble
Currently I can connect one central to three peripherals
After the connection is established, the corresponding uuid and handle are also found
I use these two functions to
Currently I can connect one central to three peripherals
After the connection is established, the corresponding uuid and handle are also found
I use these two functions to
|
By
mfinmuch@...
·
#2288
·
|
|
Confirming that USB OTG Host mode not in the works
#usb
#otg
Hi all:
Just wanted to see if anyone can confirm that we shouldn't expect USB Host mode support in 2.5.0, and that it's not in the works. I found an old issue from May 19th that seems to indicate
Hi all:
Just wanted to see if anyone can confirm that we shouldn't expect USB Host mode support in 2.5.0, and that it's not in the works. I found an old issue from May 19th that seems to indicate
|
By
carlos.rodriguez@...
·
#2287
·
|
|
Erasing flash memory problem in nrf52840-dk
#flash
#nrf52840
Hello, I have made a device DTS overlay file to create my partitions in flash, so I have 3 different partitions (banks) lets say A, B, C respectively. It seems to work. However, each time I am trying
Hello, I have made a device DTS overlay file to create my partitions in flash, so I have 3 different partitions (banks) lets say A, B, C respectively. It seems to work. However, each time I am trying
|
By
Nikos Karamolegkos
·
#2286
·
|
|
introducing new delayable work API
I've been asked to request input on "kernel: workq: introduce delayable work" (#28891), which introduces a new API for supporting delayable work queue submission that cleans up some
I've been asked to request input on "kernel: workq: introduce delayable work" (#28891), which introduces a new API for supporting delayable work queue submission that cleans up some
|
By
Peter A. Bigot
·
#2285
·
|
|
BLE one central_hr connect two peripherals
#ble
I am using zephyr 2.4.99 to develop a BLE program
Currently, I used central_hr and peripheral in the sample to load separately on two nrf52840s
Now the two boards can communicate with each other, can
I am using zephyr 2.4.99 to develop a BLE program
Currently, I used central_hr and peripheral in the sample to load separately on two nrf52840s
Now the two boards can communicate with each other, can
|
By
mfinmuch@...
·
#2284
·
|
|
Store DTLS credentials independent to the binary
#networking
#flash
#dtls
#nrf52480
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the
|
By
Nikos Karamolegkos
·
#2283
·
|
|
Nordic 52840 as client Exchange MTU Request Not Supported
Hi Zephyr Team, I am relative newby to BLE and Zephyr so forgive me if I am missing something obvious.
I have a 52840 with the Zephyr firmware acting a client communicating with a Nordic device.
If
Hi Zephyr Team, I am relative newby to BLE and Zephyr so forgive me if I am missing something obvious.
I have a 52840 with the Zephyr firmware acting a client communicating with a Nordic device.
If
|
By
Eric Cooper <ericcooper2005@...>
·
#2282
·
|
|
ESP32 Dual core - getting started
Dear All:
I have started a new project based on ESP32.
To start I wrote boards files for the ESP32-CAM board and defined a single LED as a peripheral. I was able to compile the blinky sample,
Dear All:
I have started a new project based on ESP32.
To start I wrote boards files for the ESP32-CAM board and defined a single LED as a peripheral. I was able to compile the blinky sample,
|
By
Lawrence King
·
#2281
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- Clock control API change
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27423
- Pinmux and pinctrl path forward:
- Issue:
Hi all,
Agenda for today.
- Clock control API change
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27423
- Pinmux and pinctrl path forward:
- Issue:
|
By
Carles Cufi
·
#2280
·
|
|
How do I get the radio frequency in ble sample
#ble
I'm trying the sample of bluetooth
I use central and peripheral(use gatt) code load in two boards
I want to Implement frequency hopping to send the data
but I don't know how to start
what api
I'm trying the sample of bluetooth
I use central and peripheral(use gatt) code load in two boards
I want to Implement frequency hopping to send the data
but I don't know how to start
what api
|
By
mfinmuch@...
·
#2279
·
|
|
windows-curses 2.2.0a1: call for testing and maintainers
Hi,
I've uploaded a 2.2.0a1 release of the windows-curses package to PyPI.
This is a dependency on Windows for the 'menuconfig' build system
target. (POSIX platforms have curses and thus
Hi,
I've uploaded a 2.2.0a1 release of the windows-curses package to PyPI.
This is a dependency on Windows for the 'menuconfig' build system
target. (POSIX platforms have curses and thus
|
By
Bolivar, Marti
·
#2278
·
|
|
IPSP with global IPv6 addresses
#coap
#ipsp
#nrf52480
Hi,
I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation,
which communicate over IPSP following the IPSP sample.
The nrf52840 is a UDP/CoAP client, the Raspberry pi is a
Hi,
I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation,
which communicate over IPSP following the IPSP sample.
The nrf52840 is a UDP/CoAP client, the Raspberry pi is a
|
By
Stefan Hristozov
·
#2277
·
|
|
Re: run-time non-volatile overwrite
Hi,
It's not clear what you are asking. By 'Zephyr requires the ability',
what part of Zephyr do you mean?
Some optional Zephyr subsystems (like DFU or file systems) require
rewriting nonvolatile
Hi,
It's not clear what you are asking. By 'Zephyr requires the ability',
what part of Zephyr do you mean?
Some optional Zephyr subsystems (like DFU or file systems) require
rewriting nonvolatile
|
By
Bolivar, Marti
·
#2276
·
|
|
run-time non-volatile overwrite
I'm currently considering Zephyr for some of our future projects, but have a (hopefully) quick question. We have a requirement that FLASH memory is not erased (including bit-setting on overwrites)
I'm currently considering Zephyr for some of our future projects, but have a (hopefully) quick question. We have a requirement that FLASH memory is not erased (including bit-setting on overwrites)
|
By
abraddy@...
·
#2275
·
|
|
Re: Help flashing Zephyr to a Reel bord
#reel_board
#flash
Hello,
I have the reel_board_v3 that has a separate CPU module.
Phytec forgot to ship it, so there is a part missing within the reelboard package - NOTM.2 Adapter for nRF52840.
It is on the way
Hello,
I have the reel_board_v3 that has a separate CPU module.
Phytec forgot to ship it, so there is a part missing within the reelboard package - NOTM.2 Adapter for nRF52840.
It is on the way
|
By
Marco Cavallini
·
#2274
·
|