FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
I see that I can USE BT MESH in an application . Can I encrease the number of advertisingh channel adding some secondary advertising channel?
May I do that in this way ...
Hello,
I come to you because I did not find the information on the web about sending MQTT data. I send a buffer of size 1408 with MQTT but I see in the configuration that...
Here is a screenshot of my current debug session. I cannot figure out why this if statement is failing. I have circled the relevant information. Even the disassembly indicates...
Hello,
I am trying to debug and develop in the net core of the nRF5340 and am having trouble flashing and debugging from SES.
I started by following the guide posted here...
Hello,
My board is connected to Gyro, Magneto sensor.
And board is sleep and wake-up by GPIO.
It usually works well. But time to time after wake-up from sleep mode...
Good Morning!
I try to update the modem firmware of a nRF9160 chip.
When I connect it with the nRF Connect v3.6.1 - Programmer (v1.4.10) and try to update the modem with...
Hi all
For the nRF52832, the total maximum sink and source current is recommended to be 15mA in this devzone entry .
Unfortunately, it seems like there is still no value...
I want to add an external button that mimics the properties of the buttons in the nRF52 DK. I read that the switches are all active low, so I assume that this means they are...
Hi,
in peer_manager.h and id_manager.h the docs say a function can return
BLE_GAP_ERROR_WHITELIST_IN_USE
But the error code is called
BLE_ERROR_GAP_WHITELIST_IN_USE...
Hello,
I have an nRF52840 on a custom board. The nRF52840 has been pre-flashed with the Adafruit UF2 bootloader for early development exploration. As the project moves forward...
Using SDK15.3 and S140
following from my previous support request regarding TWI sleep current, I got the newer AIS2DW12 accelerometer and I have successfully connected...
Hello everyone!
I want to develop and app the sends some sensors data over BLE.
I am trying the peripheral_uart sample of the NRF Connect SDK but it seems that I cant...
Hi, there:
based on \\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132, I need add justworks BLE secure connection.
Do you have any document...
Hello, I want to use Multiple Connection (Multiperipheral sample) to connect with multiple IOS phones at the same time to implement UART. Currently, up to 9 units are set...
I am trying to advertise the shotend name of the device no the complete local name, so code looks like follow
After scanning I can still find the name in the advertisement...