It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have clock drift issue, should I calibrate anything? I test this simple code to get 1second or 100ms signal both of them are inaccurate.
here is my code for 100ms; I tested...
I'm trying a new device based upon the nrf52810 and it won't run past sd_softdevice_enable - it goes to the assembler window and halts. The device does have a 32kHz xtal and...
Hello,
I was reading some SDK 15.3 code, there's something like this:
__STATIC_INLINE void pwr_mgmt_sleep_init(void) { #ifdef SOFTDEVICE_PRESENT ASSERT(current_int_priority_get...
Hi all, I'm developing nRF52840-DK to use it as an central device.
Base example is usbd_ble_uart: I'm going to communicate with peripheral device using BLE, and control...
We have a product that uses the nRF52840. We have seen that very rarely, unexpected resets happen with the reason being OFF. We have yet to encounter this issue in a lab setting...
I'm using the SPI manager to talk to an ILI9342 graphics IC. I need to toggle an IO line during a transaction or in between transfers. For the first byte the line will be...
I am trying to enable DFU over USB with the nRF52480, while keeping the possibility for Serial communication. I got a working example with both separate, however when I try...
It's my mistakes.
1.I want to measure temperature from DS18B20,but I don't confirm the capable of the pin - P0.05.Because it's Analog ,but DS18B20 is Digital.
2.I set the...
Hello, I'm getting started with a nRF52832, I've got the SDK 16.0 installed and what I think are all the latest packs installed. I try to build the examples\ble_peripheral...
Hello everyone.
I'm trying out the "Zigbee Multi Sensor Example". infocenter.nordicsemi.com/.../zigbee_multi_sensor_example.html
I have 2 nRF52840 devices.
I wrote the...
When my program starts, I set up a watchdog timer for 100 milliseconds and I start a repeated app timer that runs every 90 milliseconds to feed the watchdog. I use the app...
I'm trying to send data via UART from a NUCLEO-F401RE to the nRF 52840 DK. But the data I send is not comming through correctly. For example when I send 3 the nRF prints 32...
I have an existing product to which I need to add SPI to get Wifi compatibility. Basically the Nrf52 is acting as central and passes BLE events on to an ESP32 with Arduino...
Hi.
I have nrf52840-dk board. i tried the UART example from the peripherals directory. it works with the default, if i open a console on /dev/ttyACM0 and on /dev/ttyUSB0...
Wanted to ask if there is any example on configuring the GPS into single shot mode.
I know the asset tracker can operate in continuous_mode and continuous_power_saving_mode...