NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi there,
Is it possible to use TWI0 and SPI0 (or TWI1/SPI1) time multiplexed?
When enabling them both in sdk_config.h I get "Error: L6200E... IRQHandler multiply defined...
Hi guys,
I'm having some trouble with an spi flash memory (AT45DB081D) I interfaced on my nrf51 DK.
I used the spi master code of nRF5 v.12 SDK as base. I'm using gcc...
Hi,
I try to using nrfjprog to burn softdevice + bootloader + applacation, but it shows that application burn failed.
My SDK version is nRF5_SDK_12.2.0_f012efa and...
I'm using GCC 5.3 on Windows 10 64 bit. The linker is successfully opening nfc_t4t_lib_gcc.a, but is failing with undefined references to functions declared in nfc_t4t_lib...
Hello!
I have a device with custom nrf52832 board.
This device can beep using buzzer. Frequency of the sound is generated by pwm driver from SDK. I'm changing frequencies...
Hi, i read here, that softdevice 7 has a bug and the beacon firnware drawing too much current. I measured 1mA.
So, i looked out for a precompiled set that works fine.
I...
HI:
I am created my profile(but disable some serve), but it bonging failed, and program jump to 0x0000F04C~0x0000F056 loop.
The attach file is my profile sum.
#define...
hi,I got a very strange phenomenon when our board begin a mass production.Here is some details:
1.Our board use a 4.2v lithium battery;and we have downloaded our firmware...
Hi,
I'm using nRF5_SDK_12.2.0_f012efa and s132_nrf52_3.0.0_softdevice. We want to do the OTA on it. However, I found that there is no DFU service in the HRS example.If...
Hello,
I am using the uart example with modifications to add SAADC and TWIS. It woked well for a while but now it does not connect properly to my iPhone. I reverted to the...
I am developing Timeslot program with FreeRTOS. (on nRF51822)
timeslot's signal handler is
timeslot_signal_callback()
...
xQueueSendFromISR(s_timeslot_queue, &cmd, NULL...
BT 5.0 mention that:
Up to 8x the broadcasting message capacity over Bluetooth 4.2, with
support for larger data packets: 31-octet to 255-octet packages.
Do you have...