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...
Happened when I occasionally compare the NRF_TWIM_Type struct in nrf52.h with the TWI registers (table 127) in nRF52832 Product Specification v1.4, there are many differences...
Will there be an HTML version of the nrf52832 spec document?
I hope Nordic is not expecting me to manually browse through a 550 page pdf document. I regularly use the infocenter...
I'm having trouble implementing the workaround that was mentioned in the following previous post: https://devzone.nordicsemi.com/question/55937/nrf52-sending-an-octet/
...
Hey guys,
i am trying to add new firmware to a cheap fitness tracker I have. After I write the new firmware in the Nordic SDK, I think I save it as a hex file. I’m not sure...
Hey Guys, I am trying to calculate goodput and delivery rate using nrf52840 pdk devices in ble mesh. Does anyone had already tried it before and shed some lights on starting...
Hi!
I am planning to port SPI sending and receiving functions to the sample code of ble_app_uart of SDK 14.0.0.
The transplant was finish, but when I am debugging, if...
https://www.nordicsemi.com/eng/Products/Getting-started-with-the-nRF52840-Development-Kit
Hellosupport,
Just got my 52840-DK board (v. 1.0.0), got the pulsing LEDs...
Hi everyone, I'm having an issue with the power draw of my application (SDK 15.0.0, SD 132 v6, Sparkfun nRF52832 Breakout). The application does roughly the following: it...
HI all,
I'm trying to use the ble_nfc_pairing_reference example from SDK 15.0.0
I installed microECC and can now build the example using GCC on Windows.
A first...
Hello,
So i recently bought a PCB with a nRF51822 microcontroller and accelerometer. The accelerometer that is on the PCB is the lis2dh. Now I want to program the nrf51822...
hi guys ! i'm looking for help with the creation of a ble service for a nrf52840 dev kit.
i tried following the tutorial https://devzone.nordicsemi.com/tutorials/b/bluetooth...
hi!,everyone:
i found if i open the watchdog in the code, it reset the system according to the register CRV, can i close it before it reset the system?
hi,
i am using nrf51422 with sdk13.3.0 and soft device 130
i want to send 69 bytes of data,which is the best way to increase packet size
By creating custom service,can...
Hello All,
I made 2 custom boards, both mount a n52840 QIAAC0 chip. I was able to program them using the "ble_app_uart peripheral" and "ble_app_uart_c" codes that I found...