Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hello,
I tried copying code from twi_sensor example to ble_app_uart and got this error:
Error[Li005]: no definition for "nrf_drv_twi_init" [referenced from W:\MODIFIED_SDK_13...
It takes time for fs_event_handler to be called back after nrf_fstorage_erase is executed. In SDK13.1.0, it didn't take much time, but in SDK15.3.0 takes time to be called...
Hey,
I am using nRF52840-DK and SDK 15.2 and working on 802.15.4. The transmitter is sending beacons at an interval of 2sec. The receiver is scanning the network for beacons...
It seems that the GPS is more inclined to give a fix faster when the trigger defined has type GPS_TRIG_FIX set than if the trigger type is GPS_TRIG_DATA_READY. Is this the...
I am working with a custom board and the nRF52840. I have been able to program various hex files to the Nordic chip on this board using SWD and an official Segger JLink device...
I am using the nRF51822 Development kit USB dongle to try to sniff a BLE connection between two other devices. I have installed Wireshark, flashed the firmware onto the dongle...
Hi,
Couple of questions:
- I'm finding that querying the Modem clock with AT+CCLK? always returns the network time the instant after it has registered with the LTE network...
How to increase the sig sensor model to have the data of the incoming sensor, why the development difficulty is so high. How do officials treat developers as enemies.It was...
I have troble when try to change custom service to Environment Sensing Service in this sample
https://github.com/maidenone/custom_ble_service_example
I used the sample...
hi,
I have some questions from test ble speaker (ex: JBL, Sony) or Air Pods.
First of all, I use two iphones to bond one airpods or ble speaker. (Below let me call two...
Hi,
Our application includes implementation of capacitive touch sensor through SAADC.I should initially wake up device from system off mode.Using SAADC is it possible to...
I found on GitHub an nrf52832 Bluetooth course, can I use it to learn how to use the nrf52840 DK? Currently, I am having some issues on learning how the use the nrf52840 DK...
Hi,
I'm trying to utilise UART1 and freertos queues, with dynamic b;e&threads.
I'm trying to use the serial api for the UART.
I've tested the code below with the freertos_coap_server...
I have to send 6 bytes of sensor data from mesh server to mesh client. Is it possible to use simple_on/off model or have to create new model. Any sensor model example is available...