Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
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...