I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
We are fast-tracking into development using the nRF5 SDK samples and nRF52840 dongles, however have discovered so far that only the Blink sample supports the said dongle....
I want to Connect my nRF52840 Dongle with the nRF connect Mobile Application to send and receive a string from the mobile application to dongle via UART connection.
Please...
I work with SES 5.4, nRF5_SDK_17.0.2, and s132, SD v7.2.0.
I try to trace step by step (F11) my app with success, but it stops always after 30sec in SES.
With this errors...
Hi,
I am using a custom board to record 2 channels of data in differential mode, convert them to digital by AIN4,5 and saadc in nRF52832, and then transmit the converted...
Hello
I'm using the AWS IoT sample on nRF9160 DK, I have done the set up indicates in this link:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples...
Dear DevZone,
2 NRF24L01+ involved
1 PTX, autoAck, DPL, (FEATURE = 6) but currently payloads are fixed to 10 bytes long for testing. Speaks to Pipe 1, but works nice too...
ubuntu host PC rs232 to usb: Target board nrf9160: get log from /dev/ttyACM0 change to /dev/ttyUSB0 PC Tx ---- target rx p0.00 PC Rx ---- target tx p0.01 #########################################################...
I'm struggling with SPI and nRF9160. I've used an old sample (which didn't compile right of the bat): github.com/.../spi
Seems the CS pin isn't passed on and I'm getting...
I'm transferring the BLE and TWI code from nRF52 DK to the BC805M evaluation kit . BC805M schematic is given here . Note: BC805M uses nRF52805 Soc.
If I use the TWI SCL...
Hi,
I have the 2.7k byte(display pixel data) data in my pc, according to the GATT protocol my pc is the server . I want to transfer those data into the NRF52840 SOC through...
Hi
Are there plans to update FreeRtos to the latest version 10.0.4.0?
Since we develop medical devices, FDA expect us to use software without known issues.
Kernel version...
I am using the example ble_app_uart_c, in which the nRF52840 is the central device. Theoretically, I could have more than one peripheral running the Nordic Uart Service (NUS...