Does Zephyr support automatic reconnection of the Wi-Fi if a connection is lost? I can't find any documentation on this, or code examples. It seems like every example connects...
We're building a prototype board which uses the nRF52833 and want to tune the RF components. The radio_test sample in SDK 3.0.0 doesn't seem to support the nRF52833 SoC. Is...
Hi, I tried to migrate my project from nRF Connect SDK v2.5.3 to v2.9.0, switching to sysbuild and creating my own board definition instead of using a overlay file.
I decided...
I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Hi Nordic Team,
I am using NCS v3.0.0. I have added tamper detection under the General Diagnostics cluster (0x0033) and update the ActiveHardwareFaults attribute (0x0005...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
i have a minor issue with my eclipse setup.
in the BLE_Peripheral_HTS example eclipse can't find the NRF_CLOCK_LFCLKSRC reference. codeline 604 in the main.c
Im using...
Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
Hi,
for my project (its based on FreeRTOS) I was trying to reassign button actions in order to detect a long push event, what obviously doesn't work at all. In bsp.c i saw...
Basically I used below function for sending 1 byte of data with bluetooth and it is working completely fine.
static void test_service_on_ble_write(ble_os_t *p_service,...
Hi,
I need to send some data but this should be done compressed using gzip or deflate algorithms (like in http). I have been searching for some info about the possibility...
Hi,
It's my first post here so let introduce myself : I'm a 25 y.o. French electronics engineer and hobbyist. I also like skating (inline skates and ice skates) mainly...
Hi, I was trying to create an NUS (Nordic UART Service) application for iOS 10 devices using Swift 3.
I was testing with my
iPhone 6 Plus 64GB (iOS 10.2.1)
...
Hello,
I am working on nRF52832, In my application I have added base UUID, service UUID and two characteristic UUIDs.
Please send me any example code for adding two...
Hello to all embedded jedi-masters out there!
I need your guidance.
I have a general product design question: I was wondering on what would be the best practice for...
Hi,
I am facing some problem with openocd and stlink connection.
I saw some dve. boards having USB<->serial converter on board for programming (i guess).
So, i got...
Hi,
I have install openocd on ubuntu. but i after running next line
openocd -f interface/stlink-v2.cfg cfg -f target/nrf51_stlink.tcl
i got these error.
Runtime...
Hi,
I'm trying to modify one of the examples (the hrs_relay) to find my custom service to identify the device uniquely. I know I need to add the 128bit uuid using and then...
I'm trying to transmit a radio signal inside time slot handler, the code is like:
switch (signal_type)
case NRF_RADIO_CALLBACK_SIGNAL_TYPE_START:
radio_configure...
I'm working with nrf52832 dev board. I used nRF Connect app for IOS but my phone run on IOS8.4.1, so i can't get it from apple appstore. Someone can help me by give version...